Home
last modified time | relevance | path

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

123

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DExtractGV.cpp100 I->setComdat(nullptr); in runOnModule()
118 F.setComdat(nullptr); in runOnModule()
DThinLTOBitcodeWriter.cpp77 GO.setComdat(Replacement->second); in promoteInternals()
285 F.setComdat(nullptr); in splitAndWriteThinLTOBitcode()
DInternalize.cpp124 GO->setComdat(nullptr); in maybeInternalize()
DFunctionImport.cpp750 F->setComdat(nullptr); in convertToDeclaration()
755 V->setComdat(nullptr); in convertToDeclaration()
832 GO->setComdat(nullptr); in thinLTOResolveWeakForLinkerModule()
DDeadArgumentElimination.cpp170 NF->setComdat(Fn.getComdat()); in DeleteDeadVarargs()
864 NF->setComdat(F->getComdat()); in RemoveDeadStuffFromFunction()
/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()
/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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DComdat.cpp40 G->setComdat(unwrap(C)); in LLVMSetComdat()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp733 CounterPtr->setComdat(ProfileVarsComdat); in getOrCreateRegionCounters()
754 ValuesVar->setComdat(ProfileVarsComdat); in getOrCreateRegionCounters()
787 Data->setComdat(ProfileVarsComdat); in getOrCreateRegionCounters()
943 User->setComdat(M->getOrInsertComdat(User->getName())); in emitRuntimeHook()
971 ProfileNameVar->setComdat(M->getOrInsertComdat( in emitInitialization()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCSymbolWasm.h59 void setComdat(bool isComdat) { IsComdat = isComdat; } in setComdat() function
/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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DGlobalObject.h103 void setComdat(Comdat *C) { ObjComdat = C; } in setComdat() function
/external/llvm/lib/Transforms/Utils/
DFunctionImportUtils.cpp212 GO->setComdat(nullptr); in processGlobalForThinLTO()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/bugpoint/
DExtractFunction.cpp211 GV->setComdat(nullptr); in DeleteGlobalInitializer()
220 F->setComdat(nullptr); in DeleteFunctionBody()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DLowerEmuTLS.cpp47 to->setComdat(M.getOrInsertComdat(to->getName())); in copyLinkageVisibility()
/external/llvm/lib/CodeGen/
DLowerEmuTLS.cpp48 to->setComdat(M.getOrInsertComdat(to->getName())); in copyLinkageVisibility()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DFunctionImportUtils.cpp240 GO->setComdat(nullptr); in processGlobalForThinLTO()
DCloneModule.cpp28 Dst->setComdat(DC); in copyComdat()
/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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86RetpolineThunks.cpp203 F->setComdat(M.getOrInsertComdat(Name)); in createThunkFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPURewriteOutArguments.cpp368 NewFunc->setComdat(F.getComdat()); in runOnFunction()

123