Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DDbiStreamBuilder.cpp130 auto NameIter = SourceFileNames.find(File); in getSourceFileNameIndex() local
131 if (NameIter == SourceFileNames.end()) in getSourceFileNameIndex()
134 return NameIter->getValue(); in getSourceFileNameIndex()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCContext.cpp346 auto NameIter = UsedNames.insert(std::make_pair(Section, false)).first; in createELFSectionImpl() local
347 R = new (&*NameIter, *this) MCSymbolELF(&*NameIter, /*isTemporary*/ false); in createELFSectionImpl()