Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DCOFFAsmParser.cpp63 addDirectiveHandler<&COFFAsmParser::ParseDirectiveEndef>(".endef"); in Initialize()
120 bool ParseDirectiveEndef(StringRef, SMLoc);
469 bool COFFAsmParser::ParseDirectiveEndef(StringRef, SMLoc) { in ParseDirectiveEndef() function in COFFAsmParser