Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DDWARF.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()
H A DTarget.cpp109 : isec->contentMaybeDecompress().data(); in getErrorPlace()
H A DInputSection.cpp439 (void)sec->contentMaybeDecompress(); // uncompress if needed in copyRelocations()
1420 splitStrings(toStringRef(contentMaybeDecompress()), entsize); in splitIntoPieces()
1422 splitNonStrings(contentMaybeDecompress(), entsize); in splitIntoPieces()
H A DInputSection.h210 ArrayRef<uint8_t> contentMaybeDecompress() const { in contentMaybeDecompress() function
H A DInputFiles.cpp901 ms->contentMaybeDecompress(), ms->name); in initializeSections()