Searched refs:findPPC64TOCSection (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldELF.h | 96 Error findPPC64TOCSection(const ELFObjectFileBase &Obj,
|
D | RuntimeDyldELF.cpp | 784 Error RuntimeDyldELF::findPPC64TOCSection(const ELFObjectFileBase &Obj, in findPPC64TOCSection() function in llvm::RuntimeDyldELF 1614 if (auto Err = findPPC64TOCSection(Obj, ObjSectionToID, TOCValue)) in processRelocationRef() 1627 if (auto Err = findPPC64TOCSection(Obj, ObjSectionToID, Value)) in processRelocationRef() 1630 if (auto Err = findPPC64TOCSection(Obj, ObjSectionToID, Value)) in processRelocationRef()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldELF.h | 92 Error findPPC64TOCSection(const ELFObjectFileBase &Obj,
|
D | RuntimeDyldELF.cpp | 558 Error RuntimeDyldELF::findPPC64TOCSection(const ELFObjectFileBase &Obj, in findPPC64TOCSection() function in llvm::RuntimeDyldELF 1566 if (auto Err = findPPC64TOCSection(Obj, ObjSectionToID, TOCValue)) in processRelocationRef() 1579 if (auto Err = findPPC64TOCSection(Obj, ObjSectionToID, Value)) in processRelocationRef() 1582 if (auto Err = findPPC64TOCSection(Obj, ObjSectionToID, Value)) in processRelocationRef()
|