| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
| H A D | ExtractGV.cpp | 101 GV.setComdat(nullptr); in runOnModule() 119 F.setComdat(nullptr); in runOnModule()
|
| H A D | Internalize.cpp | 121 GO->setComdat(nullptr); in maybeInternalize()
|
| H A D | ThinLTOBitcodeWriter.cpp | 79 GO.setComdat(Replacement->second); in promoteInternals() 325 F.setComdat(nullptr); in splitAndWriteThinLTOBitcode()
|
| H A D | FunctionImport.cpp | 1014 F->setComdat(nullptr); in convertToDeclaration() 1019 V->setComdat(nullptr); in convertToDeclaration() 1103 GO->setComdat(nullptr); in thinLTOResolvePrevailingInModule()
|
| H A D | DeadArgumentElimination.cpp | 170 NF->setComdat(Fn.getComdat()); in DeleteDeadVarargs() 873 NF->setComdat(F->getComdat()); in RemoveDeadStuffFromFunction()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
| H A D | FunctionImportUtils.cpp | 300 GO->setComdat(nullptr); in processGlobalForThinLTO() 319 GO.setComdat(Replacement->second); in processGlobalsForThinLTO()
|
| H A D | CloneModule.cpp | 27 Dst->setComdat(DC); in copyComdat()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-reduce/deltas/ |
| H A D | ReduceGlobalVarInitializers.cpp | 30 GV.setComdat(nullptr); in extractGVsFromModule()
|
| H A D | ReduceFunctionBodies.cpp | 32 F.setComdat(nullptr); in extractFunctionBodiesFromModule()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
| H A D | Comdat.cpp | 39 G->setComdat(unwrap(C)); in LLVMSetComdat()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | IndirectThunks.h | 57 F->setComdat(M.getOrInsertComdat(Name)); in createThunkFunction()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
| H A D | GlobalObject.h | 125 void setComdat(Comdat *C) { ObjComdat = C; } in setComdat() function
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/ |
| H A D | Instrumentation.cpp | 87 F.setComdat(C); in getOrCreateFunctionComdat()
|
| H A D | HWAddressSanitizer.cpp | 389 Ctor->setComdat(CtorComdat); in createHwasanCtorComdat() 448 Note->setComdat(NoteComdat); in createHwasanCtorComdat() 473 Dummy->setComdat(NoteComdat); in createHwasanCtorComdat() 1416 Descriptor->setComdat(NewGV->getComdat()); in instrumentGlobal() 1513 ThunkFn->setComdat(M.getOrInsertComdat(ThunkName)); in instrumentPersonalityFunctions()
|
| H A D | InstrProfiling.cpp | 864 GV->setComdat(C); in getOrCreateRegionCounters() 1104 User->setComdat(M->getOrInsertComdat(User->getName())); in emitRuntimeHook()
|
| H A D | SanitizerCoverage.cpp | 371 CtorFunc->setComdat(M.getOrInsertComdat(CtorName)); in CreateInitCallsForSections() 686 Array->setComdat(Comdat); in CreateFunctionLocalArrayInSection()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/bugpoint/ |
| H A D | ExtractFunction.cpp | 210 GV->setComdat(nullptr); in DeleteGlobalInitializer() 219 F->setComdat(nullptr); in DeleteFunctionBody()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/ |
| H A D | MCSymbolWasm.h | 77 void setComdat(bool isComdat) { IsComdat = isComdat; } in setComdat() function
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | LowerEmuTLS.cpp | 49 to->setComdat(M.getOrInsertComdat(to->getName())); in copyLinkageVisibility()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | MicrosoftCXXABI.cpp | 1905 VTable->setComdat(C); in getAddrOfVTable() 2052 ThunkFn->setComdat(CGM.getModule().getOrInsertComdat(ThunkFn->getName())); in EmitVirtualMemPtrThunk() 2383 AddToXDU(F)->setComdat(C); in EmitThreadLocalInitFuncs() 2495 F->setComdat(CGM.getModule().getOrInsertComdat(F->getName())); in EmitGuardedInit() 2562 GuardVar->setComdat( in EmitGuardedInit() 3676 CHD->setComdat(CGM.getModule().getOrInsertComdat(CHD->getName())); in getClassHierarchyDescriptor() 3714 BCA->setComdat(CGM.getModule().getOrInsertComdat(BCA->getName())); in getBaseClassArray() 3756 BCD->setComdat(CGM.getModule().getOrInsertComdat(BCD->getName())); in getBaseClassDescriptor() 3817 COL->setComdat(CGM.getModule().getOrInsertComdat(COL->getName())); in getCompleteObjectLocator() 3919 Var->setComdat(CGM.getModule().getOrInsertComdat(Var->getName())); in getAddrOfRTTIDescriptor() [all …]
|
| H A D | CGVTT.cpp | 98 VTT->setComdat(CGM.getModule().getOrInsertComdat(VTT->getName())); in EmitVTTDefinition()
|
| H A D | CGObjCGNU.cpp | 215 GV->setComdat(TheModule.getOrInsertComdat(name)); in ExportUniqueString() 1105 ObjCStrGV->setComdat(TheModule.getOrInsertComdat(StringName)); in GenerateConstantString() 1327 GV->setComdat(TheModule.getOrInsertComdat(RefName)); in GenerateProtocolRef() 1420 GV->setComdat(TheModule.getOrInsertComdat(SymName)); in GenerateProtocolRef() 1452 GV->setComdat(TheModule.getOrInsertComdat(TypesVarName)); in GetTypeString() 1479 GV->setComdat(TheModule.getOrInsertComdat(SelVarName)); in GetConstantSelector() 1509 Sym->setComdat(TheModule.getOrInsertComdat((Prefix + in GetSectionBounds() 1537 LoadFunction->setComdat(TheModule.getOrInsertComdat(".objcv2_load_function")); in ModuleInitFunction() 1555 InitStruct->setComdat(TheModule.getOrInsertComdat(".objc_init")); in ModuleInitFunction() 1585 InitVar->setComdat(TheModule.getOrInsertComdat(".objc_ctor")); in ModuleInitFunction() [all …]
|
| H A D | ItaniumCXXABI.cpp | 1760 VTable->setComdat(CGM.getModule().getOrInsertComdat(VTable->getName())); in emitVTableDefinitions() 2433 guard->setComdat(C); in EmitGuardedInit() 2438 CGF.CurFn->setComdat(C); in EmitGuardedInit() 2440 guard->setComdat(CGM.getModule().getOrInsertComdat(guard->getName())); in EmitGuardedInit() 2812 Wrapper->setComdat(CGM.getModule().getOrInsertComdat(Wrapper->getName())); in getOrCreateThreadLocalWrapper() 3848 GV->setComdat(M.getOrInsertComdat(GV->getName())); in BuildTypeInfo() 4350 Fn->setComdat(C); in emitCXXStructor() 4668 fn->setComdat(CGM.getModule().getOrInsertComdat(fn->getName())); in getClangCallTerminateFn()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/ |
| H A D | WasmAsmParser.cpp | 240 WasmSym->setComdat(true); in parseDirectiveType()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPURewriteOutArguments.cpp | 350 NewFunc->setComdat(F.getComdat()); in runOnFunction()
|