Home
last modified time | relevance | path

Searched refs:getCUOffset (Results 26 – 50 of 80) sorted by relevance

1234

/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h56 virtual Optional<uint64_t> getCUOffset() const = 0;
125 Optional<uint64_t> getCUOffset() const override;
290 Optional<uint64_t> getCUOffset() const override;
424 uint64_t getCUOffset(uint32_t CU) const;
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h56 virtual Optional<uint64_t> getCUOffset() const = 0;
125 Optional<uint64_t> getCUOffset() const override;
290 Optional<uint64_t> getCUOffset() const override;
424 uint64_t getCUOffset(uint32_t CU) const;
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h56 virtual Optional<uint64_t> getCUOffset() const = 0;
125 Optional<uint64_t> getCUOffset() const override;
290 Optional<uint64_t> getCUOffset() const override;
424 uint64_t getCUOffset(uint32_t CU) const;
/dports/devel/llvm90/llvm-9.0.1.src/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp291 Optional<uint64_t> AppleAcceleratorTable::Entry::getCUOffset() const { in getCUOffset() function in AppleAcceleratorTable::Entry
557 Optional<uint64_t> DWARFDebugNames::Entry::getCUOffset() const { in getCUOffset() function in DWARFDebugNames::Entry
561 return NameIdx->getCUOffset(*Index); in getCUOffset()
580 uint32_t DWARFDebugNames::NameIndex::getCUOffset(uint32_t CU) const { in getCUOffset() function in DWARFDebugNames::NameIndex
688 W.startLine() << format("CU[%u]: 0x%08x\n", CU, getCUOffset(CU)); in dumpCUs()
884 CUToNameIndex.try_emplace(NI.getCUOffset(CU), &NI); in getCUNameIndex()
/dports/devel/llvm80/llvm-8.0.1.src/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp292 Optional<uint64_t> AppleAcceleratorTable::Entry::getCUOffset() const { in getCUOffset() function in AppleAcceleratorTable::Entry
557 Optional<uint64_t> DWARFDebugNames::Entry::getCUOffset() const { in getCUOffset() function in DWARFDebugNames::Entry
561 return NameIdx->getCUOffset(*Index); in getCUOffset()
580 uint32_t DWARFDebugNames::NameIndex::getCUOffset(uint32_t CU) const { in getCUOffset() function in DWARFDebugNames::NameIndex
687 W.startLine() << format("CU[%u]: 0x%08x\n", CU, getCUOffset(CU)); in dumpCUs()
883 CUToNameIndex.try_emplace(NI.getCUOffset(CU), &NI); in getCUNameIndex()
/dports/devel/llvm70/llvm-7.0.1.src/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp291 Optional<uint64_t> AppleAcceleratorTable::Entry::getCUOffset() const {
558 Optional<uint64_t> DWARFDebugNames::Entry::getCUOffset() const {
562 return NameIdx->getCUOffset(*Index);
581 uint32_t DWARFDebugNames::NameIndex::getCUOffset(uint32_t CU) const {
689 W.startLine() << format("CU[%u]: 0x%08x\n", CU, getCUOffset(CU));
885 CUToNameIndex.try_emplace(NI.getCUOffset(CU), &NI);
H A DDWARFVerifier.cpp806 uint32_t Offset = NI.getCUOffset(CU); in verifyDebugNamesCULists()
1097 uint32_t CUOffset = NI.getCUOffset(CUIndex); in verifyNameIndexEntries()
/dports/devel/binaryen/binaryen-version_98/third_party/llvm-project/
H A DDWARFAcceleratorTable.cpp291 Optional<uint64_t> AppleAcceleratorTable::Entry::getCUOffset() const { in getCUOffset() function in AppleAcceleratorTable::Entry
557 Optional<uint64_t> DWARFDebugNames::Entry::getCUOffset() const { in getCUOffset() function in DWARFDebugNames::Entry
561 return NameIdx->getCUOffset(*Index); in getCUOffset()
580 uint64_t DWARFDebugNames::NameIndex::getCUOffset(uint32_t CU) const { in getCUOffset() function in DWARFDebugNames::NameIndex
688 W.startLine() << format("CU[%u]: 0x%08" PRIx64 "\n", CU, getCUOffset(CU)); in dumpCUs()
885 CUToNameIndex.try_emplace(NI.getCUOffset(CU), &NI); in getCUNameIndex()
H A DDWARFVerifier.cpp933 uint64_t Offset = NI.getCUOffset(CU); in verifyDebugNamesCULists()
1227 uint64_t CUOffset = NI.getCUOffset(CUIndex); in verifyNameIndexEntries()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp291 Optional<uint64_t> AppleAcceleratorTable::Entry::getCUOffset() const { in getCUOffset() function in AppleAcceleratorTable::Entry
564 Optional<uint64_t> DWARFDebugNames::Entry::getCUOffset() const { in getCUOffset() function in DWARFDebugNames::Entry
568 return NameIdx->getCUOffset(*Index); in getCUOffset()
587 uint64_t DWARFDebugNames::NameIndex::getCUOffset(uint32_t CU) const { in getCUOffset() function in DWARFDebugNames::NameIndex
703 W.startLine() << format("CU[%u]: 0x%08" PRIx64 "\n", CU, getCUOffset(CU)); in dumpCUs()
901 CUToNameIndex.try_emplace(NI.getCUOffset(CU), &NI); in getCUNameIndex()
H A DDWARFVerifier.cpp950 uint64_t Offset = NI.getCUOffset(CU); in verifyDebugNamesCULists()
1244 uint64_t CUOffset = NI.getCUOffset(CUIndex); in verifyNameIndexEntries()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp291 Optional<uint64_t> AppleAcceleratorTable::Entry::getCUOffset() const { in getCUOffset() function in AppleAcceleratorTable::Entry
564 Optional<uint64_t> DWARFDebugNames::Entry::getCUOffset() const { in getCUOffset() function in DWARFDebugNames::Entry
568 return NameIdx->getCUOffset(*Index); in getCUOffset()
587 uint64_t DWARFDebugNames::NameIndex::getCUOffset(uint32_t CU) const { in getCUOffset() function in DWARFDebugNames::NameIndex
703 W.startLine() << format("CU[%u]: 0x%08" PRIx64 "\n", CU, getCUOffset(CU)); in dumpCUs()
901 CUToNameIndex.try_emplace(NI.getCUOffset(CU), &NI); in getCUNameIndex()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp291 Optional<uint64_t> AppleAcceleratorTable::Entry::getCUOffset() const { in getCUOffset() function in AppleAcceleratorTable::Entry
564 Optional<uint64_t> DWARFDebugNames::Entry::getCUOffset() const { in getCUOffset() function in DWARFDebugNames::Entry
568 return NameIdx->getCUOffset(*Index); in getCUOffset()
587 uint64_t DWARFDebugNames::NameIndex::getCUOffset(uint32_t CU) const { in getCUOffset() function in DWARFDebugNames::NameIndex
703 W.startLine() << format("CU[%u]: 0x%08" PRIx64 "\n", CU, getCUOffset(CU)); in dumpCUs()
901 CUToNameIndex.try_emplace(NI.getCUOffset(CU), &NI); in getCUNameIndex()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp291 Optional<uint64_t> AppleAcceleratorTable::Entry::getCUOffset() const { in getCUOffset() function in AppleAcceleratorTable::Entry
564 Optional<uint64_t> DWARFDebugNames::Entry::getCUOffset() const { in getCUOffset() function in DWARFDebugNames::Entry
568 return NameIdx->getCUOffset(*Index); in getCUOffset()
587 uint64_t DWARFDebugNames::NameIndex::getCUOffset(uint32_t CU) const { in getCUOffset() function in DWARFDebugNames::NameIndex
703 W.startLine() << format("CU[%u]: 0x%08" PRIx64 "\n", CU, getCUOffset(CU)); in dumpCUs()
901 CUToNameIndex.try_emplace(NI.getCUOffset(CU), &NI); in getCUNameIndex()
/dports/devel/llvm10/llvm-10.0.1.src/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp291 Optional<uint64_t> AppleAcceleratorTable::Entry::getCUOffset() const { in getCUOffset() function in AppleAcceleratorTable::Entry
557 Optional<uint64_t> DWARFDebugNames::Entry::getCUOffset() const { in getCUOffset() function in DWARFDebugNames::Entry
561 return NameIdx->getCUOffset(*Index); in getCUOffset()
580 uint64_t DWARFDebugNames::NameIndex::getCUOffset(uint32_t CU) const { in getCUOffset() function in DWARFDebugNames::NameIndex
688 W.startLine() << format("CU[%u]: 0x%08" PRIx64 "\n", CU, getCUOffset(CU)); in dumpCUs()
885 CUToNameIndex.try_emplace(NI.getCUOffset(CU), &NI); in getCUNameIndex()
H A DDWARFVerifier.cpp935 uint64_t Offset = NI.getCUOffset(CU); in verifyDebugNamesCULists()
1229 uint64_t CUOffset = NI.getCUOffset(CUIndex); in verifyNameIndexEntries()
/dports/devel/llvm11/llvm-11.0.1.src/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp291 Optional<uint64_t> AppleAcceleratorTable::Entry::getCUOffset() const { in getCUOffset() function in AppleAcceleratorTable::Entry
564 Optional<uint64_t> DWARFDebugNames::Entry::getCUOffset() const { in getCUOffset() function in DWARFDebugNames::Entry
568 return NameIdx->getCUOffset(*Index); in getCUOffset()
587 uint64_t DWARFDebugNames::NameIndex::getCUOffset(uint32_t CU) const { in getCUOffset() function in DWARFDebugNames::NameIndex
703 W.startLine() << format("CU[%u]: 0x%08" PRIx64 "\n", CU, getCUOffset(CU)); in dumpCUs()
901 CUToNameIndex.try_emplace(NI.getCUOffset(CU), &NI); in getCUNameIndex()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp291 Optional<uint64_t> AppleAcceleratorTable::Entry::getCUOffset() const { in getCUOffset() function in AppleAcceleratorTable::Entry
557 Optional<uint64_t> DWARFDebugNames::Entry::getCUOffset() const { in getCUOffset() function in DWARFDebugNames::Entry
561 return NameIdx->getCUOffset(*Index); in getCUOffset()
580 uint64_t DWARFDebugNames::NameIndex::getCUOffset(uint32_t CU) const { in getCUOffset() function in DWARFDebugNames::NameIndex
688 W.startLine() << format("CU[%u]: 0x%08" PRIx64 "\n", CU, getCUOffset(CU)); in dumpCUs()
885 CUToNameIndex.try_emplace(NI.getCUOffset(CU), &NI); in getCUNameIndex()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp291 Optional<uint64_t> AppleAcceleratorTable::Entry::getCUOffset() const { in getCUOffset() function in AppleAcceleratorTable::Entry
564 Optional<uint64_t> DWARFDebugNames::Entry::getCUOffset() const { in getCUOffset() function in DWARFDebugNames::Entry
568 return NameIdx->getCUOffset(*Index); in getCUOffset()
587 uint64_t DWARFDebugNames::NameIndex::getCUOffset(uint32_t CU) const { in getCUOffset() function in DWARFDebugNames::NameIndex
703 W.startLine() << format("CU[%u]: 0x%08" PRIx64 "\n", CU, getCUOffset(CU)); in dumpCUs()
901 CUToNameIndex.try_emplace(NI.getCUOffset(CU), &NI); in getCUNameIndex()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp291 Optional<uint64_t> AppleAcceleratorTable::Entry::getCUOffset() const { in getCUOffset() function in AppleAcceleratorTable::Entry
564 Optional<uint64_t> DWARFDebugNames::Entry::getCUOffset() const { in getCUOffset() function in DWARFDebugNames::Entry
568 return NameIdx->getCUOffset(*Index); in getCUOffset()
587 uint64_t DWARFDebugNames::NameIndex::getCUOffset(uint32_t CU) const { in getCUOffset() function in DWARFDebugNames::NameIndex
703 W.startLine() << format("CU[%u]: 0x%08" PRIx64 "\n", CU, getCUOffset(CU)); in dumpCUs()
901 CUToNameIndex.try_emplace(NI.getCUOffset(CU), &NI); in getCUNameIndex()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp291 Optional<uint64_t> AppleAcceleratorTable::Entry::getCUOffset() const { in getCUOffset() function in AppleAcceleratorTable::Entry
564 Optional<uint64_t> DWARFDebugNames::Entry::getCUOffset() const { in getCUOffset() function in DWARFDebugNames::Entry
568 return NameIdx->getCUOffset(*Index); in getCUOffset()
587 uint64_t DWARFDebugNames::NameIndex::getCUOffset(uint32_t CU) const { in getCUOffset() function in DWARFDebugNames::NameIndex
703 W.startLine() << format("CU[%u]: 0x%08" PRIx64 "\n", CU, getCUOffset(CU)); in dumpCUs()
901 CUToNameIndex.try_emplace(NI.getCUOffset(CU), &NI); in getCUNameIndex()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp291 Optional<uint64_t> AppleAcceleratorTable::Entry::getCUOffset() const { in getCUOffset() function in AppleAcceleratorTable::Entry
557 Optional<uint64_t> DWARFDebugNames::Entry::getCUOffset() const { in getCUOffset() function in DWARFDebugNames::Entry
561 return NameIdx->getCUOffset(*Index); in getCUOffset()
580 uint64_t DWARFDebugNames::NameIndex::getCUOffset(uint32_t CU) const { in getCUOffset() function in DWARFDebugNames::NameIndex
688 W.startLine() << format("CU[%u]: 0x%08" PRIx64 "\n", CU, getCUOffset(CU)); in dumpCUs()
885 CUToNameIndex.try_emplace(NI.getCUOffset(CU), &NI); in getCUNameIndex()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp291 Optional<uint64_t> AppleAcceleratorTable::Entry::getCUOffset() const { in getCUOffset() function in AppleAcceleratorTable::Entry
564 Optional<uint64_t> DWARFDebugNames::Entry::getCUOffset() const { in getCUOffset() function in DWARFDebugNames::Entry
568 return NameIdx->getCUOffset(*Index); in getCUOffset()
587 uint64_t DWARFDebugNames::NameIndex::getCUOffset(uint32_t CU) const { in getCUOffset() function in DWARFDebugNames::NameIndex
703 W.startLine() << format("CU[%u]: 0x%08" PRIx64 "\n", CU, getCUOffset(CU)); in dumpCUs()
901 CUToNameIndex.try_emplace(NI.getCUOffset(CU), &NI); in getCUNameIndex()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp291 Optional<uint64_t> AppleAcceleratorTable::Entry::getCUOffset() const { in getCUOffset() function in AppleAcceleratorTable::Entry
564 Optional<uint64_t> DWARFDebugNames::Entry::getCUOffset() const { in getCUOffset() function in DWARFDebugNames::Entry
568 return NameIdx->getCUOffset(*Index); in getCUOffset()
587 uint64_t DWARFDebugNames::NameIndex::getCUOffset(uint32_t CU) const { in getCUOffset() function in DWARFDebugNames::NameIndex
703 W.startLine() << format("CU[%u]: 0x%08" PRIx64 "\n", CU, getCUOffset(CU)); in dumpCUs()
901 CUToNameIndex.try_emplace(NI.getCUOffset(CU), &NI); in getCUNameIndex()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp291 Optional<uint64_t> AppleAcceleratorTable::Entry::getCUOffset() const { in getCUOffset() function in AppleAcceleratorTable::Entry
564 Optional<uint64_t> DWARFDebugNames::Entry::getCUOffset() const { in getCUOffset() function in DWARFDebugNames::Entry
568 return NameIdx->getCUOffset(*Index); in getCUOffset()
587 uint64_t DWARFDebugNames::NameIndex::getCUOffset(uint32_t CU) const { in getCUOffset() function in DWARFDebugNames::NameIndex
703 W.startLine() << format("CU[%u]: 0x%08" PRIx64 "\n", CU, getCUOffset(CU)); in dumpCUs()
901 CUToNameIndex.try_emplace(NI.getCUOffset(CU), &NI); in getCUNameIndex()

1234