Home
last modified time | relevance | path

Searched refs:setComdat (Results 1 – 25 of 57) sorted by relevance

123

/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DExtractGV.cpp100 GV.setComdat(nullptr); in runOnModule()
118 F.setComdat(nullptr); in runOnModule()
H A DThinLTOBitcodeWriter.cpp100 GO.setComdat(Replacement->second); in promoteInternals()
354 F.setComdat(nullptr); in splitAndWriteThinLTOBitcode()
H A DInternalize.cpp152 GO->setComdat(nullptr); in maybeInternalize()
H A DFunctionImport.cpp1022 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 DReduceFunctionBodies.cpp28 F.setComdat(nullptr); in extractFunctionBodiesFromModule()
H A DReduceGlobalVarInitializers.cpp27 GV.setComdat(nullptr); in extractGVsFromModule()
H A DReduceBasicBlocks.cpp143 F->setComdat(nullptr); in extractBasicBlocksFromModule()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DFunctionImportUtils.cpp307 GO->setComdat(nullptr); in processGlobalForThinLTO()
326 GO.setComdat(Replacement->second); in processGlobalsForThinLTO()
H A DCloneModule.cpp30 Dst->setComdat(DC); in copyComdat()
/llvm-project-15.0.7/llvm/lib/IR/
H A DComdat.cpp45 G->setComdat(unwrap(C)); in LLVMSetComdat()
H A DGlobals.cpp100 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 DIndirectThunks.h57 F->setComdat(M.getOrInsertComdat(Name)); in createThunkFunction()
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DInstrumentation.cpp87 F.setComdat(C); in getOrCreateFunctionComdat()
H A DHWAddressSanitizer.cpp452 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 DInstrProfiling.cpp690 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 DGlobalObject.h124 void setComdat(Comdat *C);
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DLowerEmuTLS.cpp48 to->setComdat(M.getOrInsertComdat(to->getName())); in copyLinkageVisibility()
H A DJMCInstrumenter.cpp208 DefaultCheckFunc->setComdat(C); in runOnModule()
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCSymbolWasm.h81 void setComdat(bool isComdat) { IsComdat = isComdat; } in setComdat() function
/llvm-project-15.0.7/llvm/tools/bugpoint/
H A DExtractFunction.cpp210 GV->setComdat(nullptr); in DeleteGlobalInitializer()
219 F->setComdat(nullptr); in DeleteFunctionBody()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp1912 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 DCGVTT.cpp98 VTT->setComdat(CGM.getModule().getOrInsertComdat(VTT->getName())); in EmitVTTDefinition()
H A DCGObjCGNU.cpp219 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 DWasmAsmParser.cpp247 WasmSym->setComdat(true); in parseDirectiveType()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPURewriteOutArguments.cpp320 NewFunc->setComdat(F.getComdat()); in runOnFunction()

123