Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMILexer.cpp104 static Cursor skipMachineOperandComment(Cursor C) { in skipMachineOperandComment() function
729 C = skipWhitespace(skipMachineOperandComment(C)); in lexMIToken()