Searched defs:isDarwin (Results 1 – 13 of 13) sorted by relevance
/external/llvm/lib/Target/PowerPC/MCTargetDesc/ |
D | PPCMCExpr.h | 50 bool isDarwin, MCContext &Ctx) { in createLo() 55 bool isDarwin, MCContext &Ctx) { in createHi() 60 bool isDarwin, MCContext &Ctx) { in createHa()
|
D | PPCMCExpr.cpp | 23 bool isDarwin, MCContext &Ctx) { in create()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/MCTargetDesc/ |
D | PPCMCExpr.h | 52 bool isDarwin, MCContext &Ctx) { in createLo() 57 bool isDarwin, MCContext &Ctx) { in createHi() 62 bool isDarwin, MCContext &Ctx) { in createHa()
|
D | PPCMCExpr.cpp | 23 bool isDarwin, MCContext &Ctx) { in create()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
D | PPCMCInstLower.cpp | 83 AsmPrinter &Printer, bool isDarwin) { in GetSymbolRef() 152 AsmPrinter &AP, bool isDarwin) { in LowerPPCMachineInstrToMCInst() 165 bool isDarwin) { in LowerPPCMachineOperandToMCOperand()
|
D | PPCSubtarget.h | 301 bool isDarwin() const { return TargetTriple.isMacOSX(); } in isDarwin() function
|
D | PPCAsmPrinter.cpp | 509 bool isDarwin = TM.getTargetTriple().isOSDarwin(); in EmitInstruction() local
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCMCInstLower.cpp | 83 AsmPrinter &Printer, bool isDarwin) { in GetSymbolRef() 142 AsmPrinter &AP, bool isDarwin) { in LowerPPCMachineInstrToMCInst()
|
D | PPCSubtarget.h | 284 bool isDarwin() const { return TargetTriple.isMacOSX(); } in isDarwin() function
|
D | PPCAsmPrinter.cpp | 481 bool isDarwin = TM.getTargetTriple().isOSDarwin(); in EmitInstruction() local
|
/external/llvm/lib/Target/PowerPC/InstPrinter/ |
D | PPCInstPrinter.h | 25 const MCRegisterInfo &MRI, bool isDarwin) in PPCInstPrinter()
|
/external/llvm/lib/Target/PowerPC/AsmParser/ |
D | PPCAsmParser.cpp | 252 bool isDarwin() const { return IsDarwin; } in isDarwin() function in __anon2a9566d00111::PPCAsmParser
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/AsmParser/ |
D | PPCAsmParser.cpp | 270 bool isDarwin() const { return IsDarwin; } in isDarwin() function in __anon2f93e1680111::PPCAsmParser
|