Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DCOFFAsmParser.cpp83 addDirectiveHandler<&COFFAsmParser::ParseSEHDirectiveEndChained>( in Initialize()
135 bool ParseSEHDirectiveEndChained(StringRef, SMLoc);
661 bool COFFAsmParser::ParseSEHDirectiveEndChained(StringRef, SMLoc Loc) { in ParseSEHDirectiveEndChained() function in COFFAsmParser