Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DCOFFMasmParser.cpp54 bool ParseSEHDirectiveAllocStack(StringRef, SMLoc);
69 addDirectiveHandler<&COFFMasmParser::ParseSEHDirectiveAllocStack>( in Initialize()
525 bool COFFMasmParser::ParseSEHDirectiveAllocStack(StringRef Directive, in ParseSEHDirectiveAllocStack() function in COFFMasmParser
H A DCOFFAsmParser.cpp92 addDirectiveHandler<&COFFAsmParser::ParseSEHDirectiveAllocStack>( in Initialize()
146 bool ParseSEHDirectiveAllocStack(StringRef, SMLoc);
719 bool COFFAsmParser::ParseSEHDirectiveAllocStack(StringRef, SMLoc Loc) { in ParseSEHDirectiveAllocStack() function in COFFAsmParser