/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | ExtractGV.cpp | 99 I->setComdat(nullptr); in runOnModule() 117 F.setComdat(nullptr); in runOnModule()
|
D | ThinLTOBitcodeWriter.cpp | 78 GO.setComdat(Replacement->second); in promoteInternals() 295 F.setComdat(nullptr); in splitAndWriteThinLTOBitcode()
|
D | Internalize.cpp | 121 GO->setComdat(nullptr); in maybeInternalize()
|
D | FunctionImport.cpp | 955 F->setComdat(nullptr); in convertToDeclaration() 960 V->setComdat(nullptr); in convertToDeclaration() 1035 GO->setComdat(nullptr); in thinLTOResolvePrevailingInModule()
|
D | DeadArgumentElimination.cpp | 169 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/ |
D | FunctionImportUtils.cpp | 293 GO->setComdat(nullptr); in processGlobalForThinLTO() 312 GO.setComdat(Replacement->second); in processGlobalsForThinLTO()
|
D | CloneModule.cpp | 27 Dst->setComdat(DC); in copyComdat()
|
D | SymbolRewriter.cpp | 104 GO->setComdat(C); in rewriteComdat()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Comdat.cpp | 39 G->setComdat(unwrap(C)); in LLVMSetComdat()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | GlobalObject.h | 76 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/ |
D | Instrumentation.cpp | 99 F.setComdat(C); in GetOrCreateFunctionComdat()
|
D | HWAddressSanitizer.cpp | 404 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()
|
D | InstrProfiling.cpp | 774 GV->setComdat(M->getOrInsertComdat(GV->getName())); in getOrCreateRegionCounters() 1006 User->setComdat(M->getOrInsertComdat(User->getName())); in emitRuntimeHook()
|
D | SanitizerCoverage.cpp | 340 CtorFunc->setComdat(M.getOrInsertComdat(CtorName)); in CreateInitCallsForSections() 654 Array->setComdat(Comdat); in CreateFunctionLocalArrayInSection()
|
D | AddressSanitizer.cpp | 2011 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()
|
D | PGOInstrumentation.cpp | 692 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/ |
D | MCSymbolWasm.h | 72 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/ |
D | GlobalObject.h | 122 void setComdat(Comdat *C) { ObjComdat = C; } in setComdat() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | LowerEmuTLS.cpp | 47 to->setComdat(M.getOrInsertComdat(to->getName())); in copyLinkageVisibility()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86RetpolineThunks.cpp | 204 F->setComdat(M.getOrInsertComdat(Name)); in createThunkFunction()
|
D | X86WinEHState.cpp | 403 Trampoline->setComdat(C); in generateLSDAInEAXThunk()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPURewriteOutArguments.cpp | 368 NewFunc->setComdat(F.getComdat()); in runOnFunction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/ |
D | InstrProf.cpp | 1146 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/ |
D | LTO.cpp | 657 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/ |
D | MCContext.cpp | 502 GroupSym->setComdat(true); in getWasmSection()
|