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

/freebsd-11.0-release/contrib/llvm/lib/Target/PowerPC/InstPrinter/
H A DPPCInstPrinter.h24 PPCInstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII, const MCRegisterInfo &MRI, bool isDarwin) argument
/freebsd-11.0-release/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCExpr.cpp22 create(VariantKind Kind, const MCExpr *Expr, bool isDarwin, MCContext &Ctx) argument
H A DPPCMCExpr.h49 createLo(const MCExpr *Expr, bool isDarwin, MCContext &Ctx) argument
54 createHi(const MCExpr *Expr, bool isDarwin, MCContext &Ctx) argument
59 createHa(const MCExpr *Expr, bool isDarwin, MCContext &Ctx) argument
/freebsd-11.0-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCMCInstLower.cpp43 bool isDarwin = TM.getTargetTriple().isOSDarwin(); local
114 GetSymbolRef(const MachineOperand &MO, const MCSymbol *Symbol, AsmPrinter &Printer, bool isDarwin) argument
173 LowerPPCMachineInstrToMCInst(const MachineInstr *MI, MCInst &OutMI, AsmPrinter &AP, bool isDarwin) argument
[all...]
H A DPPCAsmPrinter.cpp494 bool isDarwin = TM.getTargetTriple().isOSDarwin(); local
[all...]
H A DPPCSubtarget.h268 bool isDarwin() const { return TargetTriple.isMacOSX(); } function in class:llvm::PPCSubtarget
/freebsd-11.0-release/contrib/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp254 bool isDarwin() const { return IsDarwin; } function in class:__anon2961::PPCAsmParser

Completed in 120 milliseconds