Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DType.cpp362 GetLayoutCompilerType().GetByteSize(exe_scope)) { in GetByteSize()
651 CompilerType Type::GetLayoutCompilerType() { in GetLayoutCompilerType() function in Type
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp748 class_parent_type->GetLayoutCompilerType(), in CreateLLDBTypeFromPDBType()
926 ClangUtil::GetQualType(type->GetLayoutCompilerType())); in GetDeclForSymbol()
1246 auto member_comp_type = member_type->GetLayoutCompilerType(); in AddRecordMembers()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DType.h190 CompilerType GetLayoutCompilerType();
/freebsd-13.1/contrib/llvm-project/lldb/source/Expression/
H A DMaterializer.cpp538 m_variable_sp->GetType()->GetLayoutCompilerType().GetTypeBitAlign(scope); in Materialize()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp2522 CompilerType member_clang_type = member_type->GetLayoutCompilerType(); in ParseSingleMember()
2722 class_clang_type, prop_name, member_type->GetLayoutCompilerType(), in ParseSingleMember()