Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAccelTable.cpp184 uint32_t AugmentationStringSize = sizeof(AugmentationString); member
394 assert(AugmentationStringSize % 4 == 0); in emit()
395 Asm->emitInt32(AugmentationStringSize); in emit()
397 Asm->OutStreamer->emitBytes({AugmentationString, AugmentationStringSize}); in emit()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp464 AugmentationStringSize = alignTo(AS.getU32(C), 4); in extract()
469 if (!AS.isValidOffsetForDataOfSize(C.tell(), AugmentationStringSize)) in extract()
472 AugmentationString.resize(AugmentationStringSize); in extract()
474 AugmentationStringSize); in extract()
/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp3008 hdr.AugmentationStringSize = 0; in computeHdrAndAbbrevTable()
3024 hdr.AugmentationStringSize = nd.hdr.AugmentationStringSize; in computeHdrAndAbbrevTable()
3029 hdr.AugmentationStringSize = 0; in computeHdrAndAbbrevTable()
3245 uint32_t hdrSize = getDebugNamesHeaderSize(hdr.AugmentationStringSize); in init()
3338 hdr.AugmentationStringSize); in writeTo()
3340 buf += hdr.AugmentationStringSize; in writeTo()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h401 uint32_t AugmentationStringSize; member