HomeSort by relevance Sort by last modified time
    Searched refs:ParseSectionName (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/MC/MCParser/
COFFAsmParser.cpp 43 bool ParseSectionName(StringRef &SectionName);
313 bool COFFAsmParser::ParseSectionName(StringRef &SectionName) {
339 if (ParseSectionName(SectionName))
ELFAsmParser.cpp 152 bool ParseSectionName(StringRef &SectionName);
230 bool ELFAsmParser::ParseSectionName(StringRef &SectionName) {
407 if (ParseSectionName(SectionName))

Completed in 141 milliseconds