Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
DObjDumper.cpp129 StringRef SectionContent = in printSectionsAsString() local
131 printAsStringList(SectionContent); in printSectionsAsString()
147 StringRef SectionContent = in printSectionsAsHex() local
149 const uint8_t *SecContent = SectionContent.bytes_begin(); in printSectionsAsHex()
150 const uint8_t *SecEnd = SecContent + SectionContent.size(); in printSectionsAsHex()