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

  /external/llvm/lib/Target/PowerPC/
PPCSubtarget.h 98 /// getDarwinDirective - Returns the -m directive specified for the cpu.
100 unsigned getDarwinDirective() const { return DarwinDirective; }
PPCInstrInfo.cpp 52 unsigned Directive = TM->getSubtarget<PPCSubtarget>().getDarwinDirective();
66 unsigned Directive = TM.getSubtarget<PPCSubtarget>().getDarwinDirective();
PPCAsmPrinter.cpp 457 unsigned Directive = Subtarget.getDarwinDirective();
PPCISelLowering.cpp     [all...]

Completed in 191 milliseconds