/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
D | SymbolFileDWARFDwo.cpp | 35 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/ |
D | DWARFContext.h | 250 const DWARFUnitIndex &getCUIndex();
|
D | DWARFAcceleratorTable.h | 298 Optional<uint64_t> getCUIndex() const;
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | AccelTable.h | 284 unsigned getCUIndex() const { return CUIndex; } in getCUIndex() function
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | AccelTable.h | 284 unsigned getCUIndex() const { return CUIndex; } in getCUIndex() function
|
/external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFContext.h | 270 const DWARFUnitIndex &getCUIndex();
|
D | DWARFAcceleratorTable.h | 294 Optional<uint64_t> getCUIndex() const;
|
/external/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFContext.h | 151 const DWARFUnitIndex &getCUIndex();
|
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFUnit.cpp | 402 return Context.getCUIndex(); in getDWARFUnitIndex()
|
D | DWARFContext.cpp | 173 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/ |
D | DWARFAcceleratorTable.cpp | 547 Optional<uint64_t> DWARFDebugNames::Entry::getCUIndex() const { in getCUIndex() function in DWARFDebugNames::Entry 558 Optional<uint64_t> Index = getCUIndex(); in getCUOffset()
|
D | DWARFContext.cpp | 501 getCUIndex().dump(OS); in dump() 650 if (const auto &CUI = getCUIndex()) { in getDWOCompileUnitForHash() 697 const DWARFUnitIndex &DWARFContext::getCUIndex() { in getCUIndex() function in DWARFContext
|
D | DWARFUnit.cpp | 761 return Context.getCUIndex(); in getDWARFUnitIndex()
|
D | DWARFVerifier.cpp | 1221 uint32_t CUIndex = *EntryOr->getCUIndex(); in verifyNameIndexEntries()
|
/external/llvm-project/llvm/lib/DebugInfo/DWARF/ |
D | DWARFAcceleratorTable.cpp | 554 Optional<uint64_t> DWARFDebugNames::Entry::getCUIndex() const { in getCUIndex() function in DWARFDebugNames::Entry 565 Optional<uint64_t> Index = getCUIndex(); in getCUOffset()
|
D | DWARFContext.cpp | 566 getCUIndex().dump(OS); in dump() 699 if (const auto &CUI = getCUIndex()) { in getDWOCompileUnitForHash() 746 const DWARFUnitIndex &DWARFContext::getCUIndex() { in getCUIndex() function in DWARFContext
|
D | DWARFUnit.cpp | 706 return Context.getCUIndex(); in getDWARFUnitIndex()
|
D | DWARFVerifier.cpp | 1278 uint32_t CUIndex = *EntryOr->getCUIndex(); in verifyNameIndexEntries()
|
/external/llvm-project/llvm/lib/DWARFLinker/ |
D | DWARFStreamer.cpp | 235 return UniqueIdToCuMap[Entry.getCUIndex()]; in emitDebugNames()
|