Home
last modified time | relevance | path

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

/external/llvm/lib/MC/MCParser/
DCOFFAsmParser.cpp79 addDirectiveHandler<&COFFAsmParser::ParseSEHDirectiveAllocStack>( in Initialize()
133 bool ParseSEHDirectiveAllocStack(StringRef, SMLoc);
621 bool COFFAsmParser::ParseSEHDirectiveAllocStack(StringRef, SMLoc) { in ParseSEHDirectiveAllocStack() function in COFFAsmParser