Home
last modified time | relevance | path

Searched refs:SecOffset (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfFile.cpp58 unsigned SecOffset = 0; in computeSizeAndOffsets() local
66 TheU->setDebugSectionOffset(SecOffset); in computeSizeAndOffsets()
67 SecOffset += computeSizeAndOffsetsForUnit(TheU.get()); in computeSizeAndOffsets()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugPubTable.h29 uint32_t SecOffset; member
/freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugPubTable.cpp59 OS << format("0x%8.8x ", E.SecOffset); in dump()
H A DDWARFVerifier.cpp608 auto SecOffset = AttrValue.Value.getAsSectionOffset(); in verifyDebugInfoForm() local
609 assert(SecOffset); // DW_FORM_strp is a section offset. in verifyDebugInfoForm()
610 if (SecOffset && *SecOffset >= DObj.getStringSection().size()) { in verifyDebugInfoForm()