Home
last modified time | relevance | path

Searched defs:isPCRel (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldMachO.cpp25 resolveRelocation(uint8_t *Address, uint8_t *Value, bool isPCRel, in resolveRelocation()
42 bool isPCRel, unsigned Type, in resolveX86_64Relocation()
79 bool isPCRel, unsigned Type, in resolveARMRelocation()
500 bool isPCRel = (RE.Data >> 24) & 1; in reassignSymbolAddress() local
/external/llvm/include/llvm/MC/
DMCFixup.h84 static MCFixupKind getKindForSize(unsigned Size, bool isPCRel) { in getKindForSize()
/external/llvm/lib/Target/X86/
DX86MCCodeEmitter.cpp151 bool isPCRel = X86II::isImmPCRel(TSFlags); in getImmFixupKind() local