Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
DObjDumper.cpp76 StringRef SectionContent; in printSectionAsString() local
77 Section.getContents(SectionContent); in printSectionAsString()
79 const uint8_t *SecContent = SectionContent.bytes_begin(); in printSectionAsString()
81 const uint8_t *SecEnd = SectionContent.bytes_end(); in printSectionAsString()
110 StringRef SectionContent; in printSectionAsHex() local
111 Section.getContents(SectionContent); in printSectionAsHex()
112 const uint8_t *SecContent = SectionContent.bytes_begin(); in printSectionAsHex()
113 const uint8_t *SecEnd = SecContent + SectionContent.size(); in printSectionAsHex()