Home
last modified time | relevance | path

Searched defs:isDarwin (Results 1 – 7 of 7) sorted by relevance

/external/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCMCExpr.h50 bool isDarwin, MCContext &Ctx) { in CreateLo()
55 bool isDarwin, MCContext &Ctx) { in CreateHi()
60 bool isDarwin, MCContext &Ctx) { in CreateHa()
DPPCMCExpr.cpp23 bool isDarwin, MCContext &Ctx) { in Create()
/external/llvm/lib/Target/PowerPC/
DPPCMCInstLower.cpp43 bool isDarwin = Triple(TM.getTargetTriple()).isOSDarwin(); in GetSymbolFromOperand() local
115 AsmPrinter &Printer, bool isDarwin) { in GetSymbolRef()
174 AsmPrinter &AP, bool isDarwin) { in LowerPPCMachineInstrToMCInst()
DPPCSubtarget.h261 bool isDarwin() const { return TargetTriple.isMacOSX(); } in isDarwin() function
DPPCAsmPrinter.cpp443 bool isDarwin = Triple(TM.getTargetTriple()).isOSDarwin(); in EmitInstruction() local
/external/llvm/lib/Target/PowerPC/InstPrinter/
DPPCInstPrinter.h27 const MCRegisterInfo &MRI, bool isDarwin) in PPCInstPrinter()
/external/llvm/lib/Target/PowerPC/AsmParser/
DPPCAsmParser.cpp235 bool isDarwin() const { return IsDarwin; } in isDarwin() function in __anon29ed29250111::PPCAsmParser