| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | ExtractGV.cpp | 86 GV.setComdat(nullptr); in run() 103 F.setComdat(nullptr); in run()
|
| H A D | Internalize.cpp | 149 GO->setComdat(nullptr); in maybeInternalize()
|
| H A D | MergeFunctions.cpp | 753 NewG->setComdat(G->getComdat()); in writeThunk() 897 NewF->setComdat(F->getComdat()); in mergeTwoFunctions() 898 F->setComdat(nullptr); in mergeTwoFunctions()
|
| H A D | ThinLTOBitcodeWriter.cpp | 98 GO.setComdat(Replacement->second); in promoteInternals() 388 F.setComdat(nullptr); in splitAndWriteThinLTOBitcode()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | FunctionImportUtils.cpp | 345 GO->setComdat(nullptr); in processGlobalForThinLTO() 364 GO.setComdat(Replacement->second); in processGlobalsForThinLTO()
|
| H A D | Instrumentation.cpp | 108 F.setComdat(C); in getOrCreateFunctionComdat()
|
| H A D | CloneModule.cpp | 31 Dst->setComdat(DC); in copyComdat()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64Arm64ECCallLowering.cpp | 403 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 D | Comdat.cpp | 45 G->setComdat(unwrap(C)); in LLVMSetComdat()
|
| H A D | Globals.cpp | 105 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 D | GlobalObject.h | 133 LLVM_ABI void setComdat(Comdat *C);
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | MemProfInstrumentation.cpp | 489 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 D | SanitizerBinaryMetadata.cpp | 239 Ctor->setComdat(Mod.getOrInsertComdat(Ctor->getName())); in run() 240 Dtor->setComdat(Mod.getOrInsertComdat(Dtor->getName())); in run()
|
| H A D | HWAddressSanitizer.cpp | 536 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 D | IndirectThunks.h | 134 F->setComdat(M.getOrInsertComdat(Name)); in createThunkFunction()
|
| /freebsd/contrib/llvm-project/llvm/tools/bugpoint/ |
| H A D | ExtractFunction.cpp | 209 GV->setComdat(nullptr); in DeleteGlobalInitializer() 218 F->setComdat(nullptr); in DeleteFunctionBody()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | LowerEmuTLS.cpp | 54 to->setComdat(M.getOrInsertComdat(to->getName())); in copyLinkageVisibility()
|
| H A D | JMCInstrumenter.cpp | 215 DefaultCheckFunc->setComdat(C); in runImpl()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCSymbolWasm.h | 82 void setComdat(bool isComdat) { IsComdat = isComdat; } in setComdat() function
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | MicrosoftCXXABI.cpp | 1938 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 D | CGVTT.cpp | 110 VTT->setComdat(CGM.getModule().getOrInsertComdat(VTT->getName())); in EmitVTTDefinition()
|
| H A D | CGObjCGNU.cpp | 217 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 D | WasmAsmParser.cpp | 255 WasmSym->setComdat(true); in parseDirectiveType()
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | Layer.cpp | 132 GO->setComdat(nullptr); in discard()
|
| /freebsd/contrib/llvm-project/llvm/lib/Linker/ |
| H A D | LinkModules.cpp | 516 GO->setComdat(nullptr); in run() 568 NewVar->setComdat(Var->getComdat()); in run()
|