Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/MC/MCParser/
DCOFFMasmParser.cpp54 bool ParseDirectiveSegmentEnd(StringRef, SMLoc);
162 addDirectiveHandler<&COFFMasmParser::ParseDirectiveSegmentEnd>("ends"); in Initialize()
284 bool COFFMasmParser::ParseDirectiveSegmentEnd(StringRef Directive, SMLoc Loc) { in ParseDirectiveSegmentEnd() function in COFFMasmParser