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

/external/llvm/include/llvm/MC/MCParser/
H A DMCAsmLexer.h48 Pipe, PipePipe, Caret, enumerator in enum:llvm::AsmToken::TokenKind
/external/llvm/lib/MC/MCParser/
H A DAsmLexer.cpp426 return ++CurPtr, AsmToken(AsmToken::PipePipe, StringRef(TokStart, 2));
H A DAsmParser.cpp887 case AsmToken::PipePipe:
/external/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp308 case AsmToken::PipePipe: Out->os() << "PipePipe"; break;

Completed in 72 milliseconds