/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64Arm64ECCallLowering.cpp | 408 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 D | Comdat.cpp | 35 return wrap(unwrap(M)->getOrInsertComdat(Name)); in LLVMGetOrInsertComdat()
|
H A D | Module.cpp | 599 Comdat *Module::getOrInsertComdat(StringRef Name) { in getOrInsertComdat() function in Module
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | Instrumentation.cpp | 81 Comdat *C = M->getOrInsertComdat(F.getName()); in getOrCreateFunctionComdat()
|
H A D | SanitizerBinaryMetadata.cpp | 241 Ctor->setComdat(Mod.getOrInsertComdat(Ctor->getName())); in run() 242 Dtor->setComdat(Mod.getOrInsertComdat(Dtor->getName())); in run()
|
H A D | InstrProfiling.cpp | 1098 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 D | MemProfiler.cpp | 520 ProfileNameVar->setComdat(M.getOrInsertComdat(MemProfFilenameVar)); in createProfileFileNameVar() 535 MemprofHistogramFlag->setComdat(M.getOrInsertComdat(VarName)); in createMemprofHistogramFlagVar()
|
H A D | HWAddressSanitizer.cpp | 502 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 D | PGOInstrumentation.cpp | 419 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 D | AddressSanitizer.cpp | 2244 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 D | IndirectThunks.h | 134 F->setComdat(M.getOrInsertComdat(Name)); in createThunkFunction()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | LowerEmuTLS.cpp | 54 to->setComdat(M.getOrInsertComdat(to->getName())); in copyLinkageVisibility()
|
H A D | JMCInstrumenter.cpp | 213 Comdat *C = M.getOrInsertComdat(DefaultCheckFunctionName); in runImpl()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | CloneModule.cpp | 28 Comdat *DC = Dst->getParent()->getOrInsertComdat(SC->getName()); in copyComdat()
|
H A D | FunctionImportUtils.cpp | 297 RenamedComdats.try_emplace(C, M.getOrInsertComdat(GV.getName())); in processGlobalForThinLTO()
|
H A D | SymbolRewriter.cpp | 99 Comdat *C = M.getOrInsertComdat(Target); in rewriteComdat()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | MicrosoftCXXABI.cpp | 1912 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 D | CGVTT.cpp | 109 VTT->setComdat(CGM.getModule().getOrInsertComdat(VTT->getName())); in EmitVTTDefinition()
|
H A D | CGObjCGNU.cpp | 218 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 D | CGVTables.cpp | 57 ThunkFn->setComdat(CGM.getModule().getOrInsertComdat(ThunkFn->getName())); in setThunkProperties() 691 proxy->setComdat(module.getOrInsertComdat(rttiProxyName)); in addRelativeComponent()
|
H A D | ItaniumCXXABI.cpp | 2018 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 D | CGBlocks.cpp | 248 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 D | CodeGenModule.cpp | 3605 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 D | ThinLTOBitcodeWriter.cpp | 73 RenamedComdats.try_emplace(C, ExportM.getOrInsertComdat(NewName)); in promoteInternals()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | Module.h | 521 Comdat *getOrInsertComdat(StringRef Name);
|