| /llvm-project-15.0.7/llvm/lib/Transforms/IPO/ |
| H A D | ExtractGV.cpp | 100 GV.setComdat(nullptr); in runOnModule() 118 F.setComdat(nullptr); in runOnModule()
|
| H A D | ThinLTOBitcodeWriter.cpp | 100 GO.setComdat(Replacement->second); in promoteInternals() 354 F.setComdat(nullptr); in splitAndWriteThinLTOBitcode()
|
| H A D | Internalize.cpp | 152 GO->setComdat(nullptr); in maybeInternalize()
|
| H A D | FunctionImport.cpp | 1022 F->setComdat(nullptr); in convertToDeclaration() 1027 V->setComdat(nullptr); in convertToDeclaration() 1132 GO->setComdat(nullptr); in thinLTOFinalizeInModule()
|
| /llvm-project-15.0.7/llvm/tools/llvm-reduce/deltas/ |
| H A D | ReduceFunctionBodies.cpp | 28 F.setComdat(nullptr); in extractFunctionBodiesFromModule()
|
| H A D | ReduceGlobalVarInitializers.cpp | 27 GV.setComdat(nullptr); in extractGVsFromModule()
|
| H A D | ReduceBasicBlocks.cpp | 143 F->setComdat(nullptr); in extractBasicBlocksFromModule()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Utils/ |
| H A D | FunctionImportUtils.cpp | 307 GO->setComdat(nullptr); in processGlobalForThinLTO() 326 GO.setComdat(Replacement->second); in processGlobalsForThinLTO()
|
| H A D | CloneModule.cpp | 30 Dst->setComdat(DC); in copyComdat()
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | Comdat.cpp | 45 G->setComdat(unwrap(C)); in LLVMSetComdat()
|
| H A D | Globals.cpp | 100 GlobalObject::~GlobalObject() { setComdat(nullptr); } in ~GlobalObject() 194 void GlobalObject::setComdat(Comdat *C) { in setComdat() function in GlobalObject
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | IndirectThunks.h | 57 F->setComdat(M.getOrInsertComdat(Name)); in createThunkFunction()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/ |
| H A D | Instrumentation.cpp | 87 F.setComdat(C); in getOrCreateFunctionComdat()
|
| H A D | HWAddressSanitizer.cpp | 452 Ctor->setComdat(CtorComdat); in createHwasanCtorComdat() 511 Note->setComdat(NoteComdat); in createHwasanCtorComdat() 536 Dummy->setComdat(NoteComdat); in createHwasanCtorComdat() 1565 Descriptor->setComdat(NewGV->getComdat()); in instrumentGlobal() 1666 ThunkFn->setComdat(M.getOrInsertComdat(ThunkName)); in instrumentPersonalityFunctions()
|
| H A D | InstrProfiling.cpp | 690 Bias->setComdat(M->getOrInsertComdat(Bias->getName())); in getCounterAddress() 916 GV->setComdat(C); in getOrCreateRegionCounters() 1218 User->setComdat(M->getOrInsertComdat(User->getName())); in emitRuntimeHook()
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | GlobalObject.h | 124 void setComdat(Comdat *C);
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | LowerEmuTLS.cpp | 48 to->setComdat(M.getOrInsertComdat(to->getName())); in copyLinkageVisibility()
|
| H A D | JMCInstrumenter.cpp | 208 DefaultCheckFunc->setComdat(C); in runOnModule()
|
| /llvm-project-15.0.7/llvm/include/llvm/MC/ |
| H A D | MCSymbolWasm.h | 81 void setComdat(bool isComdat) { IsComdat = isComdat; } in setComdat() function
|
| /llvm-project-15.0.7/llvm/tools/bugpoint/ |
| H A D | ExtractFunction.cpp | 210 GV->setComdat(nullptr); in DeleteGlobalInitializer() 219 F->setComdat(nullptr); in DeleteFunctionBody()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | MicrosoftCXXABI.cpp | 1912 VTable->setComdat(C); in getAddrOfVTable() 2390 AddToXDU(F)->setComdat(C); in EmitThreadLocalInitFuncs() 2588 F->setComdat(CGM.getModule().getOrInsertComdat(F->getName())); in EmitGuardedInit() 2655 GuardVar->setComdat( in EmitGuardedInit() 3769 CHD->setComdat(CGM.getModule().getOrInsertComdat(CHD->getName())); in getClassHierarchyDescriptor() 3807 BCA->setComdat(CGM.getModule().getOrInsertComdat(BCA->getName())); in getBaseClassArray() 3849 BCD->setComdat(CGM.getModule().getOrInsertComdat(BCD->getName())); in getBaseClassDescriptor() 3910 COL->setComdat(CGM.getModule().getOrInsertComdat(COL->getName())); in getCompleteObjectLocator() 4050 Fn->setComdat(CGM.getModule().getOrInsertComdat(Fn->getName())); in emitCXXStructor() 4251 GV->setComdat(CGM.getModule().getOrInsertComdat(GV->getName())); in getCatchableType() [all …]
|
| H A D | CGVTT.cpp | 98 VTT->setComdat(CGM.getModule().getOrInsertComdat(VTT->getName())); in EmitVTTDefinition()
|
| H A D | CGObjCGNU.cpp | 219 GV->setComdat(TheModule.getOrInsertComdat(name)); in ExportUniqueString() 1108 ObjCStrGV->setComdat(TheModule.getOrInsertComdat(StringName)); in GenerateConstantString() 1332 GV->setComdat(TheModule.getOrInsertComdat(RefName)); in GenerateProtocolRef() 1425 GV->setComdat(TheModule.getOrInsertComdat(SymName)); in GenerateProtocolRef() 1457 GV->setComdat(TheModule.getOrInsertComdat(TypesVarName)); in GetTypeString() 1484 GV->setComdat(TheModule.getOrInsertComdat(SelVarName)); in GetConstantSelector() 1514 Sym->setComdat(TheModule.getOrInsertComdat((Prefix + in GetSectionBounds() 1542 LoadFunction->setComdat(TheModule.getOrInsertComdat(".objcv2_load_function")); in ModuleInitFunction() 1560 InitStruct->setComdat(TheModule.getOrInsertComdat(".objc_init")); in ModuleInitFunction() 1590 InitVar->setComdat(TheModule.getOrInsertComdat(".objc_ctor")); in ModuleInitFunction() [all …]
|
| /llvm-project-15.0.7/llvm/lib/MC/MCParser/ |
| H A D | WasmAsmParser.cpp | 247 WasmSym->setComdat(true); in parseDirectiveType()
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPURewriteOutArguments.cpp | 320 NewFunc->setComdat(F.getComdat()); in runOnFunction()
|