Home
last modified time | relevance | path

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

/external/llvm/lib/MC/MCParser/
DELFAsmParser.cpp142 bool ParseSectionName(StringRef &SectionName);
219 bool ELFAsmParser::ParseSectionName(StringRef &SectionName) { in ParseSectionName() function in ELFAsmParser
362 if (ParseSectionName(SectionName)) in ParseSectionArguments()
DCOFFAsmParser.cpp43 bool ParseSectionName(StringRef &SectionName);
314 bool COFFAsmParser::ParseSectionName(StringRef &SectionName) { in ParseSectionName() function in COFFAsmParser
340 if (ParseSectionName(SectionName)) in ParseDirectiveSection()