Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DObjDumper.cpp113 const uint8_t *SecContent = SectionContent.bytes_begin(); in printSectionsAsString() local
114 const uint8_t *CurrentWord = SecContent; in printSectionsAsString()
124 W.startLine() << format("[%6tx] ", CurrentWord - SecContent); in printSectionsAsString()
146 const uint8_t *SecContent = SectionContent.bytes_begin(); in printSectionsAsHex() local
147 const uint8_t *SecEnd = SecContent + SectionContent.size(); in printSectionsAsHex()
149 for (const uint8_t *SecPtr = SecContent; SecPtr < SecEnd; SecPtr += 16) { in printSectionsAsHex()
154 W.startLine() << format_hex(Section.getAddress() + (SecPtr - SecContent), in printSectionsAsHex()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp842 StringRef SecContent = Dyld.getSectionContent(SectionID); in linkAndVerify() local
843 uint64_t SymSize = SecContent.size() - (CSymAddr - SecContent.data()); in linkAndVerify()
871 StringRef SecContent = Dyld.getSectionContent(*SectionID); in linkAndVerify() local
872 SecInfo.setContent(ArrayRef<char>(SecContent.data(), SecContent.size())); in linkAndVerify()
891 StringRef SecContent = in linkAndVerify() local
894 ArrayRef<char>(SecContent.data(), SecContent.size())); in linkAndVerify()