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

/netbsd-current/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DMasmParser.cpp957 bool parseDirectiveElseIfidn(SMLoc DirectiveLoc, bool ExpectEqual,
2102 return parseDirectiveElseIfidn(IDLoc, /*ExpectEqual=*/false,
2105 return parseDirectiveElseIfidn(IDLoc, /*ExpectEqual=*/false,
2108 return parseDirectiveElseIfidn(IDLoc, /*ExpectEqual=*/true,
2111 return parseDirectiveElseIfidn(IDLoc, /*ExpectEqual=*/true,
6102 /// parseDirectiveElseIfidn
6104 bool MasmParser::parseDirectiveElseIfidn(SMLoc DirectiveLoc, bool ExpectEqual, function in class:MasmParser

Completed in 88 milliseconds