Home
last modified time | relevance | path

Searched refs:getOrInsertComdat (Results 1 – 21 of 21) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DComdat.cpp29 return wrap(unwrap(M)->getOrInsertComdat(Name)); in LLVMGetOrInsertComdat()
DModule.cpp498 Comdat *Module::getOrInsertComdat(StringRef Name) { in getOrInsertComdat() function in Module
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DInstrumentation.cpp96 Comdat *C = M->getOrInsertComdat(Name); in GetOrCreateFunctionComdat()
DHWAddressSanitizer.cpp403 Comdat *CtorComdat = M.getOrInsertComdat(kHwasanModuleCtorName); in initializeModule()
1329 Comdat *NoteComdat = M.getOrInsertComdat(kHwasanNoteName); 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()
DAddressSanitizer.cpp1998 C = M.getOrInsertComdat(Name); in SetComdatForGlobalMetadata()
2000 C = M.getOrInsertComdat(G->getName()); in SetComdatForGlobalMetadata()
2457 AsanCtorFunction->setComdat(M.getOrInsertComdat(kAsanModuleCtorName)); in instrumentModule()
2460 AsanDtorFunction->setComdat(M.getOrInsertComdat(kAsanModuleDtorName)); in instrumentModule()
DPGOInstrumentation.cpp690 NewComdat = M->getOrInsertComdat(StringRef(NewFuncName)); in renameComdatFunction()
700 NewComdat = M->getOrInsertComdat(StringRef(NewComdatName)); in renameComdatFunction()
DSanitizerCoverage.cpp340 CtorFunc->setComdat(M.getOrInsertComdat(CtorName)); in CreateInitCallsForSections()
DMemorySanitizer.cpp606 Comdat *MsanCtorComdat = M.getOrInsertComdat(kMsanModuleCtorName); in insertModuleCtor()
/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/Transforms/Utils/
DFunctionImportUtils.cpp279 RenamedComdats.try_emplace(C, M.getOrInsertComdat(GV.getName())); in processGlobalForThinLTO()
DCloneModule.cpp25 Comdat *DC = Dst->getParent()->getOrInsertComdat(SC->getName()); in copyComdat()
DSymbolRewriter.cpp102 Comdat *C = M.getOrInsertComdat(Target); in rewriteComdat()
/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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DModule.h466 Comdat *getOrInsertComdat(StringRef Name);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DThinLTOBitcodeWriter.cpp61 RenamedComdats.try_emplace(C, ExportM.getOrInsertComdat(NewName)); in promoteInternals()
DWholeProgramDevirt.cpp964 Comdat *NewC = M.getOrInsertComdat(NewName); in trySingleImplDevirt()
/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/Linker/
DIRMover.cpp1014 Comdat *DC = DstM.getOrInsertComdat(SC->getName()); in linkGlobalValueProto()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp2029 GO->setComdat(TheModule->getOrInsertComdat(V->getName())); in recordValue()
3075 Comdat *C = TheModule->getOrInsertComdat(Name); in parseComdatRecord()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DLLParser.cpp658 C = M->getOrInsertComdat(Name); in parseComdat()
1473 Comdat *C = M->getOrInsertComdat(Name); in getComdat()