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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DCOFFAsmParser.cpp50 bool ParseSectionName(StringRef &SectionName);
323 bool COFFAsmParser::ParseSectionName(StringRef &SectionName) { function in class:COFFAsmParser
350 if (ParseSectionName(SectionName))
H A DELFAsmParser.cpp155 bool ParseSectionName(StringRef &SectionName);
239 bool ELFAsmParser::ParseSectionName(StringRef &SectionName) { function in class:ELFAsmParser
489 if (ParseSectionName(SectionName))

Completed in 174 milliseconds