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

  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/RuntimeDyld/
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))

Completed in 640 milliseconds