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

/external/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCExpr.h35 bool IsDarwin; member in class:llvm::PPCMCExpr
39 explicit PPCMCExpr(VariantKind Kind, const MCExpr *Expr, bool IsDarwin) argument
40 : Kind(Kind), Expr(Expr), IsDarwin(IsDarwin) {}
75 bool isDarwinSyntax() const { return IsDarwin; }
/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/CodeGen/AsmPrinter/
H A DDwarfDebug.h315 bool IsDarwin; member in class:llvm::DwarfDebug
H A DDwarfDebug.cpp207 IsDarwin(Triple(A->getTargetTriple()).isOSDarwin()),
224 else if (IsDarwin || TT.isOSFreeBSD())
1220 LScopes.getAbstractScopesList().empty() && !IsDarwin) {
/external/llvm/lib/MC/MCParser/
H A DAsmParser.cpp175 bool IsDarwin; member in class:__anon11936::AsmParser
510 AssemblerDialect(~0U), IsDarwin(false), ParsingInlineAsm(false) {
525 IsDarwin = true;
1264 return IsDarwin ? getDarwinBinOpPrecedence(K, Kind, ShouldUseLogicalShr)
1911 if ((!IsDarwin || NParameters != 0) && NParameters != A.size())
1921 if (IsDarwin && !NParameters) {
1944 if (IsDarwin && !NParameters) {
2086 AsmLexerSkipSpaceRAII ScopedSkipSpace(Lexer, IsDarwin);
2101 if (!IsDarwin) {
/external/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp248 bool IsDarwin; member in class:__anon12268::PPCAsmParser
254 bool isDarwin() const { return IsDarwin; }
300 IsDarwin = TheTriple.isMacOSX();

Completed in 159 milliseconds