Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/llvm/lib/MC/MCParser/
H A DCOFFAsmParser.cpp43 bool ParseSectionName(StringRef &SectionName);
313 bool COFFAsmParser::ParseSectionName(StringRef &SectionName) { in ParseSectionName() function in COFFAsmParser
339 if (ParseSectionName(SectionName)) in ParseDirectiveSection()
H A DELFAsmParser.cpp152 bool ParseSectionName(StringRef &SectionName);
230 bool ELFAsmParser::ParseSectionName(StringRef &SectionName) { in ParseSectionName() function in ELFAsmParser
407 if (ParseSectionName(SectionName)) in ParseSectionArguments()