Home
last modified time | relevance | path

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

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