Searched refs:base_offsets (Results 1 – 10 of 10) sorted by relevance
/external/mesa3d/src/amd/registers/ |
D | parse_kernel_headers.py | 621 base_offsets = None 626 base_offsets = r.groups() 628 if base_offsets is None: 651 assert idx < len(base_offsets) 652 offset += int(base_offsets[idx], 0) * 4
|
/external/llvm-project/lldb/unittests/Symbol/ |
D | TestClangASTImporter.cpp | 247 llvm::DenseMap<const clang::CXXRecordDecl *, clang::CharUnits> base_offsets; in TEST_F() local 250 field_offsets, base_offsets, vbase_offsets); in TEST_F() 256 EXPECT_EQ(0U, base_offsets.size()); in TEST_F()
|
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
D | ClangASTImporter.h | 47 OffsetMap base_offsets; member 77 &base_offsets,
|
D | ClangASTImporter.cpp | 529 &base_offsets, in LayoutRecordType() argument 535 base_offsets.clear(); in LayoutRecordType() 541 base_offsets.swap(pos->second.base_offsets); in LayoutRecordType()
|
D | ClangASTSource.cpp | 1456 BaseOffsetMap &base_offsets) { in ExtractBaseOffsets() argument 1492 base_offsets.insert(std::pair<const CXXRecordDecl *, CharUnits>( in ExtractBaseOffsets() 1502 BaseOffsetMap &base_offsets, in layoutRecordType() argument 1565 !ImportOffsetMap(base_offsets, origin_base_offsets, *this) || in layoutRecordType() 1611 : base_offsets[base_cxx_record.decl].getQuantity())); in layoutRecordType()
|
/external/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
D | UdtRecordCompleter.cpp | 101 m_layout.base_offsets.insert(std::make_pair(decl, offset)); in visitKnownMember()
|
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
D | DWARFASTParserClang.cpp | 2055 if (!layout_info.field_offsets.empty() || !layout_info.base_offsets.empty() || in CompleteRecordType() 2643 layout_info.base_offsets.size() != 0)) { in ParseSingleMember() 2902 layout_info.base_offsets.insert(std::make_pair( in ParseChildMembers()
|
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
D | TypeSystemClang.h | 465 &base_offsets,
|
D | TypeSystemClang.cpp | 9140 &base_offsets, in LayoutRecordType() argument 9152 field_offsets, base_offsets, vbase_offsets); in LayoutRecordType()
|
/external/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
D | PDBASTParser.cpp | 1367 layout_info.base_offsets.insert(std::make_pair(decl, offset)); in AddRecordBases()
|