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

/openbsd-current/gnu/llvm/llvm/lib/MC/MCParser/
H A DCOFFMasmParser.cpp48 bool ParseDirectiveSegmentEnd(StringRef, SMLoc);
157 addDirectiveHandler<&COFFMasmParser::ParseDirectiveSegmentEnd>("ends");
376 /// ParseDirectiveSegmentEnd
378 bool COFFMasmParser::ParseDirectiveSegmentEnd(StringRef Directive, SMLoc Loc) { function in class:COFFMasmParser

Completed in 155 milliseconds