Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DDWARF.cpp47 m->Data = toStringRef(sec->contentMaybeDecompress()); in LLDDwarfObj()
53 abbrevSection = toStringRef(sec->contentMaybeDecompress()); in LLDDwarfObj()
55 strSection = toStringRef(sec->contentMaybeDecompress()); in LLDDwarfObj()
57 lineStrSection = toStringRef(sec->contentMaybeDecompress()); in LLDDwarfObj()
69 infoSection.Data = toStringRef(sec->contentMaybeDecompress()); in LLDDwarfObj()
H A DTarget.cpp108 : isec->contentMaybeDecompress().data(); in getErrorPlace()
H A DInputSection.cpp395 (void)sec->contentMaybeDecompress(); // uncompress if needed in copyRelocations()
1371 splitStrings(toStringRef(contentMaybeDecompress()), entsize); in splitIntoPieces()
1373 splitNonStrings(contentMaybeDecompress(), entsize); in splitIntoPieces()
H A DInputSection.h189 ArrayRef<uint8_t> contentMaybeDecompress() const { in contentMaybeDecompress() function
H A DInputFiles.cpp844 ms->contentMaybeDecompress(), ms->name); in initializeSections()