Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DCOFFMasmParser.cpp53 bool parseSEHDirectiveAllocStack(StringRef, SMLoc);
68 addDirectiveHandler<&COFFMasmParser::parseSEHDirectiveAllocStack>( in Initialize()
522 bool COFFMasmParser::parseSEHDirectiveAllocStack(StringRef Directive, in parseSEHDirectiveAllocStack() function in COFFMasmParser
H A DCOFFAsmParser.cpp91 addDirectiveHandler<&COFFAsmParser::parseSEHDirectiveAllocStack>( in Initialize()
150 bool parseSEHDirectiveAllocStack(StringRef, SMLoc);
730 bool COFFAsmParser::parseSEHDirectiveAllocStack(StringRef, SMLoc Loc) { in parseSEHDirectiveAllocStack() function in COFFAsmParser