Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
DObjDumper.cpp115 for (const uint8_t *SecPtr = SecContent; SecPtr < SecEnd; SecPtr += 16) { in printSectionAsHex() local
116 const uint8_t *TmpSecPtr = SecPtr; in printSectionAsHex()
120 W.startLine() << format_hex(SecPtr - SecContent, 10); in printSectionAsHex()
139 TmpSecPtr = SecPtr; in printSectionAsHex()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objcopy/
DObject.cpp1049 std::begin(Sections), std::end(Sections), [=](const SecPtr &Sec) { in removeSections()
1081 for (const SecPtr &Sec : Sections) in removeSymbols()
1088 auto CompareSections = [](const SecPtr &A, const SecPtr &B) { in sortSections()
DObject.h661 using SecPtr = std::unique_ptr<SectionBase>;
664 std::vector<SecPtr> Sections;