/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | ExtractGV.cpp | 87 GV.setComdat(nullptr); in run() 104 F.setComdat(nullptr); in run()
|
H A D | Internalize.cpp | 151 GO->setComdat(nullptr); in maybeInternalize()
|
H A D | ThinLTOBitcodeWriter.cpp | 98 GO.setComdat(Replacement->second); in promoteInternals() 379 F.setComdat(nullptr); in splitAndWriteThinLTOBitcode()
|
H A D | FunctionImport.cpp | 1470 F->setComdat(nullptr); in convertToDeclaration() 1475 V->setComdat(nullptr); in convertToDeclaration() 1583 GO->setComdat(nullptr); in thinLTOFinalizeInModule() 1602 GO.setComdat(nullptr); in thinLTOFinalizeInModule()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | FunctionImportUtils.cpp | 327 GO->setComdat(nullptr); in processGlobalForThinLTO() 346 GO.setComdat(Replacement->second); in processGlobalsForThinLTO()
|
H A D | CloneModule.cpp | 30 Dst->setComdat(DC); in copyComdat()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64Arm64ECCallLowering.cpp | 408 F->setComdat(M->getOrInsertComdat(ExitThunkName)); in buildExitThunk() 521 Thunk->setComdat(M->getOrInsertComdat(EntryThunkName)); in buildEntryThunk() 628 GuestExit->setComdat(M->getOrInsertComdat(ThunkName)); in buildGuestExitThunk() 701 GuestExit->setComdat(M->getOrInsertComdat(ThunkName)); in buildPatchableThunk() 865 F.setComdat(Mod.getOrInsertComdat(F.getName())); in runOnModule() 928 User->setComdat(MangledComdat); in processFunction()
|
H A D | AArch64GlobalsTagging.cpp | 107 NewGV->setComdat(G->getComdat());
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Comdat.cpp | 45 G->setComdat(unwrap(C)); in LLVMSetComdat()
|
H A D | Globals.cpp | 103 GlobalObject::~GlobalObject() { setComdat(nullptr); } in ~GlobalObject() 206 void GlobalObject::setComdat(Comdat *C) { in setComdat() function in GlobalObject
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | Instrumentation.cpp | 84 F.setComdat(C); in getOrCreateFunctionComdat()
|
H A D | SanitizerBinaryMetadata.cpp | 241 Ctor->setComdat(Mod.getOrInsertComdat(Ctor->getName())); in run() 242 Dtor->setComdat(Mod.getOrInsertComdat(Dtor->getName())); in run()
|
H A D | HWAddressSanitizer.cpp | 503 Ctor->setComdat(CtorComdat); in createHwasanCtorComdat() 560 Note->setComdat(NoteComdat); in createHwasanCtorComdat() 584 Dummy->setComdat(NoteComdat); in createHwasanCtorComdat() 1727 Descriptor->setComdat(NewGV->getComdat()); in instrumentGlobal() 1831 ThunkFn->setComdat(M.getOrInsertComdat(ThunkName)); in instrumentPersonalityFunctions()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | GlobalObject.h | 131 void setComdat(Comdat *C);
|
/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/include/llvm/MC/ |
H A D | MCSymbolWasm.h | 82 void setComdat(bool isComdat) { IsComdat = isComdat; } in setComdat() function
|
/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/clang/lib/CodeGen/ |
H A D | MicrosoftCXXABI.cpp | 1943 VTable->setComdat(C); in getAddrOfVTable() 2093 ThunkFn->setComdat(CGM.getModule().getOrInsertComdat(ThunkFn->getName())); in EmitVirtualMemPtrThunk() 2428 AddToXDU(F)->setComdat(C); in EmitThreadLocalInitFuncs() 2623 F->setComdat(CGM.getModule().getOrInsertComdat(F->getName())); in EmitGuardedInit() 2690 GuardVar->setComdat( in EmitGuardedInit() 3784 CHD->setComdat(CGM.getModule().getOrInsertComdat(CHD->getName())); in getClassHierarchyDescriptor() 3822 BCA->setComdat(CGM.getModule().getOrInsertComdat(BCA->getName())); in getBaseClassArray() 3864 BCD->setComdat(CGM.getModule().getOrInsertComdat(BCD->getName())); in getBaseClassDescriptor() 3925 COL->setComdat(CGM.getModule().getOrInsertComdat(COL->getName())); in getCompleteObjectLocator() 4027 Var->setComdat(CGM.getModule().getOrInsertComdat(Var->getName())); in getAddrOfRTTIDescriptor() [all …]
|
H A D | CGVTT.cpp | 109 VTT->setComdat(CGM.getModule().getOrInsertComdat(VTT->getName())); in EmitVTTDefinition()
|
H A D | CGObjCGNU.cpp | 218 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/ExecutionEngine/Orc/ |
H A D | Layer.cpp | 131 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()
|
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/ |
H A D | WasmAsmParser.cpp | 257 WasmSym->setComdat(true); in parseDirectiveType()
|