Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DCOFFMasmParser.cpp54 bool ParseSEHDirectiveEndProlog(StringRef, SMLoc);
70 addDirectiveHandler<&COFFMasmParser::ParseSEHDirectiveEndProlog>( in Initialize()
530 bool COFFMasmParser::ParseSEHDirectiveEndProlog(StringRef Directive, in ParseSEHDirectiveEndProlog() function in COFFMasmParser
H A DCOFFAsmParser.cpp91 addDirectiveHandler<&COFFAsmParser::ParseSEHDirectiveEndProlog>( in Initialize()
139 bool ParseSEHDirectiveEndProlog(StringRef, SMLoc);
712 bool COFFAsmParser::ParseSEHDirectiveEndProlog(StringRef, SMLoc Loc) { in ParseSEHDirectiveEndProlog() function in COFFAsmParser