Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.h94 Error findOPDEntrySection(const object::ELFObjectFileBase &Obj,
H A DRuntimeDyldELF.cpp706 Error RuntimeDyldELF::findOPDEntrySection(const ELFObjectFileBase &Obj, in findOPDEntrySection() function in llvm::RuntimeDyldELF
1578 if (auto Err = findOPDEntrySection(Obj, ObjSectionToID, Value)) in processRelocationRef()