Searched refs:ParseSEHDirectiveStartChained (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/MC/MCParser/
H A DCOFFAsmParser.cpp54 AddDirectiveHandler<&COFFAsmParser::ParseSEHDirectiveStartChained>(
109 bool ParseSEHDirectiveStartChained(StringRef, SMLoc);
241 bool COFFAsmParser::ParseSEHDirectiveStartChained(StringRef, SMLoc) { function in class:COFFAsmParser
/external/llvm/lib/MC/MCParser/
H A DCOFFAsmParser.cpp68 addDirectiveHandler<&COFFAsmParser::ParseSEHDirectiveStartChained>(
128 bool ParseSEHDirectiveStartChained(StringRef, SMLoc);
556 bool COFFAsmParser::ParseSEHDirectiveStartChained(StringRef, SMLoc) { function in class:COFFAsmParser

Completed in 70 milliseconds