Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/MC/MCParser/
DCOFFMasmParser.cpp53 bool ParseDirectiveSegment(StringRef, SMLoc);
164 addDirectiveHandler<&COFFMasmParser::ParseDirectiveSegment>("segment"); in Initialize()
255 bool COFFMasmParser::ParseDirectiveSegment(StringRef Directive, SMLoc Loc) { in ParseDirectiveSegment() function in COFFMasmParser