Home
last modified time | relevance | path

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

12

/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
HDComdat.cpp29 return wrap(unwrap(M)->getOrInsertComdat(Name)); in LLVMGetOrInsertComdat()
HDModule.cpp498 Comdat *Module::getOrInsertComdat(StringRef Name) { in getOrInsertComdat() function in Module
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
HDInstrumentation.cpp96 Comdat *C = M->getOrInsertComdat(Name); in GetOrCreateFunctionComdat()
HDHWAddressSanitizer.cpp403 Comdat *CtorComdat = M.getOrInsertComdat(kHwasanModuleCtorName); in initializeModule()
1329 Comdat *NoteComdat = M.getOrInsertComdat(kHwasanNoteName); in instrumentGlobals()
1458 ThunkFn->setComdat(M.getOrInsertComdat(ThunkName)); in instrumentPersonalityFunctions()
HDInstrProfiling.cpp774 GV->setComdat(M->getOrInsertComdat(GV->getName())); in getOrCreateRegionCounters()
1006 User->setComdat(M->getOrInsertComdat(User->getName())); in emitRuntimeHook()
HDAddressSanitizer.cpp1998 C = M.getOrInsertComdat(Name); in SetComdatForGlobalMetadata()
2000 C = M.getOrInsertComdat(G->getName()); in SetComdatForGlobalMetadata()
2457 AsanCtorFunction->setComdat(M.getOrInsertComdat(kAsanModuleCtorName)); in instrumentModule()
2460 AsanDtorFunction->setComdat(M.getOrInsertComdat(kAsanModuleDtorName)); in instrumentModule()
HDPGOInstrumentation.cpp690 NewComdat = M->getOrInsertComdat(StringRef(NewFuncName)); in renameComdatFunction()
700 NewComdat = M->getOrInsertComdat(StringRef(NewComdatName)); in renameComdatFunction()
HDSanitizerCoverage.cpp340 CtorFunc->setComdat(M.getOrInsertComdat(CtorName)); in CreateInitCallsForSections()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDLowerEmuTLS.cpp47 to->setComdat(M.getOrInsertComdat(to->getName())); in copyLinkageVisibility()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDFunctionImportUtils.cpp279 RenamedComdats.try_emplace(C, M.getOrInsertComdat(GV.getName())); in processGlobalForThinLTO()
HDCloneModule.cpp25 Comdat *DC = Dst->getParent()->getOrInsertComdat(SC->getName()); in copyComdat()
HDSymbolRewriter.cpp102 Comdat *C = M.getOrInsertComdat(Target); in rewriteComdat()
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDMicrosoftCXXABI.cpp1828 C = CGM.getModule().getOrInsertComdat(VFTableName.str()); in getAddrOfVTable()
2005 ThunkFn->setComdat(CGM.getModule().getOrInsertComdat(ThunkFn->getName())); in EmitVirtualMemPtrThunk()
2448 F->setComdat(CGM.getModule().getOrInsertComdat(F->getName())); in EmitGuardedInit()
2516 CGM.getModule().getOrInsertComdat(GuardVar->getName())); in EmitGuardedInit()
3624 CHD->setComdat(CGM.getModule().getOrInsertComdat(CHD->getName())); in getClassHierarchyDescriptor()
3662 BCA->setComdat(CGM.getModule().getOrInsertComdat(BCA->getName())); in getBaseClassArray()
3704 BCD->setComdat(CGM.getModule().getOrInsertComdat(BCD->getName())); in getBaseClassDescriptor()
3765 COL->setComdat(CGM.getModule().getOrInsertComdat(COL->getName())); in getCompleteObjectLocator()
3867 Var->setComdat(CGM.getModule().getOrInsertComdat(Var->getName())); in getAddrOfRTTIDescriptor()
3905 Fn->setComdat(CGM.getModule().getOrInsertComdat(Fn->getName())); in emitCXXStructor()
[all …]
HDCGVTT.cpp99 VTT->setComdat(CGM.getModule().getOrInsertComdat(VTT->getName())); in EmitVTTDefinition()
HDCGObjCGNU.cpp224 GV->setComdat(TheModule.getOrInsertComdat(name)); in ExportUniqueString()
1105 ObjCStrGV->setComdat(TheModule.getOrInsertComdat(StringName)); in GenerateConstantString()
1324 GV->setComdat(TheModule.getOrInsertComdat(RefName)); in GenerateProtocolRef()
1414 GV->setComdat(TheModule.getOrInsertComdat(SymName)); in GenerateProtocolRef()
1446 GV->setComdat(TheModule.getOrInsertComdat(TypesVarName)); in GetTypeString()
1473 GV->setComdat(TheModule.getOrInsertComdat(SelVarName)); in GetConstantSelector()
1503 Sym->setComdat(TheModule.getOrInsertComdat((Prefix + in GetSectionBounds()
1531 LoadFunction->setComdat(TheModule.getOrInsertComdat(".objcv2_load_function")); in ModuleInitFunction()
1549 InitStruct->setComdat(TheModule.getOrInsertComdat(".objc_init")); in ModuleInitFunction()
1579 InitVar->setComdat(TheModule.getOrInsertComdat(".objc_ctor")); in ModuleInitFunction()
[all …]
HDItaniumCXXABI.cpp1672 VTable->setComdat(CGM.getModule().getOrInsertComdat(VTable->getName())); in emitVTableDefinitions()
2265 guard->setComdat(CGM.getModule().getOrInsertComdat(guard->getName())); in EmitGuardedInit()
2550 Wrapper->setComdat(CGM.getModule().getOrInsertComdat(Wrapper->getName())); in getOrCreateThreadLocalWrapper()
3535 GV->setComdat(M.getOrInsertComdat(GV->getName())); in BuildTypeInfo()
4034 llvm::Comdat *C = CGM.getModule().getOrInsertComdat(Out.str()); in emitCXXStructor()
4353 fn->setComdat(CGM.getModule().getOrInsertComdat(fn->getName())); in getClangCallTerminateFn()
HDCodeGenModule.cpp2414 GV->setComdat(TheModule.getOrInsertComdat(GV->getName())); in GetAddrOfUuidDescriptor()
2934 getModule().getOrInsertComdat(ResolverFunc->getName())); in emitMultiVersionFunctions()
2977 getModule().getOrInsertComdat(ResolverFunc->getName())); in emitCPUDispatchDefinition()
3686 GV->setComdat(TheModule.getOrInsertComdat(GV->getName())); in CreateOrReplaceCXXRuntimeVariable()
3893 GO.setComdat(TheModule.getOrInsertComdat(GO.getName())); in maybeSetTrivialComdat()
4953 GV->setComdat(M.getOrInsertComdat(GV->getName())); in GenerateStringLiteral()
5140 GV->setComdat(TheModule.getOrInsertComdat(GV->getName())); in GetAddrOfGlobalTemporary()
HDCGBlocks.cpp279 global->setComdat(CGM.getModule().getOrInsertComdat(descName)); in buildBlockDescriptor()
2022 Fn->setComdat(CGM.getModule().getOrInsertComdat(FuncName)); in GenerateCopyHelperFunction()
2215 Fn->setComdat(CGM.getModule().getOrInsertComdat(FuncName)); in GenerateDestroyHelperFunction()
HDCGVTables.cpp56 ThunkFn->setComdat(CGM.getModule().getOrInsertComdat(ThunkFn->getName())); in setThunkProperties()
HDCGObjCMac.cpp6668 PTGV->setComdat(CGM.getModule().getOrInsertComdat(ProtocolName)); in GenerateProtocolRef()
7016 Entry->setComdat(CGM.getModule().getOrInsertComdat(Protocol)); in GetOrEmitProtocolRef()
7107 Entry->setComdat(CGM.getModule().getOrInsertComdat(symbolName)); in GetOrEmitProtocol()
7125 PTGV->setComdat(CGM.getModule().getOrInsertComdat(ProtocolRef)); in GetOrEmitProtocol()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86IndirectThunks.cpp294 F->setComdat(M.getOrInsertComdat(Name)); in createThunkFunction()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDModule.h466 Comdat *getOrInsertComdat(StringRef Name);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
HDThinLTOBitcodeWriter.cpp61 RenamedComdats.try_emplace(C, ExportM.getOrInsertComdat(NewName)); in promoteInternals()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ProfileData/
HDInstrProf.cpp1146 IRLevelVersionVariable->setComdat(M.getOrInsertComdat(VarName)); in createIRLevelProfileFlagVar()
1162 ProfileNameVar->setComdat(M.getOrInsertComdat( in createProfileFileNameVar()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Linker/
HDIRMover.cpp1014 Comdat *DC = DstM.getOrInsertComdat(SC->getName()); in linkGlobalValueProto()

12