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

/external/swiftshader/third_party/LLVM/lib/MC/MCParser/
H A DCOFFAsmParser.cpp47 AddDirectiveHandler<&COFFAsmParser::ParseDirectiveEndef>(".endef");
104 bool ParseDirectiveEndef(StringRef, SMLoc);
214 bool COFFAsmParser::ParseDirectiveEndef(StringRef, SMLoc) { function in class:COFFAsmParser
/external/llvm/lib/MC/MCParser/
H A DCOFFAsmParser.cpp57 addDirectiveHandler<&COFFAsmParser::ParseDirectiveEndef>(".endef");
118 bool ParseDirectiveEndef(StringRef, SMLoc);
436 bool COFFAsmParser::ParseDirectiveEndef(StringRef, SMLoc) { function in class:COFFAsmParser

Completed in 74 milliseconds