Home
last modified time | relevance | path

Searched refs:GetRuntimeType (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DLanguageRuntime.h191 virtual std::optional<CompilerType> GetRuntimeType(CompilerType base_type) { in GetRuntimeType() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/
H A DObjCLanguageRuntime.h277 std::optional<CompilerType> GetRuntimeType(CompilerType base_type) override;
H A DObjCLanguageRuntime.cpp427 ObjCLanguageRuntime::GetRuntimeType(CompilerType base_type) { in GetRuntimeType() function in ObjCLanguageRuntime
/freebsd/contrib/llvm-project/lldb/source/ValueObject/
H A DValueObject.cpp265 runtime->GetRuntimeType(compiler_type)) { in MaybeCalculateCompleteType()