Home
last modified time | relevance | path

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

123

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DExtractGV.cpp87 GV.setComdat(nullptr); in run()
104 F.setComdat(nullptr); in run()
H A DInternalize.cpp151 GO->setComdat(nullptr); in maybeInternalize()
H A DThinLTOBitcodeWriter.cpp98 GO.setComdat(Replacement->second); in promoteInternals()
379 F.setComdat(nullptr); in splitAndWriteThinLTOBitcode()
H A DFunctionImport.cpp1371 F->setComdat(nullptr); in convertToDeclaration()
1376 V->setComdat(nullptr); in convertToDeclaration()
1484 GO->setComdat(nullptr); in thinLTOFinalizeInModule()
1503 GO.setComdat(nullptr); in thinLTOFinalizeInModule()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionImportUtils.cpp327 GO->setComdat(nullptr); in processGlobalForThinLTO()
346 GO.setComdat(Replacement->second); in processGlobalsForThinLTO()
H A DCloneModule.cpp30 Dst->setComdat(DC); in copyComdat()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DComdat.cpp45 G->setComdat(unwrap(C)); in LLVMSetComdat()
H A DGlobals.cpp98 GlobalObject::~GlobalObject() { setComdat(nullptr); } in ~GlobalObject()
197 void GlobalObject::setComdat(Comdat *C) { in setComdat() function in GlobalObject
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Arm64ECCallLowering.cpp360 F->setComdat(M->getOrInsertComdat(ExitThunkName)); in buildExitThunk()
464 Thunk->setComdat(M->getOrInsertComdat(EntryThunkName)); in buildEntryThunk()
566 GuestExit->setComdat(M->getOrInsertComdat(ThunkName)); in buildGuestExitThunk()
698 F.setComdat(Mod.getOrInsertComdat(F.getName())); in runOnModule()
751 User->setComdat(MangledComdat); in processFunction()
H A DAArch64GlobalsTagging.cpp107 NewGV->setComdat(G->getComdat()); in tagGlobalDefinition()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrumentation.cpp84 F.setComdat(C); in getOrCreateFunctionComdat()
H A DSanitizerBinaryMetadata.cpp233 Ctor->setComdat(Mod.getOrInsertComdat(Ctor->getName())); in run()
234 Dtor->setComdat(Mod.getOrInsertComdat(Dtor->getName())); in run()
H A DHWAddressSanitizer.cpp478 Ctor->setComdat(CtorComdat); in createHwasanCtorComdat()
535 Note->setComdat(NoteComdat); in createHwasanCtorComdat()
559 Dummy->setComdat(NoteComdat); in createHwasanCtorComdat()
1638 Descriptor->setComdat(NewGV->getComdat()); in instrumentGlobal()
1742 ThunkFn->setComdat(M.getOrInsertComdat(ThunkName)); in instrumentPersonalityFunctions()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DIndirectThunks.h63 F->setComdat(M.getOrInsertComdat(Name)); in createThunkFunction()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DGlobalObject.h131 void setComdat(Comdat *C);
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSymbolWasm.h81 void setComdat(bool isComdat) { IsComdat = isComdat; } in setComdat() function
/freebsd-14.2/contrib/llvm-project/llvm/tools/bugpoint/
H A DExtractFunction.cpp209 GV->setComdat(nullptr); in DeleteGlobalInitializer()
218 F->setComdat(nullptr); in DeleteFunctionBody()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DLowerEmuTLS.cpp54 to->setComdat(M.getOrInsertComdat(to->getName())); in copyLinkageVisibility()
H A DJMCInstrumenter.cpp215 DefaultCheckFunc->setComdat(C); in runImpl()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp1933 VTable->setComdat(C); in getAddrOfVTable()
2415 AddToXDU(F)->setComdat(C); in EmitThreadLocalInitFuncs()
2610 F->setComdat(CGM.getModule().getOrInsertComdat(F->getName())); in EmitGuardedInit()
2677 GuardVar->setComdat( in EmitGuardedInit()
3771 CHD->setComdat(CGM.getModule().getOrInsertComdat(CHD->getName())); in getClassHierarchyDescriptor()
3809 BCA->setComdat(CGM.getModule().getOrInsertComdat(BCA->getName())); in getBaseClassArray()
3851 BCD->setComdat(CGM.getModule().getOrInsertComdat(BCD->getName())); in getBaseClassDescriptor()
3912 COL->setComdat(CGM.getModule().getOrInsertComdat(COL->getName())); in getCompleteObjectLocator()
4052 Fn->setComdat(CGM.getModule().getOrInsertComdat(Fn->getName())); in emitCXXStructor()
4251 GV->setComdat(CGM.getModule().getOrInsertComdat(GV->getName())); in getCatchableType()
[all …]
H A DCGVTT.cpp95 VTT->setComdat(CGM.getModule().getOrInsertComdat(VTT->getName())); in EmitVTTDefinition()
H A DCGObjCGNU.cpp219 GV->setComdat(TheModule.getOrInsertComdat(name)); in ExportUniqueString()
1125 ObjCStrGV->setComdat(TheModule.getOrInsertComdat(StringName)); in GenerateConstantString()
1346 GV->setComdat(TheModule.getOrInsertComdat(RefName)); in GenerateProtocolRef()
1437 GV->setComdat(TheModule.getOrInsertComdat(SymName)); in GenerateProtocolRef()
1475 GV->setComdat(TheModule.getOrInsertComdat(TypesVarName)); in GetTypeString()
1496 GV->setComdat(TheModule.getOrInsertComdat(SelVarName)); in GetConstantSelector()
1525 Sym->setComdat(TheModule.getOrInsertComdat((Prefix + in GetSectionBounds()
1553 LoadFunction->setComdat(TheModule.getOrInsertComdat(".objcv2_load_function")); in ModuleInitFunction()
1571 InitStruct->setComdat(TheModule.getOrInsertComdat(".objc_init")); in ModuleInitFunction()
1601 InitVar->setComdat(TheModule.getOrInsertComdat(".objc_ctor")); in ModuleInitFunction()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLayer.cpp131 GO->setComdat(nullptr); in discard()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Linker/
H A DLinkModules.cpp516 GO->setComdat(nullptr); in run()
568 NewVar->setComdat(Var->getComdat()); in run()
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DWasmAsmParser.cpp254 WasmSym->setComdat(true); in parseDirectiveType()

123