Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp1101 bool ParseMasmOperator(unsigned OpKind, int64_t &Val);
2031 if (ParseMasmOperator(OpKind, Val)) in ParseIntelExpression()
2402 bool X86AsmParser::ParseMasmOperator(unsigned OpKind, int64_t &Val) { in ParseMasmOperator() function in X86AsmParser