Home
last modified time | relevance | path

Searched refs:GetCompleteType (Results 1 – 10 of 10) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DCompilerType.cpp280 bool CompilerType::GetCompleteType() const { in GetCompleteType() function in CompilerType
283 return m_type_system->GetCompleteType(m_type); in GetCompleteType()
1002 if (!GetCompleteType()) in ReadFromMemory()
1047 if (!GetCompleteType()) in WriteToMemory()
H A DClangASTContext.cpp3160 if (GetCompleteType(type)) { in IsHomogeneousAggregate()
5017 if (GetCompleteType(type)) { in GetBitSize()
5022 if (GetCompleteType(type)) in GetBitSize()
5077 if (GetCompleteType(type)) in GetTypeBitAlign()
5852 if (GetCompleteType(type)) { in GetNumFields()
5917 if (GetCompleteType(type)) { in GetNumFields()
6000 if (GetCompleteType(type)) { in GetFieldAtIndex()
6069 if (GetCompleteType(type)) { in GetFieldAtIndex()
6125 if (GetCompleteType(type)) { in GetNumDirectBaseClasses()
9685 GetCompleteType(type); in DumpTypeDescription()
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp661 !element_ast_type.GetCompleteType()) { in CreateLLDBTypeFromPDBType()
1217 if (!member_comp_type.GetCompleteType()) { in AddRecordMembers()
1281 if (!base_comp_type.GetCompleteType()) { in AddRecordBases()
1339 if (!method_comp_type.GetCompleteType()) { in AddRecordMethod()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DCompilerType.h153 bool GetCompleteType() const;
H A DTypeSystem.h199 virtual bool GetCompleteType(lldb::opaque_compiler_type_t type) = 0;
H A DClangASTContext.h644 bool GetCompleteType(lldb::opaque_compiler_type_t type) override;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxMap.cpp310 {"payload", (m_element_type.GetCompleteType(), m_element_type)}}); in GetValueOffset()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp1748 !array_element_type.GetCompleteType()) { in ParseTypeFromDWARF()
2276 if (!base_class_type.GetCompleteType()) { in CompleteTypeFromDWARF()
3050 member_clang_type.GetCompleteType(); in ParseChildMembers()
3090 !member_clang_type.GetCompleteType()) { in ParseChildMembers()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp2143 copied_clang_type.GetCompleteType()) { in AddThisType()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DValueObject.cpp320 if (complete_class.GetCompleteType()) { in MaybeCalculateCompleteType()