Home
last modified time | relevance | path

Searched refs:GetCompilerTypeImpl (Results 1 – 20 of 20) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/ValueObject/
H A DValueObjectRegister.h60 CompilerType GetCompilerTypeImpl() override;
116 CompilerType GetCompilerTypeImpl() override;
H A DValueObjectCast.h55 CompilerType GetCompilerTypeImpl() override;
H A DValueObjectVTable.h82 CompilerType GetCompilerTypeImpl() override;
H A DValueObjectMemory.h61 CompilerType GetCompilerTypeImpl() override;
H A DValueObjectVariable.h74 CompilerType GetCompilerTypeImpl() override;
H A DValueObjectChild.h61 CompilerType GetCompilerTypeImpl() override { return m_compiler_type; } in GetCompilerTypeImpl() function
H A DValueObjectDynamicValue.h109 CompilerType GetCompilerTypeImpl() override;
H A DValueObjectSynthetic.h133 CompilerType GetCompilerTypeImpl() override;
H A DValueObjectConstResult.h111 CompilerType GetCompilerTypeImpl() override;
H A DValueObject.h1089 virtual CompilerType GetCompilerTypeImpl() = 0;
/freebsd/contrib/llvm-project/lldb/source/ValueObject/
H A DValueObjectVTable.cpp134 CompilerType GetCompilerTypeImpl() override { in GetCompilerTypeImpl() function in ValueObjectVTableChild
269 CompilerType ValueObjectVTable::GetCompilerTypeImpl() { return CompilerType(); } in GetCompilerTypeImpl() function in ValueObjectVTable
H A DValueObjectRegister.cpp67 CompilerType ValueObjectRegisterSet::GetCompilerTypeImpl() { in GetCompilerTypeImpl() function in ValueObjectRegisterSet
195 CompilerType ValueObjectRegister::GetCompilerTypeImpl() { in GetCompilerTypeImpl() function in ValueObjectRegister
H A DValueObjectCast.cpp42 CompilerType ValueObjectCast::GetCompilerTypeImpl() { return m_cast_type; } in GetCompilerTypeImpl() function in ValueObjectCast
H A DValueObjectConstResult.cpp198 CompilerType ValueObjectConstResult::GetCompilerTypeImpl() { in GetCompilerTypeImpl() function in ValueObjectConstResult
304 return GetCompilerTypeImpl().GetMinimumLanguage(); in GetPreferredDisplayLanguage()
H A DValueObjectMemory.cpp111 CompilerType ValueObjectMemory::GetCompilerTypeImpl() { in GetCompilerTypeImpl() function in ValueObjectMemory
H A DValueObjectDynamicValue.cpp40 CompilerType ValueObjectDynamicValue::GetCompilerTypeImpl() { in GetCompilerTypeImpl() function in ValueObjectDynamicValue
H A DValueObjectVariable.cpp69 CompilerType ValueObjectVariable::GetCompilerTypeImpl() { in GetCompilerTypeImpl() function in ValueObjectVariable
H A DValueObjectSynthetic.cpp70 CompilerType ValueObjectSynthetic::GetCompilerTypeImpl() { in GetCompilerTypeImpl() function in ValueObjectSynthetic
H A DValueObject.cpp245 CompilerType compiler_type(GetCompilerTypeImpl()); in MaybeCalculateCompleteType()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DStackFrameRecognizer.h196 CompilerType GetCompilerTypeImpl() override { in GetCompilerTypeImpl() function