Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/
H A DMasmParser.cpp1070 bool parseDirectiveRadix(SMLoc DirectiveLoc);
2525 return parseDirectiveRadix(IDLoc); in parseStatement()
7203 bool MasmParser::parseDirectiveRadix(SMLoc DirectiveLoc) { in parseDirectiveRadix() function in MasmParser