Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DCOFFAsmParser.cpp44 bool ParseSectionName(StringRef &SectionName);
325 bool COFFAsmParser::ParseSectionName(StringRef &SectionName) { in ParseSectionName() function in COFFAsmParser
357 if (ParseSectionName(SectionName)) in parseSectionArguments()
H A DELFAsmParser.cpp154 bool ParseSectionName(StringRef &SectionName);
244 bool ELFAsmParser::ParseSectionName(StringRef &SectionName) { in ParseSectionName() function in ELFAsmParser
542 if (ParseSectionName(SectionName)) in ParseSectionArguments()