Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceELFObjectWriter.cpp121 const std::string RelSectionName = RelPrefix + RelatedSection->getName(); in createRelocationSection() local
128 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/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp628 StringRef RelSectionName = *NameOrErr; in findOPDEntrySection() local
630 if (RelSectionName != ".opd") in findOPDEntrySection()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp621 StringRef RelSectionName = *NameOrErr; in findOPDEntrySection() local
623 if (RelSectionName != ".opd") in findOPDEntrySection()