Home
last modified time | relevance | path

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

12

/freebsd-12.1/contrib/llvm/lib/IR/
H A DComdat.cpp30 return wrap(unwrap(M)->getOrInsertComdat(Name)); in LLVMGetOrInsertComdat()
H A DModule.cpp484 Comdat *Module::getOrInsertComdat(StringRef Name) { in getOrInsertComdat() function in Module
/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DInstrumentation.cpp94 Comdat *C = M->getOrInsertComdat(Name); in GetOrCreateFunctionComdat()
H A DInstrProfiling.cpp693 return M.getOrInsertComdat(StringRef(getVarName(Inc, ComdatPrefix))); in getOrCreateProfileComdat()
954 User->setComdat(M->getOrInsertComdat(User->getName())); in emitRuntimeHook()
982 ProfileNameVar->setComdat(M->getOrInsertComdat( in emitInitialization()
H A DPGOInstrumentation.cpp655 NewComdat = M->getOrInsertComdat(StringRef(NewFuncName)); in renameComdatFunction()
665 NewComdat = M->getOrInsertComdat(StringRef(NewComdatName)); in renameComdatFunction()
1369 IRLevelVersionVariable->setComdat(M.getOrInsertComdat( in createIRLevelProfileFlagVariable()
H A DAddressSanitizer.cpp1855 C = M.getOrInsertComdat(Name); in SetComdatForGlobalMetadata()
1857 C = M.getOrInsertComdat(G->getName()); in SetComdatForGlobalMetadata()
2315 AsanCtorFunction->setComdat(M.getOrInsertComdat(kAsanModuleCtorName)); in runOnModule()
2319 AsanDtorFunction->setComdat(M.getOrInsertComdat(kAsanModuleDtorName)); in runOnModule()
H A DSanitizerCoverage.cpp290 CtorFunc->setComdat(M.getOrInsertComdat(SanCovModuleCtorName)); in CreateInitCallsForSections()
H A DHWAddressSanitizer.cpp319 Comdat *CtorComdat = M.getOrInsertComdat(kHwasanModuleCtorName); in doInitialization()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DLowerEmuTLS.cpp47 to->setComdat(M.getOrInsertComdat(to->getName())); in copyLinkageVisibility()
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DFunctionImportUtils.cpp267 RenamedComdats.try_emplace(C, M.getOrInsertComdat(GV.getName())); in processGlobalForThinLTO()
H A DCloneModule.cpp26 Comdat *DC = Dst->getParent()->getOrInsertComdat(SC->getName()); in copyComdat()
H A DSymbolRewriter.cpp102 Comdat *C = M.getOrInsertComdat(Target); in rewriteComdat()
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86RetpolineThunks.cpp205 F->setComdat(M.getOrInsertComdat(Name)); in createThunkFunction()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp1792 C = CGM.getModule().getOrInsertComdat(VFTableName.str()); in getAddrOfVTable()
2402 F->setComdat(CGM.getModule().getOrInsertComdat(F->getName())); in EmitGuardedInit()
2470 CGM.getModule().getOrInsertComdat(GuardVar->getName())); in EmitGuardedInit()
3565 CHD->setComdat(CGM.getModule().getOrInsertComdat(CHD->getName())); in getClassHierarchyDescriptor()
3603 BCA->setComdat(CGM.getModule().getOrInsertComdat(BCA->getName())); in getBaseClassArray()
3645 BCD->setComdat(CGM.getModule().getOrInsertComdat(BCD->getName())); in getBaseClassDescriptor()
3706 COL->setComdat(CGM.getModule().getOrInsertComdat(COL->getName())); in getCompleteObjectLocator()
3808 Var->setComdat(CGM.getModule().getOrInsertComdat(Var->getName())); in getAddrOfRTTIDescriptor()
3845 Fn->setComdat(CGM.getModule().getOrInsertComdat(Fn->getName())); in emitCXXDestructor()
4055 GV->setComdat(CGM.getModule().getOrInsertComdat(GV->getName())); in getCatchableType()
[all …]
H A DCGVTT.cpp100 VTT->setComdat(CGM.getModule().getOrInsertComdat(VTT->getName())); in EmitVTTDefinition()
H A DCGObjCGNU.cpp224 GV->setComdat(TheModule.getOrInsertComdat(name)); in ExportUniqueString()
1088 ObjCStrGV->setComdat(TheModule.getOrInsertComdat(StringName)); in GenerateConstantString()
1275 GV->setComdat(TheModule.getOrInsertComdat(RefName)); in GenerateProtocolRef()
1365 GV->setComdat(TheModule.getOrInsertComdat(SymName)); in GenerateProtocolRef()
1397 GV->setComdat(TheModule.getOrInsertComdat(TypesVarName)); in GetTypeString()
1424 GV->setComdat(TheModule.getOrInsertComdat(SelVarName)); in GetConstantSelector()
1454 Sym->setComdat(TheModule.getOrInsertComdat((Prefix + in GetSectionBounds()
1482 LoadFunction->setComdat(TheModule.getOrInsertComdat(".objcv2_load_function")); in ModuleInitFunction()
1499 InitStruct->setComdat(TheModule.getOrInsertComdat(".objc_init")); in ModuleInitFunction()
1529 InitVar->setComdat(TheModule.getOrInsertComdat(".objc_ctor")); in ModuleInitFunction()
[all …]
H A DItaniumCXXABI.cpp1596 VTable->setComdat(CGM.getModule().getOrInsertComdat(VTable->getName())); in emitVTableDefinitions()
2180 guard->setComdat(CGM.getModule().getOrInsertComdat(guard->getName())); in EmitGuardedInit()
3413 GV->setComdat(M.getOrInsertComdat(GV->getName())); in BuildTypeInfo()
3911 llvm::Comdat *C = CGM.getModule().getOrInsertComdat(Out.str()); in emitCXXStructor()
4230 fn->setComdat(CGM.getModule().getOrInsertComdat(fn->getName())); in getClangCallTerminateFn()
H A DCodeGenModule.cpp2086 GV->setComdat(TheModule.getOrInsertComdat(GV->getName())); in GetAddrOfUuidDescriptor()
2538 getModule().getOrInsertComdat(ResolverFunc->getName())); in emitMultiVersionFunctions()
3271 GV->setComdat(TheModule.getOrInsertComdat(GV->getName())); in CreateOrReplaceCXXRuntimeVariable()
3460 GO.setComdat(TheModule.getOrInsertComdat(GO.getName())); in maybeSetTrivialComdat()
4488 GV->setComdat(M.getOrInsertComdat(GV->getName())); in GenerateStringLiteral()
4674 GV->setComdat(TheModule.getOrInsertComdat(GV->getName())); in GetAddrOfGlobalTemporary()
H A DCGVTables.cpp56 ThunkFn->setComdat(CGM.getModule().getOrInsertComdat(ThunkFn->getName())); in setThunkProperties()
H A DCGObjCMac.cpp6456 PTGV->setComdat(CGM.getModule().getOrInsertComdat(ProtocolName)); in GenerateProtocolRef()
6806 Entry->setComdat(CGM.getModule().getOrInsertComdat(Protocol)); in GetOrEmitProtocolRef()
6897 Entry->setComdat(CGM.getModule().getOrInsertComdat(symbolName)); in GetOrEmitProtocol()
6915 PTGV->setComdat(CGM.getModule().getOrInsertComdat(ProtocolRef)); in GetOrEmitProtocol()
H A DCGDecl.cpp249 GV->setComdat(TheModule.getOrInsertComdat(GV->getName())); in getOrCreateStaticVarDecl()
/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DThinLTOBitcodeWriter.cpp60 RenamedComdats.try_emplace(C, ExportM.getOrInsertComdat(NewName)); in promoteInternals()
H A DWholeProgramDevirt.cpp822 Comdat *NewC = M.getOrInsertComdat(NewName); in trySingleImplDevirt()
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DModule.h462 Comdat *getOrInsertComdat(StringRef Name);
/freebsd-12.1/contrib/llvm/lib/Linker/
H A DIRMover.cpp965 Comdat *DC = DstM.getOrInsertComdat(SC->getName()); in linkGlobalValueProto()

12