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

/external/llvm/lib/MC/MCParser/
H A DCOFFAsmParser.cpp38 bool ParseSectionName(StringRef &SectionName);
297 bool COFFAsmParser::ParseSectionName(StringRef &SectionName) { function in class:COFFAsmParser
323 if (ParseSectionName(SectionName))
443 if (ParseSectionName(AssocName))
H A DELFAsmParser.cpp154 bool ParseSectionName(StringRef &SectionName);
231 bool ELFAsmParser::ParseSectionName(StringRef &SectionName) { function in class:ELFAsmParser
347 if (ParseSectionName(SectionName))

Completed in 34 milliseconds