Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DCOFFMasmParser.cpp58 bool ParseSEHDirectiveAllocStack(StringRef, SMLoc);
73 addDirectiveHandler<&COFFMasmParser::ParseSEHDirectiveAllocStack>( in Initialize()
393 bool COFFMasmParser::ParseSEHDirectiveAllocStack(StringRef Directive, in ParseSEHDirectiveAllocStack() function in COFFMasmParser
H A DCOFFAsmParser.cpp90 addDirectiveHandler<&COFFAsmParser::ParseSEHDirectiveAllocStack>( in Initialize()
141 bool ParseSEHDirectiveAllocStack(StringRef, SMLoc);
684 bool COFFAsmParser::ParseSEHDirectiveAllocStack(StringRef, SMLoc Loc) { in ParseSEHDirectiveAllocStack() function in COFFAsmParser