Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DDWARF.cpp45 m->Data = toStringRef(sec->contentMaybeDecompress()); in LLDDwarfObj()
51 abbrevSection = toStringRef(sec->contentMaybeDecompress()); in LLDDwarfObj()
53 strSection = toStringRef(sec->contentMaybeDecompress()); in LLDDwarfObj()
55 lineStrSection = toStringRef(sec->contentMaybeDecompress()); in LLDDwarfObj()
67 infoSection.Data = toStringRef(sec->contentMaybeDecompress()); in LLDDwarfObj()
H A DTarget.cpp100 : isec->contentMaybeDecompress().data(); in getErrorPlace()
H A DInputSection.cpp474 (void)sec->contentMaybeDecompress(); // uncompress if needed in copyRelocations()
1494 splitStrings(toStringRef(contentMaybeDecompress()), entsize); in splitIntoPieces()
1496 splitNonStrings(contentMaybeDecompress(), entsize); in splitIntoPieces()
H A DInputSection.h230 ArrayRef<uint8_t> contentMaybeDecompress() const { in contentMaybeDecompress() function
H A DInputFiles.cpp866 ms->contentMaybeDecompress()); in initializeSections()
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DX86_64.cpp1196 auto content = is.contentMaybeDecompress(); in getBranchInfoAtTarget()