Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugAranges.cpp62 if (ParsedCUOffsets.insert(CUOffset).second) { in generate() local
37 uint64_t CUOffset = Set.getCompileUnitDIEOffset(); extract() local
82 appendRange(uint64_t CUOffset,uint64_t LowPC,uint64_t HighPC) appendRange() argument
[all...]
H A DDWARFGdbIndex.cpp182 for (auto CUOffset : CUOffsets) { in parseImpl() local
H A DDWARFVerifier.cpp843 auto CUOffset = AttrValue.Value.getRawUValue(); verifyDebugInfoForm() local
1608 uint64_t CUOffset = NI.getCUOffset(CUIndex); verifyNameIndexEntries() local
H A DDWARFAcceleratorTable.cpp1064 getCUNameIndex(uint64_t CUOffset) getCUNameIndex() argument
H A DDWARFContext.cpp1519 uint64_t CUOffset = getDebugAranges()->findAddress(Address); in getCompileUnitForCodeAddress() local
1524 uint64_t CUOffset = getDebugAranges()->findAddress(Address); in getCompileUnitForDataAddress() local
/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
/llvm-project/llvm/unittests/DebugInfo/DWARF/
H A DDwarfGenerator.cpp573 unsigned CUOffset = 4 + // Length generate() local
/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.cpp268 unsigned CUOffset) { in computeOffsetsAndAbbrevs()