Searched refs:IsDarwin (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/Target/PowerPC/InstPrinter/
H A DPPCInstPrinter.h24 bool IsDarwin; member in class:llvm::PPCInstPrinter
28 : MCInstPrinter(MAI, MII, MRI), IsDarwin(isDarwin) {}
31 return IsDarwin;
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCExpr.h35 bool IsDarwin; member in class:llvm::PPCMCExpr
39 : Kind(_Kind), Expr(_Expr), IsDarwin(_IsDarwin) {}
74 bool isDarwinSyntax() const { return IsDarwin; }
/external/llvm/lib/MC/MCParser/
H A DAsmParser.cpp177 /// IsDarwin - is Darwin compatibility enabled?
178 bool IsDarwin; member in class:__anon21271::AsmParser
484 AssemblerDialect(~0U), IsDarwin(false), ParsingInlineAsm(false) {
502 IsDarwin = true;
1823 if (!IsDarwin)
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp200 bool IsDarwin = Triple(A->getTargetTriple()).isOSDarwin(); local
202 if (IsDarwin)
210 if (IsDarwin)

Completed in 130 milliseconds