Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DComdat.cpp30 return wrap(unwrap(M)->getOrInsertComdat(Name)); in LLVMGetOrInsertComdat()
DModule.cpp474 Comdat *Module::getOrInsertComdat(StringRef Name) { in getOrInsertComdat() function in Module
/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/Target/X86/
DX86RetpolineThunks.cpp203 F->setComdat(M.getOrInsertComdat(Name)); in createThunkFunction()
/external/clang/lib/CodeGen/
DMicrosoftCXXABI.cpp1716 C = CGM.getModule().getOrInsertComdat(VFTableName.str()); in getAddrOfVTable()
1912 ThunkFn->setComdat(CGM.getModule().getOrInsertComdat(ThunkFn->getName())); in EmitVirtualMemPtrThunk()
2338 F->setComdat(CGM.getModule().getOrInsertComdat(F->getName())); in EmitGuardedInit()
2406 CGM.getModule().getOrInsertComdat(GuardVar->getName())); 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()
3780 Fn->setComdat(CGM.getModule().getOrInsertComdat(Fn->getName())); in emitCXXDestructor()
[all …]
DCGVTT.cpp98 VTT->setComdat(CGM.getModule().getOrInsertComdat(VTT->getName())); in EmitVTTDefinition()
DItaniumCXXABI.cpp1470 VTable->setComdat(CGM.getModule().getOrInsertComdat(VTable->getName())); in emitVTableDefinitions()
1985 guard->setComdat(CGM.getModule().getOrInsertComdat(guard->getName())); in EmitGuardedInit()
3051 GV->setComdat(M.getOrInsertComdat(GV->getName())); in BuildTypeInfo()
3524 llvm::Comdat *C = CGM.getModule().getOrInsertComdat(Out.str()); in emitCXXStructor()
3840 fn->setComdat(CGM.getModule().getOrInsertComdat(fn->getName())); in getClangCallTerminateFn()
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/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DCloneModule.cpp26 Comdat *DC = Dst->getParent()->getOrInsertComdat(SC->getName()); in copyComdat()
DSymbolRewriter.cpp102 Comdat *C = M.getOrInsertComdat(Target); in rewriteComdat()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp683 return M.getOrInsertComdat(StringRef(getVarName(Inc, ComdatPrefix))); in getOrCreateProfileComdat()
943 User->setComdat(M->getOrInsertComdat(User->getName())); in emitRuntimeHook()
971 ProfileNameVar->setComdat(M->getOrInsertComdat( in emitInitialization()
DPGOInstrumentation.cpp650 NewComdat = M->getOrInsertComdat(StringRef(NewFuncName)); in renameComdatFunction()
660 NewComdat = M->getOrInsertComdat(StringRef(NewComdatName)); in renameComdatFunction()
1362 IRLevelVersionVariable->setComdat(M.getOrInsertComdat( in createIRLevelProfileFlagVariable()
DAddressSanitizer.cpp1828 C = M.getOrInsertComdat(Name); in SetComdatForGlobalMetadata()
1830 C = M.getOrInsertComdat(G->getName()); in SetComdatForGlobalMetadata()
2278 AsanCtorFunction->setComdat(M.getOrInsertComdat(kAsanModuleCtorName)); in runOnModule()
2282 AsanDtorFunction->setComdat(M.getOrInsertComdat(kAsanModuleDtorName)); in runOnModule()
DSanitizerCoverage.cpp282 CtorFunc->setComdat(M.getOrInsertComdat(SanCovModuleCtorName)); in CreateInitCallsForSections()
/external/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp310 return M.getOrInsertComdat(StringRef(getVarName(Inc, ComdatPrefix))); in getOrCreateProfileComdat()
564 User->setComdat(M->getOrInsertComdat(User->getName())); in emitRuntimeHook()
DPGOInstrumentation.cpp801 IRLevelVersionVariable->setComdat(M.getOrInsertComdat( in createIRLevelProfileFlagVariable()
/external/llvm/lib/IR/
DModule.cpp480 Comdat *Module::getOrInsertComdat(StringRef Name) { in getOrInsertComdat() function in Module
/external/llvm/lib/Transforms/Utils/
DSymbolRewriter.cpp86 Comdat *C = M.getOrInsertComdat(Target); in rewriteComdat()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DModule.h451 Comdat *getOrInsertComdat(StringRef Name);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DThinLTOBitcodeWriter.cpp60 RenamedComdats.try_emplace(C, ExportM.getOrInsertComdat(NewName)); in promoteInternals()
/external/llvm/include/llvm/IR/
DModule.h427 Comdat *getOrInsertComdat(StringRef Name);
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Transforms/Utils/
DCloning.cpp573 auto *CD = OldM->getOrInsertComdat("comdat"); in CreateOldModule()
/external/llvm/lib/Linker/
DIRMover.cpp922 Comdat *DC = DstM.getOrInsertComdat(SC->getName()); in linkGlobalValueProto()

12