Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/
H A DCOFFAsmParser.cpp62 addDirectiveHandler<&COFFAsmParser::ParseDirectiveEndef>(".endef"); in Initialize()
120 bool ParseDirectiveEndef(StringRef, SMLoc);
458 bool COFFAsmParser::ParseDirectiveEndef(StringRef, SMLoc) { in ParseDirectiveEndef() function in COFFAsmParser