Home
last modified time | relevance | path

Searched defs:CUOffset (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugAranges.cpp37 uint64_t CUOffset = Set.getCompileUnitDIEOffset(); in extract() local
62 uint64_t CUOffset = CU->getOffset(); in generate() local
82 void DWARFDebugAranges::appendRange(uint64_t CUOffset, uint64_t LowPC, in appendRange()
H A DDWARFGdbIndex.cpp182 for (auto CUOffset : CUOffsets) { in parseImpl() local
H A DDWARFVerifier.cpp843 auto CUOffset = AttrValue.Value.getRawUValue(); in verifyDebugInfoForm() local
1609 uint64_t CUOffset = NI.getCUOffset(CUIndex); in verifyNameIndexEntries() local
H A DDWARFAcceleratorTable.cpp1064 DWARFDebugNames::getCUNameIndex(uint64_t CUOffset) { in getCUNameIndex()
H A DDWARFContext.cpp1519 uint64_t CUOffset = getDebugAranges()->findAddress(Address); in getCompileUnitForCodeAddress() local
1524 uint64_t CUOffset = getDebugAranges()->findAddress(Address); in getCompileUnitForDataAddress() local
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugAranges.h61 uint64_t CUOffset; /// Offset of the compile unit or die. member
66 uint64_t CUOffset; member
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.cpp268 unsigned CUOffset) { in computeOffsetsAndAbbrevs()