Searched defs:isPCRel (Results 1 – 11 of 11) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldMachO.cpp | 25 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/swiftshader/third_party/LLVM/include/llvm/MC/ |
D | MCFixup.h | 84 static MCFixupKind getKindForSize(unsigned Size, bool isPCRel) { in getKindForSize()
|
/external/llvm/include/llvm/MC/ |
D | MCFixup.h | 98 static MCFixupKind getKindForSize(unsigned Size, bool isPCRel) { in getKindForSize()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/ |
D | MCFixup.h | 132 static MCFixupKind getKindForSize(unsigned Size, bool isPCRel) { in getKindForSize()
|
/external/llvm/lib/Target/Hexagon/MCTargetDesc/ |
D | HexagonMCCodeEmitter.cpp | 413 bool isPCRel (unsigned Kind) { in isPCRel() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/MCTargetDesc/ |
D | HexagonMCCodeEmitter.cpp | 560 static bool isPCRel(unsigned Kind) { in isPCRel() function
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/ |
D | X86MCCodeEmitter.cpp | 153 bool isPCRel = X86II::isImmPCRel(TSFlags); in getImmFixupKind() local
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86MCCodeEmitter.cpp | 192 bool isPCRel = X86II::isImmPCRel(TSFlags); in getImmFixupKind() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86MCCodeEmitter.cpp | 196 bool isPCRel = X86II::isImmPCRel(TSFlags); in getImmFixupKind() local
|
/external/llvm/tools/llvm-objdump/ |
D | llvm-objdump.cpp | 737 bool isPCRel = Obj->getAnyRelocationPCRel(RE); in getRelocationValueString() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/ |
D | llvm-objdump.cpp | 674 bool isPCRel = Obj->getAnyRelocationPCRel(RE); in getRelocationValueString() local
|