| /freebsd-12.1/contrib/llvm/lib/Transforms/IPO/ |
| H A D | ExtractGV.cpp | 100 I->setComdat(nullptr); in runOnModule() 118 F.setComdat(nullptr); in runOnModule()
|
| H A D | ThinLTOBitcodeWriter.cpp | 77 GO.setComdat(Replacement->second); in promoteInternals() 286 F.setComdat(nullptr); in splitAndWriteThinLTOBitcode()
|
| H A D | Internalize.cpp | 124 GO->setComdat(nullptr); in maybeInternalize()
|
| H A D | FunctionImport.cpp | 908 F->setComdat(nullptr); in convertToDeclaration() 913 V->setComdat(nullptr); in convertToDeclaration() 993 GO->setComdat(nullptr); in thinLTOResolvePrevailingInModule()
|
| H A D | DeadArgumentElimination.cpp | 169 NF->setComdat(Fn.getComdat()); in DeleteDeadVarargs() 868 NF->setComdat(F->getComdat()); in RemoveDeadStuffFromFunction()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Utils/ |
| H A D | FunctionImportUtils.cpp | 281 GO->setComdat(nullptr); in processGlobalForThinLTO() 300 GO.setComdat(Replacement->second); in processGlobalsForThinLTO()
|
| H A D | CloneModule.cpp | 28 Dst->setComdat(DC); in copyComdat()
|
| H A D | SymbolRewriter.cpp | 104 GO->setComdat(C); in rewriteComdat()
|
| /freebsd-12.1/contrib/llvm/lib/IR/ |
| H A D | Comdat.cpp | 40 G->setComdat(unwrap(C)); in LLVMSetComdat()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/ |
| H A D | InstrProfiling.cpp | 744 CounterPtr->setComdat(ProfileVarsComdat); in getOrCreateRegionCounters() 765 ValuesVar->setComdat(ProfileVarsComdat); in getOrCreateRegionCounters() 798 Data->setComdat(ProfileVarsComdat); in getOrCreateRegionCounters() 954 User->setComdat(M->getOrInsertComdat(User->getName())); in emitRuntimeHook() 982 ProfileNameVar->setComdat(M->getOrInsertComdat( in emitInitialization()
|
| H A D | Instrumentation.cpp | 97 F.setComdat(C); in GetOrCreateFunctionComdat()
|
| H A D | HWAddressSanitizer.cpp | 320 HwasanCtorFunction->setComdat(CtorComdat); in doInitialization() 334 GV->setComdat(CtorComdat); in doInitialization() 804 GV->setComdat(Comdat); in createFrameGlobal()
|
| H A D | PGOInstrumentation.cpp | 657 F.setComdat(NewComdat); in renameComdatFunction() 680 CF->setComdat(NewComdat); in renameComdatFunction() 1369 IRLevelVersionVariable->setComdat(M.getOrInsertComdat( in createIRLevelProfileFlagVariable()
|
| H A D | SanitizerCoverage.cpp | 290 CtorFunc->setComdat(M.getOrInsertComdat(SanCovModuleCtorName)); in CreateInitCallsForSections() 574 Array->setComdat(Comdat); in CreateFunctionLocalArrayInSection()
|
| H A D | AddressSanitizer.cpp | 1868 G->setComdat(C); in SetComdatForGlobalMetadata() 1872 Metadata->setComdat(G->getComdat()); in SetComdatForGlobalMetadata() 2151 NewGlobal->setComdat(G->getComdat()); in InstrumentGlobals() 2315 AsanCtorFunction->setComdat(M.getOrInsertComdat(kAsanModuleCtorName)); in runOnModule() 2319 AsanDtorFunction->setComdat(M.getOrInsertComdat(kAsanModuleDtorName)); in runOnModule()
|
| /freebsd-12.1/contrib/llvm/include/llvm/MC/ |
| H A D | MCSymbolWasm.h | 57 void setComdat(bool isComdat) { IsComdat = isComdat; } in setComdat() function
|
| /freebsd-12.1/contrib/llvm/include/llvm/IR/ |
| H A D | GlobalObject.h | 103 void setComdat(Comdat *C) { ObjComdat = C; } in setComdat() function
|
| /freebsd-12.1/contrib/llvm/tools/bugpoint/ |
| H A D | ExtractFunction.cpp | 211 GV->setComdat(nullptr); in DeleteGlobalInitializer() 220 F->setComdat(nullptr); in DeleteFunctionBody()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | LowerEmuTLS.cpp | 47 to->setComdat(M.getOrInsertComdat(to->getName())); in copyLinkageVisibility()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | MicrosoftCXXABI.cpp | 1823 VTable->setComdat(C); in getAddrOfVTable() 2290 AddToXDU(F)->setComdat(C); in EmitThreadLocalInitFuncs() 2402 F->setComdat(CGM.getModule().getOrInsertComdat(F->getName())); in EmitGuardedInit() 2469 GuardVar->setComdat( 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() 3845 Fn->setComdat(CGM.getModule().getOrInsertComdat(Fn->getName())); in emitCXXDestructor() 4055 GV->setComdat(CGM.getModule().getOrInsertComdat(GV->getName())); in getCatchableType() [all …]
|
| H A D | CGVTT.cpp | 100 VTT->setComdat(CGM.getModule().getOrInsertComdat(VTT->getName())); in EmitVTTDefinition()
|
| H A D | CGObjCGNU.cpp | 224 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 D | ItaniumCXXABI.cpp | 1596 VTable->setComdat(CGM.getModule().getOrInsertComdat(VTable->getName())); in emitVTableDefinitions() 2173 guard->setComdat(C); in EmitGuardedInit() 2178 CGF.CurFn->setComdat(C); in EmitGuardedInit() 2180 guard->setComdat(CGM.getModule().getOrInsertComdat(guard->getName())); in EmitGuardedInit() 3413 GV->setComdat(M.getOrInsertComdat(GV->getName())); in BuildTypeInfo() 3912 Fn->setComdat(C); in emitCXXStructor() 4230 fn->setComdat(CGM.getModule().getOrInsertComdat(fn->getName())); in getClangCallTerminateFn()
|
| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | X86RetpolineThunks.cpp | 205 F->setComdat(M.getOrInsertComdat(Name)); in createThunkFunction()
|
| /freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPURewriteOutArguments.cpp | 368 NewFunc->setComdat(F.getComdat()); in runOnFunction()
|