| /freebsd-14.2/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 | 1371 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 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-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Comdat.cpp | 45 G->setComdat(unwrap(C)); in LLVMSetComdat()
|
| H A D | Globals.cpp | 98 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 D | AArch64Arm64ECCallLowering.cpp | 360 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 D | AArch64GlobalsTagging.cpp | 107 NewGV->setComdat(G->getComdat()); in tagGlobalDefinition()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | Instrumentation.cpp | 84 F.setComdat(C); in getOrCreateFunctionComdat()
|
| H A D | SanitizerBinaryMetadata.cpp | 233 Ctor->setComdat(Mod.getOrInsertComdat(Ctor->getName())); in run() 234 Dtor->setComdat(Mod.getOrInsertComdat(Dtor->getName())); in run()
|
| H A D | HWAddressSanitizer.cpp | 478 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 D | IndirectThunks.h | 63 F->setComdat(M.getOrInsertComdat(Name)); in createThunkFunction()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | GlobalObject.h | 131 void setComdat(Comdat *C);
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCSymbolWasm.h | 81 void setComdat(bool isComdat) { IsComdat = isComdat; } in setComdat() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/bugpoint/ |
| H A D | ExtractFunction.cpp | 209 GV->setComdat(nullptr); in DeleteGlobalInitializer() 218 F->setComdat(nullptr); in DeleteFunctionBody()
|
| /freebsd-14.2/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-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | MicrosoftCXXABI.cpp | 1933 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 D | CGVTT.cpp | 95 VTT->setComdat(CGM.getModule().getOrInsertComdat(VTT->getName())); in EmitVTTDefinition()
|
| H A D | CGObjCGNU.cpp | 219 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 D | Layer.cpp | 131 GO->setComdat(nullptr); in discard()
|
| /freebsd-14.2/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-14.2/contrib/llvm-project/llvm/lib/MC/MCParser/ |
| H A D | WasmAsmParser.cpp | 254 WasmSym->setComdat(true); in parseDirectiveType()
|