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.cpp149 StringRef SectionName, StringRef &SectionContent, in maybeDecompress() argument
152 SectionName, SectionContent, Obj.isLittleEndian(), Obj.is64Bit()); in maybeDecompress()
158 SectionContent = Out; in maybeDecompress()
171 StringRef SectionContent = in printSectionsAsString() local
174 maybeDecompress(Obj, SectionName, SectionContent, Out); in printSectionsAsString()
175 printAsStringList(SectionContent); in printSectionsAsString()
189 StringRef SectionContent = in printSectionsAsHex() local
192 maybeDecompress(Obj, SectionName, SectionContent, Out); in printSectionsAsHex()
193 const uint8_t *SecContent = SectionContent.bytes_begin(); in printSectionsAsHex()
194 const uint8_t *SecEnd = SecContent + SectionContent.size(); in printSectionsAsHex()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DMachOBuilder.h219 struct SectionContent {
226 SectionContent Content;