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

  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldMachO.cpp 29 bool isPCRel = (Type >> 24) & 1;
38 << " isPCRel: " << isPCRel
50 isPCRel,
59 isPCRel,
69 isPCRel,
80 bool isPCRel,
84 if (isPCRel)
108 bool isPCRel,
114 if (isPCRel)
    [all...]
  /external/llvm/lib/Object/
MachOObjectFile.cpp 998 bool isPCRel;
1000 isPCRel = ((RE->Word0 >> 30) & 1);
1002 isPCRel = ((RE->Word1 >> 24) & 1);
1009 bool isPCRel = ((RE->Word1 >> 24) & 1);
1016 if (isPCRel) fmt << "PCREL";
1042 if (isPCRel) fmt << "P";
    [all...]

Completed in 68 milliseconds