Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DCOFFAsmParser.cpp66 addDirectiveHandler<&COFFAsmParser::ParseDirectiveSafeSEH>(".safeseh"); in Initialize()
123 bool ParseDirectiveSafeSEH(StringRef, SMLoc);
535 bool COFFAsmParser::ParseDirectiveSafeSEH(StringRef, SMLoc) { in ParseDirectiveSafeSEH() function in COFFAsmParser