| /freebsd-12.1/contrib/llvm/lib/IR/ |
| H A D | Comdat.cpp | 30 return wrap(unwrap(M)->getOrInsertComdat(Name)); in LLVMGetOrInsertComdat()
|
| H A D | Module.cpp | 484 Comdat *Module::getOrInsertComdat(StringRef Name) { in getOrInsertComdat() function in Module
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/ |
| H A D | Instrumentation.cpp | 94 Comdat *C = M->getOrInsertComdat(Name); in GetOrCreateFunctionComdat()
|
| H A D | InstrProfiling.cpp | 693 return M.getOrInsertComdat(StringRef(getVarName(Inc, ComdatPrefix))); in getOrCreateProfileComdat() 954 User->setComdat(M->getOrInsertComdat(User->getName())); in emitRuntimeHook() 982 ProfileNameVar->setComdat(M->getOrInsertComdat( in emitInitialization()
|
| H A D | PGOInstrumentation.cpp | 655 NewComdat = M->getOrInsertComdat(StringRef(NewFuncName)); in renameComdatFunction() 665 NewComdat = M->getOrInsertComdat(StringRef(NewComdatName)); in renameComdatFunction() 1369 IRLevelVersionVariable->setComdat(M.getOrInsertComdat( in createIRLevelProfileFlagVariable()
|
| H A D | AddressSanitizer.cpp | 1855 C = M.getOrInsertComdat(Name); in SetComdatForGlobalMetadata() 1857 C = M.getOrInsertComdat(G->getName()); in SetComdatForGlobalMetadata() 2315 AsanCtorFunction->setComdat(M.getOrInsertComdat(kAsanModuleCtorName)); in runOnModule() 2319 AsanDtorFunction->setComdat(M.getOrInsertComdat(kAsanModuleDtorName)); in runOnModule()
|
| H A D | SanitizerCoverage.cpp | 290 CtorFunc->setComdat(M.getOrInsertComdat(SanCovModuleCtorName)); in CreateInitCallsForSections()
|
| H A D | HWAddressSanitizer.cpp | 319 Comdat *CtorComdat = M.getOrInsertComdat(kHwasanModuleCtorName); in doInitialization()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | LowerEmuTLS.cpp | 47 to->setComdat(M.getOrInsertComdat(to->getName())); in copyLinkageVisibility()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Utils/ |
| H A D | FunctionImportUtils.cpp | 267 RenamedComdats.try_emplace(C, M.getOrInsertComdat(GV.getName())); in processGlobalForThinLTO()
|
| H A D | CloneModule.cpp | 26 Comdat *DC = Dst->getParent()->getOrInsertComdat(SC->getName()); in copyComdat()
|
| H A D | SymbolRewriter.cpp | 102 Comdat *C = M.getOrInsertComdat(Target); in rewriteComdat()
|
| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | X86RetpolineThunks.cpp | 205 F->setComdat(M.getOrInsertComdat(Name)); in createThunkFunction()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | MicrosoftCXXABI.cpp | 1792 C = CGM.getModule().getOrInsertComdat(VFTableName.str()); in getAddrOfVTable() 2402 F->setComdat(CGM.getModule().getOrInsertComdat(F->getName())); in EmitGuardedInit() 2470 CGM.getModule().getOrInsertComdat(GuardVar->getName())); in EmitGuardedInit() 3565 CHD->setComdat(CGM.getModule().getOrInsertComdat(CHD->getName())); in getClassHierarchyDescriptor() 3603 BCA->setComdat(CGM.getModule().getOrInsertComdat(BCA->getName())); in getBaseClassArray() 3645 BCD->setComdat(CGM.getModule().getOrInsertComdat(BCD->getName())); in getBaseClassDescriptor() 3706 COL->setComdat(CGM.getModule().getOrInsertComdat(COL->getName())); in getCompleteObjectLocator() 3808 Var->setComdat(CGM.getModule().getOrInsertComdat(Var->getName())); in getAddrOfRTTIDescriptor() 3845 Fn->setComdat(CGM.getModule().getOrInsertComdat(Fn->getName())); in emitCXXDestructor() 4055 GV->setComdat(CGM.getModule().getOrInsertComdat(GV->getName())); in getCatchableType() [all …]
|
| H A D | CGVTT.cpp | 100 VTT->setComdat(CGM.getModule().getOrInsertComdat(VTT->getName())); in EmitVTTDefinition()
|
| H A D | CGObjCGNU.cpp | 224 GV->setComdat(TheModule.getOrInsertComdat(name)); in ExportUniqueString() 1088 ObjCStrGV->setComdat(TheModule.getOrInsertComdat(StringName)); in GenerateConstantString() 1275 GV->setComdat(TheModule.getOrInsertComdat(RefName)); in GenerateProtocolRef() 1365 GV->setComdat(TheModule.getOrInsertComdat(SymName)); in GenerateProtocolRef() 1397 GV->setComdat(TheModule.getOrInsertComdat(TypesVarName)); in GetTypeString() 1424 GV->setComdat(TheModule.getOrInsertComdat(SelVarName)); in GetConstantSelector() 1454 Sym->setComdat(TheModule.getOrInsertComdat((Prefix + in GetSectionBounds() 1482 LoadFunction->setComdat(TheModule.getOrInsertComdat(".objcv2_load_function")); in ModuleInitFunction() 1499 InitStruct->setComdat(TheModule.getOrInsertComdat(".objc_init")); in ModuleInitFunction() 1529 InitVar->setComdat(TheModule.getOrInsertComdat(".objc_ctor")); in ModuleInitFunction() [all …]
|
| H A D | ItaniumCXXABI.cpp | 1596 VTable->setComdat(CGM.getModule().getOrInsertComdat(VTable->getName())); in emitVTableDefinitions() 2180 guard->setComdat(CGM.getModule().getOrInsertComdat(guard->getName())); in EmitGuardedInit() 3413 GV->setComdat(M.getOrInsertComdat(GV->getName())); in BuildTypeInfo() 3911 llvm::Comdat *C = CGM.getModule().getOrInsertComdat(Out.str()); in emitCXXStructor() 4230 fn->setComdat(CGM.getModule().getOrInsertComdat(fn->getName())); in getClangCallTerminateFn()
|
| H A D | CodeGenModule.cpp | 2086 GV->setComdat(TheModule.getOrInsertComdat(GV->getName())); in GetAddrOfUuidDescriptor() 2538 getModule().getOrInsertComdat(ResolverFunc->getName())); in emitMultiVersionFunctions() 3271 GV->setComdat(TheModule.getOrInsertComdat(GV->getName())); in CreateOrReplaceCXXRuntimeVariable() 3460 GO.setComdat(TheModule.getOrInsertComdat(GO.getName())); in maybeSetTrivialComdat() 4488 GV->setComdat(M.getOrInsertComdat(GV->getName())); in GenerateStringLiteral() 4674 GV->setComdat(TheModule.getOrInsertComdat(GV->getName())); in GetAddrOfGlobalTemporary()
|
| H A D | CGVTables.cpp | 56 ThunkFn->setComdat(CGM.getModule().getOrInsertComdat(ThunkFn->getName())); in setThunkProperties()
|
| H A D | CGObjCMac.cpp | 6456 PTGV->setComdat(CGM.getModule().getOrInsertComdat(ProtocolName)); in GenerateProtocolRef() 6806 Entry->setComdat(CGM.getModule().getOrInsertComdat(Protocol)); in GetOrEmitProtocolRef() 6897 Entry->setComdat(CGM.getModule().getOrInsertComdat(symbolName)); in GetOrEmitProtocol() 6915 PTGV->setComdat(CGM.getModule().getOrInsertComdat(ProtocolRef)); in GetOrEmitProtocol()
|
| H A D | CGDecl.cpp | 249 GV->setComdat(TheModule.getOrInsertComdat(GV->getName())); in getOrCreateStaticVarDecl()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/IPO/ |
| H A D | ThinLTOBitcodeWriter.cpp | 60 RenamedComdats.try_emplace(C, ExportM.getOrInsertComdat(NewName)); in promoteInternals()
|
| H A D | WholeProgramDevirt.cpp | 822 Comdat *NewC = M.getOrInsertComdat(NewName); in trySingleImplDevirt()
|
| /freebsd-12.1/contrib/llvm/include/llvm/IR/ |
| H A D | Module.h | 462 Comdat *getOrInsertComdat(StringRef Name);
|
| /freebsd-12.1/contrib/llvm/lib/Linker/ |
| H A D | IRMover.cpp | 965 Comdat *DC = DstM.getOrInsertComdat(SC->getName()); in linkGlobalValueProto()
|