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

  /external/llvm/include/llvm/MC/
MCFixup.h 97 static MCFixupKind getKindForSize(unsigned Size, bool isPCRel) {
100 case 1: return isPCRel ? FK_PCRel_1 : FK_Data_1;
101 case 2: return isPCRel ? FK_PCRel_2 : FK_Data_2;
102 case 4: return isPCRel ? FK_PCRel_4 : FK_Data_4;
103 case 8: return isPCRel ? FK_PCRel_8 : FK_Data_8;
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldMachO.h 32 bool isPCRel,
39 bool isPCRel,
46 bool isPCRel,
RuntimeDyldMachO.cpp 31 bool isPCRel = (Type >> 24) & 1;
40 << " isPCRel: " << isPCRel
52 isPCRel,
61 isPCRel,
71 isPCRel,
82 bool isPCRel,
86 if (isPCRel)
111 bool isPCRel,
117 if (isPCRel)
    [all...]
  /external/llvm/lib/Object/
MachOObjectFile.cpp     [all...]
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MCCodeEmitter.cpp 159 bool isPCRel = X86II::isImmPCRel(TSFlags);
161 return MCFixup::getKindForSize(Size, isPCRel);
    [all...]

Completed in 117 milliseconds