Home
last modified time | relevance | path

Searched refs:setComdat (Results 1 – 25 of 25) sorted by relevance

/external/llvm/lib/Transforms/IPO/
DExtractGV.cpp102 I->setComdat(nullptr); in runOnModule()
120 F.setComdat(nullptr); in runOnModule()
DInternalize.cpp124 GO->setComdat(nullptr); in maybeInternalize()
DDeadArgumentElimination.cpp151 NF->setComdat(Fn.getComdat()); in DeleteDeadVarargs()
817 NF->setComdat(F->getComdat()); in RemoveDeadStuffFromFunction()
DWholeProgramDevirt.cpp636 NewGV->setComdat(B.GV->getComdat()); in rebuildGlobal()
/external/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp358 CounterPtr->setComdat(ProfileVarsComdat); in getOrCreateRegionCounters()
379 ValuesVar->setComdat(ProfileVarsComdat); in getOrCreateRegionCounters()
412 Data->setComdat(ProfileVarsComdat); in getOrCreateRegionCounters()
564 User->setComdat(M->getOrInsertComdat(User->getName())); in emitRuntimeHook()
DPGOInstrumentation.cpp801 IRLevelVersionVariable->setComdat(M.getOrInsertComdat( in createIRLevelProfileFlagVariable()
DMemorySanitizer.cpp558 MsanCtorFunction->setComdat(MsanCtorComdat); in doInitialization()
/external/llvm/include/llvm/IR/
DGlobalObject.h73 void setComdat(Comdat *C) { ObjComdat = C; } in setComdat() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DGlobalObject.h76 void setComdat(Comdat *C) { ObjComdat = C; } in setComdat() function
/external/llvm/lib/Transforms/Utils/
DFunctionImportUtils.cpp212 GO->setComdat(nullptr); in processGlobalForThinLTO()
DSymbolRewriter.cpp88 GO->setComdat(C); in rewriteComdat()
/external/llvm/lib/CodeGen/
DLowerEmuTLS.cpp48 to->setComdat(M.getOrInsertComdat(to->getName())); in copyLinkageVisibility()
/external/clang/lib/CodeGen/
DMicrosoftCXXABI.cpp1746 VTable->setComdat(C); in getAddrOfVTable()
1912 ThunkFn->setComdat(CGM.getModule().getOrInsertComdat(ThunkFn->getName())); in EmitVirtualMemPtrThunk()
2229 AddToXDU(F)->setComdat(C); in EmitThreadLocalInitFuncs()
2338 F->setComdat(CGM.getModule().getOrInsertComdat(F->getName())); in EmitGuardedInit()
2405 GuardVar->setComdat( in EmitGuardedInit()
3496 CHD->setComdat(CGM.getModule().getOrInsertComdat(CHD->getName())); in getClassHierarchyDescriptor()
3534 BCA->setComdat(CGM.getModule().getOrInsertComdat(BCA->getName())); in getBaseClassArray()
3576 BCD->setComdat(CGM.getModule().getOrInsertComdat(BCD->getName())); in getBaseClassDescriptor()
3637 COL->setComdat(CGM.getModule().getOrInsertComdat(COL->getName())); in getCompleteObjectLocator()
3736 Var->setComdat(CGM.getModule().getOrInsertComdat(Var->getName())); in getAddrOfRTTIDescriptor()
[all …]
DCGVTT.cpp98 VTT->setComdat(CGM.getModule().getOrInsertComdat(VTT->getName())); in EmitVTTDefinition()
DItaniumCXXABI.cpp1470 VTable->setComdat(CGM.getModule().getOrInsertComdat(VTable->getName())); in emitVTableDefinitions()
1978 guard->setComdat(C); in EmitGuardedInit()
1983 CGF.CurFn->setComdat(C); in EmitGuardedInit()
1985 guard->setComdat(CGM.getModule().getOrInsertComdat(guard->getName())); in EmitGuardedInit()
3051 GV->setComdat(M.getOrInsertComdat(GV->getName())); in BuildTypeInfo()
3525 Fn->setComdat(C); in emitCXXStructor()
3840 fn->setComdat(CGM.getModule().getOrInsertComdat(fn->getName())); in getClangCallTerminateFn()
DCGException.cpp1666 Fn->setComdat(C); in startOutlinedSEHHelper()
1669 ParentFn->setComdat(C); in startOutlinedSEHHelper()
1670 Fn->setComdat(C); in startOutlinedSEHHelper()
DCGDeclCXX.cpp308 PtrArray->setComdat(C); in EmitPointerToInitFunc()
DCGDecl.cpp226 GV->setComdat(TheModule.getOrInsertComdat(GV->getName())); in getOrCreateStaticVarDecl()
325 GV->setComdat(OldGV->getComdat()); in AddInitializerToStaticVarDecl()
DCodeGenModule.cpp1487 GV->setComdat(TheModule.getOrInsertComdat(GV->getName())); in GetAddrOfUuidDescriptor()
2244 GV->setComdat(TheModule.getOrInsertComdat(GV->getName())); in CreateOrReplaceCXXRuntimeVariable()
2382 GO.setComdat(TheModule.getOrInsertComdat(GO.getName())); in maybeSetTrivialComdat()
3437 GV->setComdat(M.getOrInsertComdat(GV->getName())); in GenerateStringLiteral()
3615 GV->setComdat(TheModule.getOrInsertComdat(GV->getName())); in GetAddrOfGlobalTemporary()
DCGVTables.cpp70 ThunkFn->setComdat(CGM.getModule().getOrInsertComdat(ThunkFn->getName())); in setThunkProperties()
/external/llvm/tools/bugpoint/
DCrashDebugger.cpp167 I.setComdat(nullptr); in TestGlobalVariables()
666 I->setComdat(nullptr); in ReduceGlobalInitializers()
DExtractFunction.cpp219 F->setComdat(nullptr); in DeleteFunctionBody()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp1884 GO->setComdat(nullptr); in recordValue()
1886 GO->setComdat(TheModule->getOrInsertComdat(V->getName())); in recordValue()
3856 NewGV->setComdat(ComdatList[ComdatID - 1]); in parseModule()
3859 NewGV->setComdat(reinterpret_cast<Comdat *>(1)); in parseModule()
3925 Func->setComdat(ComdatList[ComdatID - 1]); in parseModule()
3928 Func->setComdat(reinterpret_cast<Comdat *>(1)); in parseModule()
/external/llvm/lib/Linker/
DIRMover.cpp924 GO->setComdat(DC); in linkGlobalValueProto()
/external/llvm/lib/AsmParser/
DLLParser.cpp938 GV->setComdat(C); in ParseGlobal()
4741 Fn->setComdat(C); in ParseFunctionHeader()