Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
DObjDumper.cpp79 const uint8_t *SecContent = SectionContent.bytes_begin(); in printSectionAsString() local
80 const uint8_t *CurrentWord = SecContent; in printSectionAsString()
90 W.startLine() << format("[%6tx] ", CurrentWord - SecContent); in printSectionAsString()
112 const uint8_t *SecContent = SectionContent.bytes_begin(); in printSectionAsHex() local
113 const uint8_t *SecEnd = SecContent + SectionContent.size(); in printSectionAsHex()
115 for (const uint8_t *SecPtr = SecContent; SecPtr < SecEnd; SecPtr += 16) { in printSectionAsHex()
120 W.startLine() << format_hex(SecPtr - SecContent, 10); in printSectionAsHex()