Home
last modified time | relevance | path

Searched refs:CastBaseToDerivedType (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObject.h660 llvm::Expected<lldb::ValueObjectSP> CastBaseToDerivedType(CompilerType type,
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp3101 ValueObject::CastBaseToDerivedType(CompilerType type, uint64_t offset) { in CastBaseToDerivedType() function in ValueObject