Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/registers/
Dparse_kernel_headers.py621 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/
DTestClangASTImporter.cpp247 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/
DClangASTImporter.h47 OffsetMap base_offsets; member
77 &base_offsets,
DClangASTImporter.cpp529 &base_offsets, in LayoutRecordType() argument
535 base_offsets.clear(); in LayoutRecordType()
541 base_offsets.swap(pos->second.base_offsets); in LayoutRecordType()
DClangASTSource.cpp1456 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/
DUdtRecordCompleter.cpp101 m_layout.base_offsets.insert(std::make_pair(decl, offset)); in visitKnownMember()
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFASTParserClang.cpp2055 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/
DTypeSystemClang.h465 &base_offsets,
DTypeSystemClang.cpp9140 &base_offsets, in LayoutRecordType() argument
9152 field_offsets, base_offsets, vbase_offsets); in LayoutRecordType()
/external/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
DPDBASTParser.cpp1367 layout_info.base_offsets.insert(std::make_pair(decl, offset)); in AddRecordBases()