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