Home
last modified time | relevance | path

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

/freebsd/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()
168 StringRef SectionContent = in printSectionsAsString() local
171 maybeDecompress(Obj, SectionName, SectionContent, Out); in printSectionsAsString()
172 printAsStringList(SectionContent); in printSectionsAsString()
185 StringRef SectionContent = in printSectionsAsHex() local
188 maybeDecompress(Obj, SectionName, SectionContent, Out); in printSectionsAsHex()
189 const uint8_t *SecContent = SectionContent.bytes_begin(); in printSectionsAsHex()
190 const uint8_t *SecEnd = SecContent + SectionContent.size(); in printSectionsAsHex()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DMachOBuilder.h224 struct SectionContent {
231 SectionContent Content;