HomeSort by relevance Sort by last modified time
    Searched refs:isPCRel (Results 1 - 12 of 12) sorted by null

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

Completed in 2233 milliseconds