Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DDbiStreamBuilder.cpp113 auto NameIter = SourceFileNames.find(File); in getSourceFileNameIndex() local
114 if (NameIter == SourceFileNames.end()) in getSourceFileNameIndex()
117 return NameIter->getValue(); in getSourceFileNameIndex()
/external/llvm/lib/MC/
DMCContext.cpp133 auto NameIter = UsedNames.insert(std::make_pair(Name, false)).first; in getOrCreateSectionSymbol() local
134 Sym = new (&*NameIter, *this) MCSymbolELF(&*NameIter, /*isTemporary*/ false); in getOrCreateSectionSymbol()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCContext.cpp333 auto NameIter = UsedNames.insert(std::make_pair(Section, false)).first; in createELFSectionImpl() local
334 R = new (&*NameIter, *this) MCSymbolELF(&*NameIter, /*isTemporary*/ false); in createELFSectionImpl()