Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.h107 Error findPPC64TOCSection(const object::ELFObjectFileBase &Obj,
H A DRuntimeDyldELF.cpp875 Error RuntimeDyldELF::findPPC64TOCSection(const ELFObjectFileBase &Obj, in findPPC64TOCSection() function in llvm::RuntimeDyldELF
2072 if (auto Err = findPPC64TOCSection(Obj, ObjSectionToID, TOCValue)) in processRelocationRef()
2085 if (auto Err = findPPC64TOCSection(Obj, ObjSectionToID, Value)) in processRelocationRef()
2088 if (auto Err = findPPC64TOCSection(Obj, ObjSectionToID, Value)) in processRelocationRef()