Home
last modified time | relevance | path

Searched refs:RelSectionName (Results 1 – 2 of 2) 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()