Searched refs:ParseDirectiveSegment (Results 1 – 1 of 1) sorted by relevance
47 bool ParseDirectiveSegment(StringRef, SMLoc);159 addDirectiveHandler<&COFFMasmParser::ParseDirectiveSegment>("segment"); in Initialize()242 bool COFFMasmParser::ParseDirectiveSegment(StringRef Directive, SMLoc Loc) { in ParseDirectiveSegment() function in COFFMasmParser