Home
last modified time | relevance | path

Searched refs:GetLayoutCompilerType (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp720 class_parent_type->GetLayoutCompilerType(), in CreateLLDBTypeFromPDBType()
897 ClangUtil::GetQualType(type->GetLayoutCompilerType())); in GetDeclForSymbol()
1216 auto member_comp_type = member_type->GetLayoutCompilerType(); in AddRecordMembers()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DType.cpp325 GetLayoutCompilerType().GetByteSize(nullptr)) in GetByteSize()
593 CompilerType Type::GetLayoutCompilerType() { in GetLayoutCompilerType() function in Type
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DType.h189 CompilerType GetLayoutCompilerType();
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp1848 CompilerType class_clang_type = class_type->GetLayoutCompilerType(); in ParseTypeFromDWARF()
2886 class_clang_type, name, var_type->GetLayoutCompilerType(), in ParseChildMembers()
3048 member_type->GetLayoutCompilerType(); in ParseChildMembers()
3166 member_type->GetLayoutCompilerType(), ivar_decl, in ParseChildMembers()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DMaterializer.cpp547 m_variable_sp->GetType()->GetLayoutCompilerType().GetTypeBitAlign(); in Materialize()