Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DCOFFAsmParser.cpp78 addDirectiveHandler<&COFFAsmParser::ParseSEHDirectiveEndProc>( in Initialize()
135 bool ParseSEHDirectiveEndProc(StringRef, SMLoc);
628 bool COFFAsmParser::ParseSEHDirectiveEndProc(StringRef, SMLoc Loc) { in ParseSEHDirectiveEndProc() function in COFFAsmParser