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