Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DCOFFMasmParser.cpp53 bool ParseDirectiveSegmentEnd(StringRef, SMLoc);
161 addDirectiveHandler<&COFFMasmParser::ParseDirectiveSegmentEnd>("ends"); in Initialize()
283 bool COFFMasmParser::ParseDirectiveSegmentEnd(StringRef Directive, SMLoc Loc) { in ParseDirectiveSegmentEnd() function in COFFMasmParser