Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DObjDumper.cpp110 StringRef SectionContent = in printSectionsAsString() local
113 const uint8_t *SecContent = SectionContent.bytes_begin(); in printSectionsAsString()
115 const uint8_t *SecEnd = SectionContent.bytes_end(); in printSectionsAsString()
144 StringRef SectionContent = in printSectionsAsHex() local
146 const uint8_t *SecContent = SectionContent.bytes_begin(); in printSectionsAsHex()
147 const uint8_t *SecEnd = SecContent + SectionContent.size(); in printSectionsAsHex()