Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCodeGenModule.cpp584 auto Result = Manglings.insert(std::make_pair(Str, GD)); in getMangledName()
605 auto Result = Manglings.insert(std::make_pair(Out.str(), BD)); in getBlockMangledName()
2415 GlobalDecl OldGD = Manglings.lookup(GV->getName()); in EmitGlobalFunctionDefinition()
3527 auto Res = Manglings.find(MangledName); in lookupRepresentativeDecl()
3528 if (Res == Manglings.end()) in lookupRepresentativeDecl()
HDCodeGenModule.h365 llvm::StringMap<GlobalDecl, llvm::BumpPtrAllocator> Manglings; variable