Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DCOFFMasmParser.cpp59 bool ParseSEHDirectiveEndProlog(StringRef, SMLoc);
75 addDirectiveHandler<&COFFMasmParser::ParseSEHDirectiveEndProlog>( in Initialize()
405 bool COFFMasmParser::ParseSEHDirectiveEndProlog(StringRef Directive, in ParseSEHDirectiveEndProlog() function in COFFMasmParser
H A DCOFFAsmParser.cpp92 addDirectiveHandler<&COFFAsmParser::ParseSEHDirectiveEndProlog>( in Initialize()
142 bool ParseSEHDirectiveEndProlog(StringRef, SMLoc);
697 bool COFFAsmParser::ParseSEHDirectiveEndProlog(StringRef, SMLoc Loc) { in ParseSEHDirectiveEndProlog() function in COFFAsmParser