Home
last modified time | relevance | path

Searched refs:getOrInsertComdat (Results 1 – 25 of 32) sorted by relevance

12

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DComdat.cpp29 return wrap(unwrap(M)->getOrInsertComdat(Name)); in LLVMGetOrInsertComdat()
H A DModule.cpp581 Comdat *Module::getOrInsertComdat(StringRef Name) { in getOrInsertComdat() function in Module
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DIndirectThunks.h57 F->setComdat(M.getOrInsertComdat(Name)); in createThunkFunction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DInstrumentation.cpp84 Comdat *C = M->getOrInsertComdat(F.getName()); in getOrCreateFunctionComdat()
H A DHWAddressSanitizer.cpp388 Comdat *CtorComdat = M.getOrInsertComdat(kHwasanModuleCtorName); in createHwasanCtorComdat()
424 Comdat *NoteComdat = M.getOrInsertComdat(kHwasanModuleCtorName); in createHwasanCtorComdat()
1513 ThunkFn->setComdat(M.getOrInsertComdat(ThunkName)); in instrumentPersonalityFunctions()
H A DInstrProfiling.cpp861 Comdat *C = M->getOrInsertComdat(GroupName); in getOrCreateRegionCounters()
1104 User->setComdat(M->getOrInsertComdat(User->getName())); in emitRuntimeHook()
H A DMemProfiler.cpp507 ProfileNameVar->setComdat(M.getOrInsertComdat(MemProfFilenameVar)); in createProfileFileNameVar()
H A DAddressSanitizer.cpp2107 C = M.getOrInsertComdat(Name); in SetComdatForGlobalMetadata()
2109 C = M.getOrInsertComdat(G->getName()); in SetComdatForGlobalMetadata()
2616 AsanCtorFunction->setComdat(M.getOrInsertComdat(kAsanModuleCtorName)); in instrumentModule()
2619 AsanDtorFunction->setComdat(M.getOrInsertComdat(kAsanModuleDtorName)); in instrumentModule()
H A DPGOInstrumentation.cpp756 NewComdat = M->getOrInsertComdat(StringRef(NewFuncName)); in renameComdatFunction()
766 NewComdat = M->getOrInsertComdat(StringRef(NewComdatName)); in renameComdatFunction()
H A DSanitizerCoverage.cpp371 CtorFunc->setComdat(M.getOrInsertComdat(CtorName)); in CreateInitCallsForSections()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DLowerEmuTLS.cpp49 to->setComdat(M.getOrInsertComdat(to->getName())); in copyLinkageVisibility()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp1874 C = CGM.getModule().getOrInsertComdat(VFTableName.str()); in getAddrOfVTable()
2052 ThunkFn->setComdat(CGM.getModule().getOrInsertComdat(ThunkFn->getName())); in EmitVirtualMemPtrThunk()
2495 F->setComdat(CGM.getModule().getOrInsertComdat(F->getName())); in EmitGuardedInit()
2563 CGM.getModule().getOrInsertComdat(GuardVar->getName())); in EmitGuardedInit()
3676 CHD->setComdat(CGM.getModule().getOrInsertComdat(CHD->getName())); in getClassHierarchyDescriptor()
3714 BCA->setComdat(CGM.getModule().getOrInsertComdat(BCA->getName())); in getBaseClassArray()
3756 BCD->setComdat(CGM.getModule().getOrInsertComdat(BCD->getName())); in getBaseClassDescriptor()
3817 COL->setComdat(CGM.getModule().getOrInsertComdat(COL->getName())); in getCompleteObjectLocator()
3919 Var->setComdat(CGM.getModule().getOrInsertComdat(Var->getName())); in getAddrOfRTTIDescriptor()
3957 Fn->setComdat(CGM.getModule().getOrInsertComdat(Fn->getName())); in emitCXXStructor()
[all …]
H A DCGVTT.cpp98 VTT->setComdat(CGM.getModule().getOrInsertComdat(VTT->getName())); in EmitVTTDefinition()
H A DCGObjCGNU.cpp215 GV->setComdat(TheModule.getOrInsertComdat(name)); in ExportUniqueString()
1105 ObjCStrGV->setComdat(TheModule.getOrInsertComdat(StringName)); in GenerateConstantString()
1327 GV->setComdat(TheModule.getOrInsertComdat(RefName)); in GenerateProtocolRef()
1420 GV->setComdat(TheModule.getOrInsertComdat(SymName)); in GenerateProtocolRef()
1452 GV->setComdat(TheModule.getOrInsertComdat(TypesVarName)); in GetTypeString()
1479 GV->setComdat(TheModule.getOrInsertComdat(SelVarName)); in GetConstantSelector()
1509 Sym->setComdat(TheModule.getOrInsertComdat((Prefix + in GetSectionBounds()
1537 LoadFunction->setComdat(TheModule.getOrInsertComdat(".objcv2_load_function")); in ModuleInitFunction()
1555 InitStruct->setComdat(TheModule.getOrInsertComdat(".objc_init")); in ModuleInitFunction()
1585 InitVar->setComdat(TheModule.getOrInsertComdat(".objc_ctor")); in ModuleInitFunction()
[all …]
H A DCGVTables.cpp56 ThunkFn->setComdat(CGM.getModule().getOrInsertComdat(ThunkFn->getName())); in setThunkProperties()
663 proxy->setComdat(module.getOrInsertComdat(rttiProxyName)); in addRelativeComponent()
H A DItaniumCXXABI.cpp1760 VTable->setComdat(CGM.getModule().getOrInsertComdat(VTable->getName())); in emitVTableDefinitions()
2440 guard->setComdat(CGM.getModule().getOrInsertComdat(guard->getName())); in EmitGuardedInit()
2812 Wrapper->setComdat(CGM.getModule().getOrInsertComdat(Wrapper->getName())); in getOrCreateThreadLocalWrapper()
3848 GV->setComdat(M.getOrInsertComdat(GV->getName())); in BuildTypeInfo()
4349 llvm::Comdat *C = CGM.getModule().getOrInsertComdat(Out.str()); in emitCXXStructor()
4668 fn->setComdat(CGM.getModule().getOrInsertComdat(fn->getName())); in getClangCallTerminateFn()
H A DCodeGenModule.cpp2764 GV->setComdat(TheModule.getOrInsertComdat(GV->getName())); in GetAddrOfMSGuidDecl()
2799 GV->setComdat(TheModule.getOrInsertComdat(GV->getName())); in GetAddrOfTemplateParamObject()
3272 getModule().getOrInsertComdat(ResolverFunc->getName())); in emitMultiVersionFunctions()
3326 getModule().getOrInsertComdat(ResolverFunc->getName())); in emitCPUDispatchDefinition()
4052 GV->setComdat(TheModule.getOrInsertComdat(GV->getName())); in CreateOrReplaceCXXRuntimeVariable()
4264 GO.setComdat(TheModule.getOrInsertComdat(GO.getName())); in maybeSetTrivialComdat()
5314 GV->setComdat(M.getOrInsertComdat(GV->getName())); in GenerateStringLiteral()
5514 GV->setComdat(TheModule.getOrInsertComdat(GV->getName())); in GetAddrOfGlobalTemporary()
H A DCGBlocks.cpp279 global->setComdat(CGM.getModule().getOrInsertComdat(descName)); in buildBlockDescriptor()
1949 Fn->setComdat(CGM.getModule().getOrInsertComdat(FuncName)); in GenerateCopyHelperFunction()
2144 Fn->setComdat(CGM.getModule().getOrInsertComdat(FuncName)); in GenerateDestroyHelperFunction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DFunctionImportUtils.cpp272 RenamedComdats.try_emplace(C, M.getOrInsertComdat(GV.getName())); in processGlobalForThinLTO()
H A DCloneModule.cpp25 Comdat *DC = Dst->getParent()->getOrInsertComdat(SC->getName()); in copyComdat()
H A DSymbolRewriter.cpp102 Comdat *C = M.getOrInsertComdat(Target); in rewriteComdat()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DInstrProf.cpp1155 IRLevelVersionVariable->setComdat(M.getOrInsertComdat(VarName)); in createIRLevelProfileFlagVar()
1171 ProfileNameVar->setComdat(M.getOrInsertComdat( in createProfileFileNameVar()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DThinLTOBitcodeWriter.cpp62 RenamedComdats.try_emplace(C, ExportM.getOrInsertComdat(NewName)); in promoteInternals()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DModule.h483 Comdat *getOrInsertComdat(StringRef Name);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Linker/
H A DIRMover.cpp1040 Comdat *DC = DstM.getOrInsertComdat(SC->getName()); in linkGlobalValueProto()

12