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

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

Completed in 38 milliseconds