Searched refs:getRelocationValueRef (Results 1 – 6 of 6) sorted by relevance
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldMachO.h | 98 getRelocationValueRef(const ObjectFile &BaseTObj,
|
D | RuntimeDyldMachO.cpp | 95 RuntimeDyldMachO::getRelocationValueRef( in getRelocationValueRef() function in llvm::RuntimeDyldMachO
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldMachOI386.h | 71 if (auto ValueOrErr = getRelocationValueRef(Obj, RelI, RE, ObjSectionToID)) in processRelocationRef()
|
D | RuntimeDyldMachOX86_64.h | 54 if (auto ValueOrErr = getRelocationValueRef(Obj, RelI, RE, ObjSectionToID)) in processRelocationRef()
|
D | RuntimeDyldMachOARM.h | 94 if (auto ValueOrErr = getRelocationValueRef(Obj, RelI, RE, ObjSectionToID)) in processRelocationRef()
|
D | RuntimeDyldMachOAArch64.h | 287 if (auto ValueOrErr = getRelocationValueRef(Obj, RelI, RE, ObjSectionToID)) in processRelocationRef()
|