Searched refs:makeValueAddendPCRel (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/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
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
H A D | RuntimeDyldMachOI386.h | 86 makeValueAddendPCRel(Value, RelI, 1 << RE.Size); in processRelocationRef()
|
H A D | RuntimeDyldMachOX86_64.h | 60 makeValueAddendPCRel(Value, RelI, 1 << RE.Size); in processRelocationRef()
|
H A D | RuntimeDyldMachOARM.h | 180 makeValueAddendPCRel(Value, RelI, in processRelocationRef()
|
H A D | RuntimeDyldMachOAArch64.h | 337 makeValueAddendPCRel(Value, RelI, 1 << RE.Size); in processRelocationRef()
|