Home
last modified time | relevance | path

Searched refs:getRelocationValueRef (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.h99 getRelocationValueRef(const ObjectFile &BaseTObj,
H A DRuntimeDyldMachO.cpp98 RuntimeDyldMachO::getRelocationValueRef( in getRelocationValueRef() function in llvm::RuntimeDyldMachO
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOI386.h71 if (auto ValueOrErr = getRelocationValueRef(Obj, RelI, RE, ObjSectionToID)) in processRelocationRef()
H A DRuntimeDyldMachOX86_64.h54 if (auto ValueOrErr = getRelocationValueRef(Obj, RelI, RE, ObjSectionToID)) in processRelocationRef()
H A DRuntimeDyldMachOARM.h169 if (auto ValueOrErr = getRelocationValueRef(Obj, RelI, RE, ObjSectionToID)) in processRelocationRef()
H A DRuntimeDyldMachOAArch64.h328 if (auto ValueOrErr = getRelocationValueRef(Obj, RelI, RE, ObjSectionToID)) in processRelocationRef()