Searched refs:makeValueAddendPCRel (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyldMachO.h | 104 void makeValueAddendPCRel(RelocationValueRef &Value,
|
H A D | RuntimeDyldMachO.cpp | 140 void RuntimeDyldMachO::makeValueAddendPCRel(RelocationValueRef &Value, in makeValueAddendPCRel() function in llvm::RuntimeDyldMachO
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
H A D | RuntimeDyldMachOX86_64.h | 59 makeValueAddendPCRel(Value, RelI, 1 << RE.Size); in processRelocationRef()
|
H A D | RuntimeDyldMachOI386.h | 85 makeValueAddendPCRel(Value, RelI, 1 << RE.Size); in processRelocationRef()
|
H A D | RuntimeDyldMachOARM.h | 179 makeValueAddendPCRel(Value, RelI, in processRelocationRef()
|
H A D | RuntimeDyldMachOAArch64.h | 337 makeValueAddendPCRel(Value, RelI, 1 << RE.Size); in processRelocationRef()
|