Home
last modified time | relevance | path

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

12

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DExtractGV.cpp101 GV.setComdat(nullptr); in runOnModule()
119 F.setComdat(nullptr); in runOnModule()
H A DInternalize.cpp139 GO->setComdat(nullptr); in maybeInternalize()
H A DThinLTOBitcodeWriter.cpp100 GO.setComdat(Replacement->second); in promoteInternals()
346 F.setComdat(nullptr); in splitAndWriteThinLTOBitcode()
H A DFunctionImport.cpp1014 F->setComdat(nullptr); in convertToDeclaration()
1019 V->setComdat(nullptr); in convertToDeclaration()
1103 GO->setComdat(nullptr); in thinLTOResolvePrevailingInModule()
H A DDeadArgumentElimination.cpp170 NF->setComdat(Fn.getComdat()); in DeleteDeadVarargs()
874 NF->setComdat(F->getComdat()); in RemoveDeadStuffFromFunction()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionImportUtils.cpp302 GO->setComdat(nullptr); in processGlobalForThinLTO()
321 GO.setComdat(Replacement->second); in processGlobalsForThinLTO()
H A DCloneModule.cpp27 Dst->setComdat(DC); in copyComdat()
H A DSymbolRewriter.cpp104 GO->setComdat(C); in rewriteComdat()
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DComdat.cpp39 G->setComdat(unwrap(C)); in LLVMSetComdat()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DIndirectThunks.h57 F->setComdat(M.getOrInsertComdat(Name)); in createThunkFunction()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DGlobalObject.h125 void setComdat(Comdat *C) { ObjComdat = C; } in setComdat() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrumentation.cpp87 F.setComdat(C); in getOrCreateFunctionComdat()
H A DHWAddressSanitizer.cpp463 Ctor->setComdat(CtorComdat); in createHwasanCtorComdat()
522 Note->setComdat(NoteComdat); in createHwasanCtorComdat()
547 Dummy->setComdat(NoteComdat); in createHwasanCtorComdat()
1517 Descriptor->setComdat(NewGV->getComdat()); in instrumentGlobal()
1641 ThunkFn->setComdat(M.getOrInsertComdat(ThunkName)); in instrumentPersonalityFunctions()
H A DInstrProfiling.cpp710 Bias->setComdat(M->getOrInsertComdat(Bias->getName())); in lowerIncrement()
881 GV->setComdat(C); in getOrCreateRegionCounters()
1129 User->setComdat(M->getOrInsertComdat(User->getName())); in emitRuntimeHook()
H A DSanitizerCoverage.cpp373 CtorFunc->setComdat(M.getOrInsertComdat(CtorName)); in CreateInitCallsForSections()
689 Array->setComdat(Comdat); in CreateFunctionLocalArrayInSection()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DLowerEmuTLS.cpp49 to->setComdat(M.getOrInsertComdat(to->getName())); in copyLinkageVisibility()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSymbolWasm.h77 void setComdat(bool isComdat) { IsComdat = isComdat; } in setComdat() function
/freebsd-13.1/contrib/llvm-project/llvm/tools/bugpoint/
H A DExtractFunction.cpp210 GV->setComdat(nullptr); in DeleteGlobalInitializer()
219 F->setComdat(nullptr); in DeleteFunctionBody()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp1905 VTable->setComdat(C); in getAddrOfVTable()
2383 AddToXDU(F)->setComdat(C); in EmitThreadLocalInitFuncs()
2495 F->setComdat(CGM.getModule().getOrInsertComdat(F->getName())); in EmitGuardedInit()
2562 GuardVar->setComdat( 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()
3957 Fn->setComdat(CGM.getModule().getOrInsertComdat(Fn->getName())); in emitCXXStructor()
4158 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.cpp215 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 DItaniumCXXABI.cpp1772 VTable->setComdat(CGM.getModule().getOrInsertComdat(VTable->getName())); in emitVTableDefinitions()
2447 guard->setComdat(C); in EmitGuardedInit()
2452 CGF.CurFn->setComdat(C); in EmitGuardedInit()
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()
4390 Fn->setComdat(C); in emitCXXStructor()
4709 fn->setComdat(CGM.getModule().getOrInsertComdat(fn->getName())); in getClangCallTerminateFn()
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DWasmAsmParser.cpp240 WasmSym->setComdat(true); in parseDirectiveType()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURewriteOutArguments.cpp350 NewFunc->setComdat(F.getComdat()); in runOnFunction()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProf.cpp1156 IRLevelVersionVariable->setComdat(M.getOrInsertComdat(VarName)); in createIRLevelProfileFlagVar()
1172 ProfileNameVar->setComdat(M.getOrInsertComdat( in createProfileFileNameVar()

12