Searched defs:FK (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMachObjectWriter.cpp197 const MCFixupKind FK = Fixup.getKind(); local
198 const unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, FK);
199 const unsigned Type = getRelocType(Target, FK, IsPCRel);
305 const MCFixupKind FK = Fixup.getKind(); // unsigned local
306 const unsigned Log2Size = getFixupKindLog2Size(FK);
307 const bool IsPCRel = Writer->isFixupKindPCRel(Asm, FK);
308 const unsigned RelocType = getRelocType(Target, FK, IsPCRel);

Completed in 118 milliseconds