Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldMachO.h98 getRelocationValueRef(const ObjectFile &BaseTObj,
DRuntimeDyldMachO.cpp95 RuntimeDyldMachO::getRelocationValueRef( in getRelocationValueRef() function in llvm::RuntimeDyldMachO
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOI386.h71 if (auto ValueOrErr = getRelocationValueRef(Obj, RelI, RE, ObjSectionToID)) in processRelocationRef()
DRuntimeDyldMachOX86_64.h54 if (auto ValueOrErr = getRelocationValueRef(Obj, RelI, RE, ObjSectionToID)) in processRelocationRef()
DRuntimeDyldMachOARM.h94 if (auto ValueOrErr = getRelocationValueRef(Obj, RelI, RE, ObjSectionToID)) in processRelocationRef()
DRuntimeDyldMachOAArch64.h287 if (auto ValueOrErr = getRelocationValueRef(Obj, RelI, RE, ObjSectionToID)) in processRelocationRef()