Searched refs:IsDarwin (Results 1 – 7 of 7) sorted by relevance
| /NextBSD/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/ |
| HD | PPCMCExpr.h | 35 bool IsDarwin; variable 39 explicit PPCMCExpr(VariantKind Kind, const MCExpr *Expr, bool IsDarwin) in PPCMCExpr() argument 40 : Kind(Kind), Expr(Expr), IsDarwin(IsDarwin) {} in PPCMCExpr() 75 bool isDarwinSyntax() const { return IsDarwin; } in isDarwinSyntax()
|
| /NextBSD/contrib/llvm/lib/Target/PowerPC/InstPrinter/ |
| HD | PPCInstPrinter.h | 24 bool IsDarwin; variable 28 : MCInstPrinter(MAI, MII, MRI), IsDarwin(isDarwin) {} in PPCInstPrinter() 31 return IsDarwin; in isDarwinSyntax()
|
| /NextBSD/contrib/llvm/lib/CodeGen/AsmPrinter/ |
| HD | DwarfDebug.cpp | 199 IsDarwin(Triple(A->getTargetTriple()).isOSDarwin()), in DwarfDebug() 215 HasDwarfAccelTables = IsDarwin; in DwarfDebug() 225 HasDwarfPubSections = !IsDarwin && !IsPS4; in DwarfDebug() 235 UseGNUTLSOpcode = !(IsDarwin || IsPS4) || DwarfVersion < 3; in DwarfDebug() 1199 LScopes.getAbstractScopesList().empty() && !IsDarwin) { in endFunction()
|
| HD | DwarfDebug.h | 340 bool IsDarwin; variable
|
| /NextBSD/contrib/llvm/lib/MC/MCParser/ |
| HD | AsmParser.cpp | 174 bool IsDarwin; member in __anona80e9bb80111::AsmParser 507 AssemblerDialect(~0U), IsDarwin(false), ParsingInlineAsm(false) { in AsmParser() 522 IsDarwin = true; in AsmParser() 1808 if ((!IsDarwin || NParameters != 0) && NParameters != A.size()) in expandMacro() 1818 if (IsDarwin && !NParameters) { in expandMacro() 1841 if (IsDarwin && !NParameters) { in expandMacro() 1987 AsmLexerSkipSpaceRAII ScopedSkipSpace(Lexer, IsDarwin); in parseMacroArgument() 2002 if (!IsDarwin) { in parseMacroArgument()
|
| /NextBSD/contrib/llvm/lib/Target/PowerPC/AsmParser/ |
| HD | PPCAsmParser.cpp | 249 bool IsDarwin; member in __anon2bc6fcb20111::PPCAsmParser 255 bool isDarwin() const { return IsDarwin; } in isDarwin() 301 IsDarwin = TheTriple.isMacOSX(); in PPCAsmParser()
|
| /NextBSD/contrib/llvm/lib/Target/AArch64/ |
| HD | AArch64InstrInfo.td | 278 def IsDarwin : Predicate<"Subtarget->isTargetDarwin()">;
|