Home
last modified time | relevance | path

Searched refs:SectionContent (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DObjDumper.cpp147 StringRef SectionName, StringRef &SectionContent, in maybeDecompress() argument
150 SectionName, SectionContent, Obj.isLittleEndian(), Obj.is64Bit()); in maybeDecompress()
156 SectionContent = Out; in maybeDecompress()
173 StringRef SectionContent = in printSectionsAsString() local
176 maybeDecompress(Obj, SectionName, SectionContent, Out); in printSectionsAsString()
177 printAsStringList(SectionContent); in printSectionsAsString()
195 StringRef SectionContent = in printSectionsAsHex() local
198 maybeDecompress(Obj, SectionName, SectionContent, Out); in printSectionsAsHex()
199 const uint8_t *SecContent = SectionContent.bytes_begin(); in printSectionsAsHex()
200 const uint8_t *SecEnd = SecContent + SectionContent.size(); in printSectionsAsHex()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DMachOBuilder.h224 struct SectionContent {
231 SectionContent Content;