Searched refs:getRelocationValueRef (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyldMachO.h | 98 getRelocationValueRef(const ObjectFile &BaseTObj,
|
H A D | RuntimeDyldMachO.cpp | 97 RuntimeDyldMachO::getRelocationValueRef( in getRelocationValueRef() function in llvm::RuntimeDyldMachO
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
H A D | RuntimeDyldMachOX86_64.h | 52 if (auto ValueOrErr = getRelocationValueRef(Obj, RelI, RE, ObjSectionToID)) in processRelocationRef()
|
H A D | RuntimeDyldMachOI386.h | 69 if (auto ValueOrErr = getRelocationValueRef(Obj, RelI, RE, ObjSectionToID)) in processRelocationRef()
|
H A D | RuntimeDyldMachOARM.h | 167 if (auto ValueOrErr = getRelocationValueRef(Obj, RelI, RE, ObjSectionToID)) in processRelocationRef()
|
H A D | RuntimeDyldMachOAArch64.h | 327 if (auto ValueOrErr = getRelocationValueRef(Obj, RelI, RE, ObjSectionToID)) in processRelocationRef()
|