Home
last modified time | relevance | path

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

/external/llvm/lib/MC/MCParser/
DELFAsmParser.cpp152 bool ParseSectionName(StringRef &SectionName);
229 bool ELFAsmParser::ParseSectionName(StringRef &SectionName) { in ParseSectionName() function in ELFAsmParser
372 if (ParseSectionName(SectionName)) in ParseSectionArguments()
DCOFFAsmParser.cpp43 bool ParseSectionName(StringRef &SectionName);
313 bool COFFAsmParser::ParseSectionName(StringRef &SectionName) { in ParseSectionName() function in COFFAsmParser
339 if (ParseSectionName(SectionName)) in ParseDirectiveSection()