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

  /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/llvm/lib/Target/X86/MCTargetDesc/
X86MachORelocationInfo.cpp 37 bool isPCRel = Obj->getAnyRelocationPCRel(RE);
68 Expr = MCSymbolRefExpr::Create(Sym, isPCRel ?
X86MCCodeEmitter.cpp 235 bool isPCRel = X86II::isImmPCRel(TSFlags);
243 return MCFixup::getKindForSize(Size, isPCRel);
    [all...]
  /external/llvm/lib/Object/
MachOObjectFile.cpp 1019 bool IsPCRel = this->getAnyRelocationPCRel(RE);
1026 bool isPCRel = getAnyRelocationPCRel(RE);
1033 if (isPCRel) fmt << "PCREL";
1059 if (isPCRel) fmt << "P";
    [all...]

Completed in 486 milliseconds