Home
last modified time | relevance | path

Searched refs:getCUIndex (Results 1 – 19 of 19) sorted by relevance

/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARFDwo.cpp35 m_context.GetAsLLVM().getCUIndex(); in SymbolFileDWARFDwo()
39 if (const llvm::DWARFUnitIndex &index = m_context.GetAsLLVM().getCUIndex()) { in GetDWOCompileUnitForHash()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h250 const DWARFUnitIndex &getCUIndex();
DDWARFAcceleratorTable.h298 Optional<uint64_t> getCUIndex() const;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DAccelTable.h284 unsigned getCUIndex() const { return CUIndex; } in getCUIndex() function
/external/llvm-project/llvm/include/llvm/CodeGen/
DAccelTable.h284 unsigned getCUIndex() const { return CUIndex; } in getCUIndex() function
/external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h270 const DWARFUnitIndex &getCUIndex();
DDWARFAcceleratorTable.h294 Optional<uint64_t> getCUIndex() const;
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h151 const DWARFUnitIndex &getCUIndex();
/external/llvm/lib/DebugInfo/DWARF/
DDWARFUnit.cpp402 return Context.getCUIndex(); in getDWARFUnitIndex()
DDWARFContext.cpp173 getCUIndex().dump(OS); in dump()
276 const DWARFUnitIndex &DWARFContext::getCUIndex() { in getCUIndex() function in DWARFContext
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFAcceleratorTable.cpp547 Optional<uint64_t> DWARFDebugNames::Entry::getCUIndex() const { in getCUIndex() function in DWARFDebugNames::Entry
558 Optional<uint64_t> Index = getCUIndex(); in getCUOffset()
DDWARFContext.cpp501 getCUIndex().dump(OS); in dump()
650 if (const auto &CUI = getCUIndex()) { in getDWOCompileUnitForHash()
697 const DWARFUnitIndex &DWARFContext::getCUIndex() { in getCUIndex() function in DWARFContext
DDWARFUnit.cpp761 return Context.getCUIndex(); in getDWARFUnitIndex()
DDWARFVerifier.cpp1221 uint32_t CUIndex = *EntryOr->getCUIndex(); in verifyNameIndexEntries()
/external/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFAcceleratorTable.cpp554 Optional<uint64_t> DWARFDebugNames::Entry::getCUIndex() const { in getCUIndex() function in DWARFDebugNames::Entry
565 Optional<uint64_t> Index = getCUIndex(); in getCUOffset()
DDWARFContext.cpp566 getCUIndex().dump(OS); in dump()
699 if (const auto &CUI = getCUIndex()) { in getDWOCompileUnitForHash()
746 const DWARFUnitIndex &DWARFContext::getCUIndex() { in getCUIndex() function in DWARFContext
DDWARFUnit.cpp706 return Context.getCUIndex(); in getDWARFUnitIndex()
DDWARFVerifier.cpp1278 uint32_t CUIndex = *EntryOr->getCUIndex(); in verifyNameIndexEntries()
/external/llvm-project/llvm/lib/DWARFLinker/
DDWARFStreamer.cpp235 return UniqueIdToCuMap[Entry.getCUIndex()]; in emitDebugNames()