Home
last modified time | relevance | path

Searched refs:IsDarwin (Results 1 – 7 of 7) sorted by relevance

/NextBSD/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/
HDPPCMCExpr.h35 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/
HDPPCInstPrinter.h24 bool IsDarwin; variable
28 : MCInstPrinter(MAI, MII, MRI), IsDarwin(isDarwin) {} in PPCInstPrinter()
31 return IsDarwin; in isDarwinSyntax()
/NextBSD/contrib/llvm/lib/CodeGen/AsmPrinter/
HDDwarfDebug.cpp199 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()
HDDwarfDebug.h340 bool IsDarwin; variable
/NextBSD/contrib/llvm/lib/MC/MCParser/
HDAsmParser.cpp174 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/
HDPPCAsmParser.cpp249 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/
HDAArch64InstrInfo.td278 def IsDarwin : Predicate<"Subtarget->isTargetDarwin()">;