/external/swiftshader/third_party/LLVM/include/llvm/MC/ |
D | MCFixup.h | 84 static MCFixupKind getKindForSize(unsigned Size, bool isPCRel) { in getKindForSize() argument 87 case 1: return isPCRel ? FK_PCRel_1 : FK_Data_1; in getKindForSize() 88 case 2: return isPCRel ? FK_PCRel_2 : FK_Data_2; in getKindForSize() 89 case 4: return isPCRel ? FK_PCRel_4 : FK_Data_4; in getKindForSize() 90 case 8: return isPCRel ? FK_PCRel_8 : FK_Data_8; in getKindForSize()
|
/external/llvm/include/llvm/MC/ |
D | MCFixup.h | 98 static MCFixupKind getKindForSize(unsigned Size, bool isPCRel) { in getKindForSize() argument 101 case 1: return isPCRel ? FK_PCRel_1 : FK_Data_1; in getKindForSize() 102 case 2: return isPCRel ? FK_PCRel_2 : FK_Data_2; in getKindForSize() 103 case 4: return isPCRel ? FK_PCRel_4 : FK_Data_4; in getKindForSize() 104 case 8: return isPCRel ? FK_PCRel_8 : FK_Data_8; 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() argument 135 case 1: return isPCRel ? FK_PCRel_1 : FK_Data_1; in getKindForSize() 136 case 2: return isPCRel ? FK_PCRel_2 : FK_Data_2; in getKindForSize() 137 case 4: return isPCRel ? FK_PCRel_4 : FK_Data_4; in getKindForSize() 138 case 8: return isPCRel ? FK_PCRel_8 : FK_Data_8; in getKindForSize()
|
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldMachO.cpp | 25 resolveRelocation(uint8_t *Address, uint8_t *Value, bool isPCRel, in resolveRelocation() argument 32 isPCRel, Type, Size); in resolveRelocation() 35 isPCRel, Type, Size); in resolveRelocation() 42 bool isPCRel, unsigned Type, in resolveX86_64Relocation() argument 46 if (isPCRel) in resolveX86_64Relocation() 79 bool isPCRel, unsigned Type, in resolveARMRelocation() argument 83 if (isPCRel) { in resolveARMRelocation() 500 bool isPCRel = (RE.Data >> 24) & 1; in reassignSymbolAddress() local 507 << "(" << (isPCRel ? "pcrel" : "absolute") in reassignSymbolAddress() 510 resolveRelocation(Target, Addr, isPCRel, Type, Size); in reassignSymbolAddress()
|
D | RuntimeDyldImpl.h | 121 bool resolveRelocation(uint8_t *Address, uint8_t *Value, bool isPCRel, 123 bool resolveX86_64Relocation(uintptr_t Address, uintptr_t Value, bool isPCRel, 125 bool resolveARMRelocation(uintptr_t Address, uintptr_t Value, bool isPCRel,
|
/external/llvm/lib/Target/Hexagon/MCTargetDesc/ |
D | HexagonMCCodeEmitter.cpp | 413 bool isPCRel (unsigned Kind) { in isPCRel() function 779 (*Addend > 0 && isPCRel(FixupKind)) in getExprOpValue()
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/ |
D | X86MCCodeEmitter.cpp | 153 bool isPCRel = X86II::isImmPCRel(TSFlags); in getImmFixupKind() local 155 return MCFixup::getKindForSize(Size, isPCRel); in getImmFixupKind()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/MCTargetDesc/ |
D | HexagonMCCodeEmitter.cpp | 560 static bool isPCRel(unsigned Kind) { in isPCRel() function 708 if (State.Addend != 0 && isPCRel(FixupKind)) { in getExprOpValue()
|
/external/llvm/tools/llvm-objdump/ |
D | llvm-objdump.cpp | 737 bool isPCRel = Obj->getAnyRelocationPCRel(RE); in getRelocationValueString() local 744 if (isPCRel) in getRelocationValueString() 771 if (isPCRel) in getRelocationValueString()
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86MCCodeEmitter.cpp | 192 bool isPCRel = X86II::isImmPCRel(TSFlags); in getImmFixupKind() local 200 return MCFixup::getKindForSize(Size, isPCRel); in getImmFixupKind()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86MCCodeEmitter.cpp | 196 bool isPCRel = X86II::isImmPCRel(TSFlags); in getImmFixupKind() local 204 return MCFixup::getKindForSize(Size, isPCRel); in getImmFixupKind()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/ |
D | llvm-objdump.cpp | 674 bool isPCRel = Obj->getAnyRelocationPCRel(RE); in getRelocationValueString() local 681 if (isPCRel) in getRelocationValueString() 708 if (isPCRel) in getRelocationValueString()
|