Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Arm64ECCallLowering.cpp408 F->setComdat(M->getOrInsertComdat(ExitThunkName)); in buildExitThunk()
521 Thunk->setComdat(M->getOrInsertComdat(EntryThunkName)); in buildEntryThunk()
628 GuestExit->setComdat(M->getOrInsertComdat(ThunkName)); in buildGuestExitThunk()
701 GuestExit->setComdat(M->getOrInsertComdat(ThunkName)); in buildPatchableThunk()
865 F.setComdat(Mod.getOrInsertComdat(F.getName())); in runOnModule()
924 Comdat *MangledComdat = M->getOrInsertComdat(MangledName.value()); in processFunction()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DComdat.cpp35 return wrap(unwrap(M)->getOrInsertComdat(Name)); in LLVMGetOrInsertComdat()
H A DModule.cpp599 Comdat *Module::getOrInsertComdat(StringRef Name) { in getOrInsertComdat() function in Module
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrumentation.cpp81 Comdat *C = M->getOrInsertComdat(F.getName()); in getOrCreateFunctionComdat()
H A DSanitizerBinaryMetadata.cpp241 Ctor->setComdat(Mod.getOrInsertComdat(Ctor->getName())); in run()
242 Dtor->setComdat(Mod.getOrInsertComdat(Dtor->getName())); in run()
H A DInstrProfiling.cpp1098 Bias->setComdat(M.getOrInsertComdat(VarName)); in getOrCreateBiasVar()
1462 Comdat *C = M.getOrInsertComdat(GroupName); in maybeSetComdat()
2071 User->setComdat(M.getOrInsertComdat(User->getName())); in emitRuntimeHook()
2154 SamplingVar->setComdat(M.getOrInsertComdat(VarName)); in createProfileSamplingVar()
H A DMemProfiler.cpp520 ProfileNameVar->setComdat(M.getOrInsertComdat(MemProfFilenameVar)); in createProfileFileNameVar()
535 MemprofHistogramFlag->setComdat(M.getOrInsertComdat(VarName)); in createMemprofHistogramFlagVar()
H A DHWAddressSanitizer.cpp502 Comdat *CtorComdat = M.getOrInsertComdat(kHwasanModuleCtorName); in createHwasanCtorComdat()
538 Comdat *NoteComdat = M.getOrInsertComdat(kHwasanModuleCtorName); in createHwasanCtorComdat()
1831 ThunkFn->setComdat(M.getOrInsertComdat(ThunkName)); in instrumentPersonalityFunctions()
H A DPGOInstrumentation.cpp419 IRLevelVersionVariable->setComdat(M.getOrInsertComdat(VarName)); in createIRLevelProfileFlagVar()
735 NewComdat = M->getOrInsertComdat(StringRef(NewFuncName)); in renameComdatFunction()
745 NewComdat = M->getOrInsertComdat(StringRef(NewComdatName)); in renameComdatFunction()
H A DAddressSanitizer.cpp2244 C = M.getOrInsertComdat(Name); in SetComdatForGlobalMetadata()
2246 C = M.getOrInsertComdat(G->getName()); in SetComdatForGlobalMetadata()
2768 AsanCtorFunction->setComdat(M.getOrInsertComdat(kAsanModuleCtorName)); in instrumentModule()
2772 AsanDtorFunction->setComdat(M.getOrInsertComdat(kAsanModuleDtorName)); in instrumentModule()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DIndirectThunks.h134 F->setComdat(M.getOrInsertComdat(Name)); in createThunkFunction()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLowerEmuTLS.cpp54 to->setComdat(M.getOrInsertComdat(to->getName())); in copyLinkageVisibility()
H A DJMCInstrumenter.cpp213 Comdat *C = M.getOrInsertComdat(DefaultCheckFunctionName); in runImpl()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCloneModule.cpp28 Comdat *DC = Dst->getParent()->getOrInsertComdat(SC->getName()); in copyComdat()
H A DFunctionImportUtils.cpp297 RenamedComdats.try_emplace(C, M.getOrInsertComdat(GV.getName())); in processGlobalForThinLTO()
H A DSymbolRewriter.cpp99 Comdat *C = M.getOrInsertComdat(Target); in rewriteComdat()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp1912 C = CGM.getModule().getOrInsertComdat(VFTableName.str()); in getAddrOfVTable()
2093 ThunkFn->setComdat(CGM.getModule().getOrInsertComdat(ThunkFn->getName())); in EmitVirtualMemPtrThunk()
2623 F->setComdat(CGM.getModule().getOrInsertComdat(F->getName())); in EmitGuardedInit()
2691 CGM.getModule().getOrInsertComdat(GuardVar->getName())); in EmitGuardedInit()
3784 CHD->setComdat(CGM.getModule().getOrInsertComdat(CHD->getName())); in getClassHierarchyDescriptor()
3822 BCA->setComdat(CGM.getModule().getOrInsertComdat(BCA->getName())); in getBaseClassArray()
3864 BCD->setComdat(CGM.getModule().getOrInsertComdat(BCD->getName())); in getBaseClassDescriptor()
3925 COL->setComdat(CGM.getModule().getOrInsertComdat(COL->getName())); in getCompleteObjectLocator()
4027 Var->setComdat(CGM.getModule().getOrInsertComdat(Var->getName())); in getAddrOfRTTIDescriptor()
4065 Fn->setComdat(CGM.getModule().getOrInsertComdat(Fn->getName())); in emitCXXStructor()
[all …]
H A DCGVTT.cpp109 VTT->setComdat(CGM.getModule().getOrInsertComdat(VTT->getName())); in EmitVTTDefinition()
H A DCGObjCGNU.cpp218 GV->setComdat(TheModule.getOrInsertComdat(name)); in ExportUniqueString()
1124 ObjCStrGV->setComdat(TheModule.getOrInsertComdat(StringName)); in GenerateConstantString()
1345 GV->setComdat(TheModule.getOrInsertComdat(RefName)); in GenerateProtocolRef()
1436 GV->setComdat(TheModule.getOrInsertComdat(SymName)); in GenerateProtocolRef()
1474 GV->setComdat(TheModule.getOrInsertComdat(TypesVarName)); in GetTypeString()
1494 GV->setComdat(TheModule.getOrInsertComdat(SelVarName)); in GetConstantSelector()
1523 Sym->setComdat(TheModule.getOrInsertComdat((Prefix + in GetSectionBounds()
1551 LoadFunction->setComdat(TheModule.getOrInsertComdat(".objcv2_load_function")); in ModuleInitFunction()
1569 InitStruct->setComdat(TheModule.getOrInsertComdat(".objc_init")); in ModuleInitFunction()
1599 InitVar->setComdat(TheModule.getOrInsertComdat(".objc_ctor")); in ModuleInitFunction()
[all …]
H A DCGVTables.cpp57 ThunkFn->setComdat(CGM.getModule().getOrInsertComdat(ThunkFn->getName())); in setThunkProperties()
691 proxy->setComdat(module.getOrInsertComdat(rttiProxyName)); in addRelativeComponent()
H A DItaniumCXXABI.cpp2018 VTable->setComdat(CGM.getModule().getOrInsertComdat(VTable->getName())); in emitVTableDefinitions()
2681 guard->setComdat(CGM.getModule().getOrInsertComdat(guard->getName())); in EmitGuardedInit()
3074 Wrapper->setComdat(CGM.getModule().getOrInsertComdat(Wrapper->getName())); in getOrCreateThreadLocalWrapper()
4231 GV->setComdat(M.getOrInsertComdat(GV->getName())); in BuildTypeInfo()
4731 llvm::Comdat *C = CGM.getModule().getOrInsertComdat(Out.str()); in emitCXXStructor()
5055 fn->setComdat(CGM.getModule().getOrInsertComdat(fn->getName())); in getClangCallTerminateFn()
H A DCGBlocks.cpp248 global->setComdat(CGM.getModule().getOrInsertComdat(descName)); in buildBlockDescriptor()
1908 Fn->setComdat(CGM.getModule().getOrInsertComdat(FuncName)); in GenerateCopyHelperFunction()
2095 Fn->setComdat(CGM.getModule().getOrInsertComdat(FuncName)); in GenerateDestroyHelperFunction()
H A DCodeGenModule.cpp3605 GV->setComdat(TheModule.getOrInsertComdat(GV->getName())); in GetAddrOfMSGuidDecl()
3673 GV->setComdat(TheModule.getOrInsertComdat(GV->getName())); in GetAddrOfTemplateParamObject()
4299 getModule().getOrInsertComdat(ResolverFunc->getName())); in emitMultiVersionFunctions()
4362 getModule().getOrInsertComdat(ResolverFunc->getName())); in emitCPUDispatchDefinition()
5159 GV->setComdat(TheModule.getOrInsertComdat(GV->getName())); in CreateOrReplaceCXXRuntimeVariable()
5379 GO.setComdat(TheModule.getOrInsertComdat(GO.getName())); in maybeSetTrivialComdat()
6480 GV->setComdat(M.getOrInsertComdat(GV->getName())); in GenerateStringLiteral()
6695 GV->setComdat(TheModule.getOrInsertComdat(GV->getName())); in GetAddrOfGlobalTemporary()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DThinLTOBitcodeWriter.cpp73 RenamedComdats.try_emplace(C, ExportM.getOrInsertComdat(NewName)); in promoteInternals()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DModule.h521 Comdat *getOrInsertComdat(StringRef Name);

12