Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Core/
HDValueObjectRegister.h60 CompilerType GetCompilerTypeImpl() override;
116 CompilerType GetCompilerTypeImpl() override;
HDValueObjectCast.h56 CompilerType GetCompilerTypeImpl() override;
HDValueObjectVTable.h82 CompilerType GetCompilerTypeImpl() override;
HDValueObjectMemory.h61 CompilerType GetCompilerTypeImpl() override;
HDValueObjectVariable.h74 CompilerType GetCompilerTypeImpl() override;
HDValueObjectChild.h61 CompilerType GetCompilerTypeImpl() override { return m_compiler_type; } in GetCompilerTypeImpl() function
HDValueObjectDynamicValue.h109 CompilerType GetCompilerTypeImpl() override;
HDValueObjectSyntheticFilter.h133 CompilerType GetCompilerTypeImpl() override;
HDValueObjectConstResult.h111 CompilerType GetCompilerTypeImpl() override;
HDValueObject.h1072 virtual CompilerType GetCompilerTypeImpl() = 0;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
HDValueObjectVTable.cpp135 CompilerType GetCompilerTypeImpl() override { in GetCompilerTypeImpl() function in ValueObjectVTableChild
270 CompilerType ValueObjectVTable::GetCompilerTypeImpl() { return CompilerType(); } in GetCompilerTypeImpl() function in ValueObjectVTable
HDValueObjectRegister.cpp67 CompilerType ValueObjectRegisterSet::GetCompilerTypeImpl() { in GetCompilerTypeImpl() function in ValueObjectRegisterSet
193 CompilerType ValueObjectRegister::GetCompilerTypeImpl() { in GetCompilerTypeImpl() function in ValueObjectRegister
HDValueObjectCast.cpp42 CompilerType ValueObjectCast::GetCompilerTypeImpl() { return m_cast_type; } in GetCompilerTypeImpl() function in ValueObjectCast
HDValueObjectConstResult.cpp199 CompilerType ValueObjectConstResult::GetCompilerTypeImpl() { in GetCompilerTypeImpl() function in ValueObjectConstResult
301 return GetCompilerTypeImpl().GetMinimumLanguage(); in GetPreferredDisplayLanguage()
HDValueObjectMemory.cpp111 CompilerType ValueObjectMemory::GetCompilerTypeImpl() { in GetCompilerTypeImpl() function in ValueObjectMemory
HDValueObjectDynamicValue.cpp40 CompilerType ValueObjectDynamicValue::GetCompilerTypeImpl() { in GetCompilerTypeImpl() function in ValueObjectDynamicValue
HDValueObjectVariable.cpp69 CompilerType ValueObjectVariable::GetCompilerTypeImpl() { in GetCompilerTypeImpl() function in ValueObjectVariable
HDValueObjectSyntheticFilter.cpp70 CompilerType ValueObjectSynthetic::GetCompilerTypeImpl() { in GetCompilerTypeImpl() function in ValueObjectSynthetic
HDValueObject.cpp247 CompilerType compiler_type(GetCompilerTypeImpl()); in MaybeCalculateCompleteType()
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Target/
HDStackFrameRecognizer.h172 CompilerType GetCompilerTypeImpl() override { in GetCompilerTypeImpl() function