Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp609 StringRef RelSectionName; in findOPDEntrySection() local
610 if (auto EC = RelSecI->getName(RelSectionName)) in findOPDEntrySection()
613 if (RelSectionName != ".opd") in findOPDEntrySection()