Searched refs:NamesOrErr (Results 1 – 1 of 1) sorted by relevance
1856 auto NamesOrErr = getSectionNames(getPdb()); in dumpSectionContribs() local1857 if (!NamesOrErr) in dumpSectionContribs()1858 return NamesOrErr.takeError(); in dumpSectionContribs()1859 ArrayRef<std::string> Names = *NamesOrErr; in dumpSectionContribs()