| /freebsd-13.1/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Comdat.cpp | 29 return wrap(unwrap(M)->getOrInsertComdat(Name)); in LLVMGetOrInsertComdat()
|
| H A D | Module.cpp | 585 Comdat *Module::getOrInsertComdat(StringRef Name) { in getOrInsertComdat() function in Module
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | IndirectThunks.h | 57 F->setComdat(M.getOrInsertComdat(Name)); in createThunkFunction()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | Instrumentation.cpp | 84 Comdat *C = M->getOrInsertComdat(F.getName()); in getOrCreateFunctionComdat()
|
| H A D | InstrProfiling.cpp | 710 Bias->setComdat(M->getOrInsertComdat(Bias->getName())); in lowerIncrement() 878 Comdat *C = M->getOrInsertComdat(GroupName); in getOrCreateRegionCounters() 1129 User->setComdat(M->getOrInsertComdat(User->getName())); in emitRuntimeHook()
|
| H A D | HWAddressSanitizer.cpp | 462 Comdat *CtorComdat = M.getOrInsertComdat(kHwasanModuleCtorName); in createHwasanCtorComdat() 498 Comdat *NoteComdat = M.getOrInsertComdat(kHwasanModuleCtorName); in createHwasanCtorComdat() 1641 ThunkFn->setComdat(M.getOrInsertComdat(ThunkName)); in instrumentPersonalityFunctions()
|
| H A D | MemProfiler.cpp | 507 ProfileNameVar->setComdat(M.getOrInsertComdat(MemProfFilenameVar)); in createProfileFileNameVar()
|
| H A D | AddressSanitizer.cpp | 2097 C = M.getOrInsertComdat(Name); in SetComdatForGlobalMetadata() 2099 C = M.getOrInsertComdat(G->getName()); in SetComdatForGlobalMetadata() 2608 AsanCtorFunction->setComdat(M.getOrInsertComdat(kAsanModuleCtorName)); in instrumentModule() 2611 AsanDtorFunction->setComdat(M.getOrInsertComdat(kAsanModuleDtorName)); in instrumentModule()
|
| H A D | PGOInstrumentation.cpp | 756 NewComdat = M->getOrInsertComdat(StringRef(NewFuncName)); in renameComdatFunction() 766 NewComdat = M->getOrInsertComdat(StringRef(NewComdatName)); in renameComdatFunction()
|
| H A D | SanitizerCoverage.cpp | 373 CtorFunc->setComdat(M.getOrInsertComdat(CtorName)); in CreateInitCallsForSections()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | LowerEmuTLS.cpp | 49 to->setComdat(M.getOrInsertComdat(to->getName())); in copyLinkageVisibility()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | FunctionImportUtils.cpp | 272 RenamedComdats.try_emplace(C, M.getOrInsertComdat(GV.getName())); in processGlobalForThinLTO()
|
| H A D | CloneModule.cpp | 25 Comdat *DC = Dst->getParent()->getOrInsertComdat(SC->getName()); in copyComdat()
|
| H A D | SymbolRewriter.cpp | 102 Comdat *C = M.getOrInsertComdat(Target); in rewriteComdat()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGVTT.cpp | 98 VTT->setComdat(CGM.getModule().getOrInsertComdat(VTT->getName())); in EmitVTTDefinition()
|
| H A D | MicrosoftCXXABI.cpp | 1874 C = CGM.getModule().getOrInsertComdat(VFTableName.str()); in getAddrOfVTable() 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() 4158 GV->setComdat(CGM.getModule().getOrInsertComdat(GV->getName())); in getCatchableType() [all …]
|
| H A D | CGObjCGNU.cpp | 215 GV->setComdat(TheModule.getOrInsertComdat(name)); in ExportUniqueString() 1107 ObjCStrGV->setComdat(TheModule.getOrInsertComdat(StringName)); in GenerateConstantString() 1329 GV->setComdat(TheModule.getOrInsertComdat(RefName)); in GenerateProtocolRef() 1422 GV->setComdat(TheModule.getOrInsertComdat(SymName)); in GenerateProtocolRef() 1454 GV->setComdat(TheModule.getOrInsertComdat(TypesVarName)); in GetTypeString() 1481 GV->setComdat(TheModule.getOrInsertComdat(SelVarName)); in GetConstantSelector() 1511 Sym->setComdat(TheModule.getOrInsertComdat((Prefix + in GetSectionBounds() 1539 LoadFunction->setComdat(TheModule.getOrInsertComdat(".objcv2_load_function")); in ModuleInitFunction() 1557 InitStruct->setComdat(TheModule.getOrInsertComdat(".objc_init")); in ModuleInitFunction() 1587 InitVar->setComdat(TheModule.getOrInsertComdat(".objc_ctor")); in ModuleInitFunction() [all …]
|
| H A D | CGVTables.cpp | 56 ThunkFn->setComdat(CGM.getModule().getOrInsertComdat(ThunkFn->getName())); in setThunkProperties() 663 proxy->setComdat(module.getOrInsertComdat(rttiProxyName)); in addRelativeComponent()
|
| H A D | CodeGenModule.cpp | 2794 GV->setComdat(TheModule.getOrInsertComdat(GV->getName())); in GetAddrOfMSGuidDecl() 2829 GV->setComdat(TheModule.getOrInsertComdat(GV->getName())); in GetAddrOfTemplateParamObject() 3302 getModule().getOrInsertComdat(ResolverFunc->getName())); in emitMultiVersionFunctions() 3356 getModule().getOrInsertComdat(ResolverFunc->getName())); in emitCPUDispatchDefinition() 4082 GV->setComdat(TheModule.getOrInsertComdat(GV->getName())); in CreateOrReplaceCXXRuntimeVariable() 4294 GO.setComdat(TheModule.getOrInsertComdat(GO.getName())); in maybeSetTrivialComdat() 5344 GV->setComdat(M.getOrInsertComdat(GV->getName())); in GenerateStringLiteral() 5544 GV->setComdat(TheModule.getOrInsertComdat(GV->getName())); in GetAddrOfGlobalTemporary()
|
| H A D | ItaniumCXXABI.cpp | 1772 VTable->setComdat(CGM.getModule().getOrInsertComdat(VTable->getName())); in emitVTableDefinitions() 2454 guard->setComdat(CGM.getModule().getOrInsertComdat(guard->getName())); in EmitGuardedInit() 2816 Wrapper->setComdat(CGM.getModule().getOrInsertComdat(Wrapper->getName())); in getOrCreateThreadLocalWrapper() 3888 GV->setComdat(M.getOrInsertComdat(GV->getName())); in BuildTypeInfo() 4389 llvm::Comdat *C = CGM.getModule().getOrInsertComdat(Out.str()); in emitCXXStructor() 4709 fn->setComdat(CGM.getModule().getOrInsertComdat(fn->getName())); in getClangCallTerminateFn()
|
| H A D | CGBlocks.cpp | 279 global->setComdat(CGM.getModule().getOrInsertComdat(descName)); in buildBlockDescriptor() 1949 Fn->setComdat(CGM.getModule().getOrInsertComdat(FuncName)); in GenerateCopyHelperFunction() 2136 Fn->setComdat(CGM.getModule().getOrInsertComdat(FuncName)); in GenerateDestroyHelperFunction()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ProfileData/ |
| H A D | InstrProf.cpp | 1156 IRLevelVersionVariable->setComdat(M.getOrInsertComdat(VarName)); in createIRLevelProfileFlagVar() 1172 ProfileNameVar->setComdat(M.getOrInsertComdat( in createProfileFileNameVar()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Module.h | 486 Comdat *getOrInsertComdat(StringRef Name);
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | ThinLTOBitcodeWriter.cpp | 76 RenamedComdats.try_emplace(C, ExportM.getOrInsertComdat(NewName)); in promoteInternals()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Linker/ |
| H A D | IRMover.cpp | 1041 Comdat *DC = DstM.getOrInsertComdat(SC->getName()); in linkGlobalValueProto()
|