Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h500 bool IsDarwin;
435 bool IsDarwin; global() variable
H A DDwarfDebug.cpp334 IsDarwin(A->TM.getTargetTriple().isOSDarwin()) { in DwarfDebug()
341 else if (IsDarwin) in DwarfDebug()
2299 LScopes.getAbstractScopesList().empty() && !IsDarwin) { in endFunctionImpl()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp177 bool IsDarwin = false; member in __anon4b9616090111::AsmParser
794 IsDarwin = true; in AsmParser()
1740 return IsDarwin ? getDarwinBinOpPrecedence(K, Kind, ShouldUseLogicalShr) in getBinOpPrecedence()
2577 if (Body[I] == '$' && I + 1 != End && IsDarwin && !NParameters) { in expandMacro()
2605 if (!isIdentifierChar(Body[I]) || IsDarwin) { in expandMacro()
2694 AsmLexerSkipSpaceRAII ScopedSkipSpace(Lexer, IsDarwin); in parseMacroArgument()
2714 if (!IsDarwin) { in parseMacroArgument()
2889 if ((!IsDarwin || M->Parameters.size()) && M->Parameters.size() != A.size()) in handleMacroEntry()
H A DMasmParser.cpp456 bool IsDarwin = false; member in __anon60b61cd60111::MasmParser
3027 AsmLexerSkipSpaceRAII ScopedSkipSpace(Lexer, IsDarwin); in parseMacroArgument()
3048 if (!IsDarwin) { in parseMacroArgument()