Home
last modified time | relevance | path

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

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DExtractGV.cpp99 I->setComdat(nullptr); in runOnModule()
117 F.setComdat(nullptr); in runOnModule()
DThinLTOBitcodeWriter.cpp78 GO.setComdat(Replacement->second); in promoteInternals()
295 F.setComdat(nullptr); in splitAndWriteThinLTOBitcode()
DInternalize.cpp121 GO->setComdat(nullptr); in maybeInternalize()
DFunctionImport.cpp955 F->setComdat(nullptr); in convertToDeclaration()
960 V->setComdat(nullptr); in convertToDeclaration()
1035 GO->setComdat(nullptr); in thinLTOResolvePrevailingInModule()
DDeadArgumentElimination.cpp169 NF->setComdat(Fn.getComdat()); in DeleteDeadVarargs()
868 NF->setComdat(F->getComdat()); in RemoveDeadStuffFromFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DFunctionImportUtils.cpp293 GO->setComdat(nullptr); in processGlobalForThinLTO()
312 GO.setComdat(Replacement->second); in processGlobalsForThinLTO()
DCloneModule.cpp27 Dst->setComdat(DC); in copyComdat()
DSymbolRewriter.cpp104 GO->setComdat(C); in rewriteComdat()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DComdat.cpp39 G->setComdat(unwrap(C)); in LLVMSetComdat()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DGlobalObject.h76 void setComdat(Comdat *C) { ObjComdat = C; } in setComdat() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DInstrumentation.cpp99 F.setComdat(C); in GetOrCreateFunctionComdat()
DHWAddressSanitizer.cpp404 Ctor->setComdat(CtorComdat); in initializeModule()
1283 Descriptor->setComdat(NewGV->getComdat()); in instrumentGlobal()
1353 Note->setComdat(NoteComdat); in instrumentGlobals()
1378 Dummy->setComdat(NoteComdat); in instrumentGlobals()
1458 ThunkFn->setComdat(M.getOrInsertComdat(ThunkName)); in instrumentPersonalityFunctions()
DInstrProfiling.cpp774 GV->setComdat(M->getOrInsertComdat(GV->getName())); in getOrCreateRegionCounters()
1006 User->setComdat(M->getOrInsertComdat(User->getName())); in emitRuntimeHook()
DSanitizerCoverage.cpp340 CtorFunc->setComdat(M.getOrInsertComdat(CtorName)); in CreateInitCallsForSections()
654 Array->setComdat(Comdat); in CreateFunctionLocalArrayInSection()
DAddressSanitizer.cpp2011 G->setComdat(C); in SetComdatForGlobalMetadata()
2015 Metadata->setComdat(G->getComdat()); in SetComdatForGlobalMetadata()
2296 NewGlobal->setComdat(G->getComdat()); in InstrumentGlobals()
2457 AsanCtorFunction->setComdat(M.getOrInsertComdat(kAsanModuleCtorName)); in instrumentModule()
2460 AsanDtorFunction->setComdat(M.getOrInsertComdat(kAsanModuleDtorName)); in instrumentModule()
DPGOInstrumentation.cpp692 F.setComdat(NewComdat); in renameComdatFunction()
715 CF->setComdat(NewComdat); in renameComdatFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCSymbolWasm.h72 void setComdat(bool isComdat) { IsComdat = isComdat; } in setComdat() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DGlobalObject.h122 void setComdat(Comdat *C) { ObjComdat = C; } in setComdat() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLowerEmuTLS.cpp47 to->setComdat(M.getOrInsertComdat(to->getName())); in copyLinkageVisibility()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86RetpolineThunks.cpp204 F->setComdat(M.getOrInsertComdat(Name)); in createThunkFunction()
DX86WinEHState.cpp403 Trampoline->setComdat(C); in generateLSDAInEAXThunk()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPURewriteOutArguments.cpp368 NewFunc->setComdat(F.getComdat()); in runOnFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DInstrProf.cpp1146 IRLevelVersionVariable->setComdat(M.getOrInsertComdat(VarName)); in createIRLevelProfileFlagVar()
1162 ProfileNameVar->setComdat(M.getOrInsertComdat( in createProfileFileNameVar()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DLTO.cpp657 GO->setComdat(nullptr); in handleNonPrevailingComdat()
748 cast<GlobalObject>(GV)->setComdat(nullptr); in addRegularLTO()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCContext.cpp502 GroupSym->setComdat(true); in getWasmSection()

12