Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/
H A DObjDumper.cpp156 StringRef SectionContent = in printSectionsAsString() local
158 printAsStringList(SectionContent); in printSectionsAsString()
174 StringRef SectionContent = in printSectionsAsHex() local
176 const uint8_t *SecContent = SectionContent.bytes_begin(); in printSectionsAsHex()
177 const uint8_t *SecEnd = SecContent + SectionContent.size(); in printSectionsAsHex()