Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DType.cpp369 GetLayoutCompilerType().GetByteSize(exe_scope)) { in GetByteSize()
662 CompilerType Type::GetLayoutCompilerType() { in GetLayoutCompilerType() function in Type
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp755 class_parent_type->GetLayoutCompilerType(), in CreateLLDBTypeFromPDBType()
934 ClangUtil::GetQualType(type->GetLayoutCompilerType())); in GetDeclForSymbol()
1257 auto member_comp_type = member_type->GetLayoutCompilerType(); in AddRecordMembers()
/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DType.h185 CompilerType GetLayoutCompilerType();
/openbsd-src/gnu/llvm/lldb/source/Expression/
H A DMaterializer.cpp830 return m_variable_sp->GetType()->GetLayoutCompilerType().GetTypeBitAlign( in GetTypeBitAlign()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp2664 member_type->GetLayoutCompilerType(), propAttrs.prop_setter_name, in ParseObjCProperty()
2805 CompilerType member_clang_type = member_type->GetLayoutCompilerType(); in ParseSingleMember()