Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceELFObjectWriter.cpp122 const std::string RelSectionName = RelPrefix + RelatedSection->getName(); in createRelocationSection() local
129 RelSectionName, ShType, ShFlags, ShAlign, ShEntSize); in createRelocationSection()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp835 StringRef RelSectionName; in findOPDEntrySection() local
836 if (auto EC = RelSecI->getName(RelSectionName)) in findOPDEntrySection()
839 if (RelSectionName != ".opd") in findOPDEntrySection()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp609 StringRef RelSectionName; in findOPDEntrySection() local
610 if (auto EC = RelSecI->getName(RelSectionName)) in findOPDEntrySection()
613 if (RelSectionName != ".opd") in findOPDEntrySection()