Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp516 section_iterator RelSecI = SI->getRelocatedSection(); in computeSectionStubBufSize() local
517 if (!(RelSecI == Section)) in computeSectionStubBufSize()
DRuntimeDyldELF.cpp831 section_iterator RelSecI = si->getRelocatedSection(); in findOPDEntrySection() local
832 if (RelSecI == Obj.section_end()) in findOPDEntrySection()
836 if (auto EC = RelSecI->getName(RelSectionName)) in findOPDEntrySection()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp593 section_iterator RelSecI = SI->getRelocatedSection(); in computeSectionStubBufSize() local
594 if (!(RelSecI == Section)) in computeSectionStubBufSize()
DRuntimeDyldELF.cpp605 section_iterator RelSecI = si->getRelocatedSection(); in findOPDEntrySection() local
606 if (RelSecI == Obj.section_end()) in findOPDEntrySection()
610 if (auto EC = RelSecI->getName(RelSectionName)) in findOPDEntrySection()