Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp1100 unsigned IdentifyMasmOperator(StringRef Name);
2029 if (unsigned OpKind = IdentifyMasmOperator(Identifier)) { in ParseIntelExpression()
2388 unsigned X86AsmParser::IdentifyMasmOperator(StringRef Name) { in IdentifyMasmOperator() function in X86AsmParser