Home
last modified time | relevance | path

Searched refs:contentMaybeDecompress (Results 1 – 5 of 5) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/lld/ELF/
HDDWARF.cpp48 m->Data = toStringRef(sec->contentMaybeDecompress()); in LLDDwarfObj()
54 abbrevSection = toStringRef(sec->contentMaybeDecompress()); in LLDDwarfObj()
56 strSection = toStringRef(sec->contentMaybeDecompress()); in LLDDwarfObj()
58 lineStrSection = toStringRef(sec->contentMaybeDecompress()); in LLDDwarfObj()
70 infoSection.Data = toStringRef(sec->contentMaybeDecompress()); in LLDDwarfObj()
HDTarget.cpp109 : isec->contentMaybeDecompress().data(); in getErrorPlace()
HDInputSection.cpp439 (void)sec->contentMaybeDecompress(); // uncompress if needed in copyRelocations()
1420 splitStrings(toStringRef(contentMaybeDecompress()), entsize); in splitIntoPieces()
1422 splitNonStrings(contentMaybeDecompress(), entsize); in splitIntoPieces()
HDInputSection.h210 ArrayRef<uint8_t> contentMaybeDecompress() const { in contentMaybeDecompress() function
HDInputFiles.cpp901 ms->contentMaybeDecompress(), ms->name); in initializeSections()