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

/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h500 bool IsDarwin; member in class:llvm::DwarfDebug
H A DDwarfDebug.cpp334 IsDarwin(A->TM.getTargetTriple().isOSDarwin()) {
341 else if (IsDarwin)
2299 LScopes.getAbstractScopesList().empty() && !IsDarwin) {
/freebsd-current/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp177 bool IsDarwin = false; member in class:__anon2091::AsmParser
793 IsDarwin = true;
1743 return IsDarwin ? getDarwinBinOpPrecedence(K, Kind, ShouldUseLogicalShr)
2510 if ((!IsDarwin || NParameters != 0) && NParameters != A.size())
2520 if (IsDarwin && !NParameters) {
2543 if (IsDarwin && !NParameters) {
2697 AsmLexerSkipSpaceRAII ScopedSkipSpace(Lexer, IsDarwin);
2719 if (!IsDarwin) {
H A DMasmParser.cpp456 bool IsDarwin = false; member in class:__anon2097::MasmParser
3026 AsmLexerSkipSpaceRAII ScopedSkipSpace(Lexer, IsDarwin);
3047 if (!IsDarwin) {

Completed in 221 milliseconds