Home
last modified time | relevance | path

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

123

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DExtractGV.cpp86 GV.setComdat(nullptr); in run()
103 F.setComdat(nullptr); in run()
H A DInternalize.cpp149 GO->setComdat(nullptr); in maybeInternalize()
H A DMergeFunctions.cpp753 NewG->setComdat(G->getComdat()); in writeThunk()
897 NewF->setComdat(F->getComdat()); in mergeTwoFunctions()
898 F->setComdat(nullptr); in mergeTwoFunctions()
H A DThinLTOBitcodeWriter.cpp98 GO.setComdat(Replacement->second); in promoteInternals()
388 F.setComdat(nullptr); in splitAndWriteThinLTOBitcode()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionImportUtils.cpp345 GO->setComdat(nullptr); in processGlobalForThinLTO()
364 GO.setComdat(Replacement->second); in processGlobalsForThinLTO()
H A DInstrumentation.cpp108 F.setComdat(C); in getOrCreateFunctionComdat()
H A DCloneModule.cpp31 Dst->setComdat(DC); in copyComdat()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Arm64ECCallLowering.cpp403 F->setComdat(M->getOrInsertComdat(ExitThunkName)); in buildExitThunk()
515 Thunk->setComdat(M->getOrInsertComdat(EntryThunkName)); in buildEntryThunk()
621 GuestExit->setComdat(M->getOrInsertComdat(ThunkName)); in buildGuestExitThunk()
690 GuestExit->setComdat(M->getOrInsertComdat(ThunkName)); in buildPatchableThunk()
876 F.setComdat(Mod.getOrInsertComdat(F.getName())); in runOnModule()
938 User->setComdat(MangledComdat); in processFunction()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DComdat.cpp45 G->setComdat(unwrap(C)); in LLVMSetComdat()
H A DGlobals.cpp105 GlobalObject::~GlobalObject() { setComdat(nullptr); } in ~GlobalObject()
214 void GlobalObject::setComdat(Comdat *C) { in setComdat() function in GlobalObject
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DGlobalObject.h133 LLVM_ABI void setComdat(Comdat *C);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemProfInstrumentation.cpp489 ProfileNameVar->setComdat(M.getOrInsertComdat(MemProfFilenameVar)); in createProfileFileNameVar()
504 MemprofHistogramFlag->setComdat(M.getOrInsertComdat(VarName)); in createMemprofHistogramFlagVar()
519 OptionsVar->setComdat(M.getOrInsertComdat(OptionsVar->getName())); in createMemprofDefaultOptionsVar()
H A DSanitizerBinaryMetadata.cpp239 Ctor->setComdat(Mod.getOrInsertComdat(Ctor->getName())); in run()
240 Dtor->setComdat(Mod.getOrInsertComdat(Dtor->getName())); in run()
H A DHWAddressSanitizer.cpp536 Ctor->setComdat(CtorComdat); in createHwasanCtorComdat()
593 Note->setComdat(NoteComdat); in createHwasanCtorComdat()
617 Dummy->setComdat(NoteComdat); in createHwasanCtorComdat()
1748 Descriptor->setComdat(NewGV->getComdat()); in instrumentGlobal()
1858 ThunkFn->setComdat(M.getOrInsertComdat(ThunkName)); in instrumentPersonalityFunctions()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DIndirectThunks.h134 F->setComdat(M.getOrInsertComdat(Name)); in createThunkFunction()
/freebsd/contrib/llvm-project/llvm/tools/bugpoint/
H A DExtractFunction.cpp209 GV->setComdat(nullptr); in DeleteGlobalInitializer()
218 F->setComdat(nullptr); in DeleteFunctionBody()
/freebsd/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/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSymbolWasm.h82 void setComdat(bool isComdat) { IsComdat = isComdat; } in setComdat() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp1938 VTable->setComdat(C); in getAddrOfVTable()
2085 ThunkFn->setComdat(CGM.getModule().getOrInsertComdat(ThunkFn->getName())); in EmitVirtualMemPtrThunk()
2420 AddToXDU(F)->setComdat(C); in EmitThreadLocalInitFuncs()
2615 F->setComdat(CGM.getModule().getOrInsertComdat(F->getName())); in EmitGuardedInit()
2682 GuardVar->setComdat( in EmitGuardedInit()
3777 CHD->setComdat(CGM.getModule().getOrInsertComdat(CHD->getName())); in getClassHierarchyDescriptor()
3814 BCA->setComdat(CGM.getModule().getOrInsertComdat(BCA->getName())); in getBaseClassArray()
3856 BCD->setComdat(CGM.getModule().getOrInsertComdat(BCD->getName())); in getBaseClassDescriptor()
3917 COL->setComdat(CGM.getModule().getOrInsertComdat(COL->getName())); in getCompleteObjectLocator()
4020 Var->setComdat(CGM.getModule().getOrInsertComdat(Var->getName())); in getAddrOfRTTIDescriptor()
[all …]
H A DCGVTT.cpp110 VTT->setComdat(CGM.getModule().getOrInsertComdat(VTT->getName())); in EmitVTTDefinition()
H A DCGObjCGNU.cpp217 GV->setComdat(TheModule.getOrInsertComdat(name)); in ExportUniqueString()
1124 ObjCStrGV->setComdat(TheModule.getOrInsertComdat(StringName)); in GenerateConstantString()
1345 GV->setComdat(TheModule.getOrInsertComdat(RefName)); in GenerateProtocolRef()
1436 GV->setComdat(TheModule.getOrInsertComdat(SymName)); in GenerateProtocolRef()
1474 GV->setComdat(TheModule.getOrInsertComdat(TypesVarName)); in GetTypeString()
1494 GV->setComdat(TheModule.getOrInsertComdat(SelVarName)); in GetConstantSelector()
1523 Sym->setComdat(TheModule.getOrInsertComdat((Prefix + in GetSectionBounds()
1551 LoadFunction->setComdat(TheModule.getOrInsertComdat(".objcv2_load_function")); in ModuleInitFunction()
1569 InitStruct->setComdat(TheModule.getOrInsertComdat(".objc_init")); in ModuleInitFunction()
1599 InitVar->setComdat(TheModule.getOrInsertComdat(".objc_ctor")); in ModuleInitFunction()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DWasmAsmParser.cpp255 WasmSym->setComdat(true); in parseDirectiveType()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLayer.cpp132 GO->setComdat(nullptr); in discard()
/freebsd/contrib/llvm-project/llvm/lib/Linker/
H A DLinkModules.cpp516 GO->setComdat(nullptr); in run()
568 NewVar->setComdat(Var->getComdat()); in run()

123