Home
last modified time | relevance | path

Searched refs:getOrInsertGlobal (Results 1 – 19 of 19) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLowerEmuTLS.cpp122 M.getOrInsertGlobal(EmuTlsVarName, EmuTlsVarType)); in addEmuTlsVar()
142 M.getOrInsertGlobal(EmuTlsTmplName, GVType)); in addEmuTlsVar()
DWasmEHPrepare.cpp225 M.getOrInsertGlobal("__wasm_lpad_context", LPadContextTy)); in prepareEHPads()
DSafeStack.cpp374 F.getParent()->getOrInsertGlobal("__stack_chk_guard", StackPtrTy); in getStackGuard()
DTargetLoweringBase.cpp1777 return M.getOrInsertGlobal("__guard_local", PtrTy); in getIRStackGuard()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/CFGuard/
DCFGuard.cpp245 M.getOrInsertGlobal("__guard_check_icall_fptr", GuardFnPtrType); in doInitialization()
249 M.getOrInsertGlobal("__guard_dispatch_icall_fptr", GuardFnPtrType); in doInitialization()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DModule.cpp204 Constant *Module::getOrInsertGlobal( in getOrInsertGlobal() function in Module
225 Constant *Module::getOrInsertGlobal(StringRef Name, Type *Ty) { in getOrInsertGlobal() function in Module
226 return getOrInsertGlobal(Name, Ty, [&] { in getOrInsertGlobal()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DModule.h419 getOrInsertGlobal(StringRef Name, Type *Ty,
424 Constant *getOrInsertGlobal(StringRef Name, Type *Ty);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DMemorySanitizer.cpp750 static Constant *getOrInsertGlobal(Module &M, StringRef Name, Type *Ty) { in getOrInsertGlobal() function
751 return M.getOrInsertGlobal(Name, Ty, [&] { in getOrInsertGlobal()
770 getOrInsertGlobal(M, "__msan_retval_tls", in createUserspaceApi()
773 RetvalOriginTLS = getOrInsertGlobal(M, "__msan_retval_origin_tls", OriginTy); in createUserspaceApi()
776 getOrInsertGlobal(M, "__msan_param_tls", in createUserspaceApi()
780 getOrInsertGlobal(M, "__msan_param_origin_tls", in createUserspaceApi()
784 getOrInsertGlobal(M, "__msan_va_arg_tls", in createUserspaceApi()
788 getOrInsertGlobal(M, "__msan_va_arg_origin_tls", in createUserspaceApi()
792 getOrInsertGlobal(M, "__msan_va_arg_overflow_size_tls", IRB.getInt64Ty()); in createUserspaceApi()
793 OriginTLS = getOrInsertGlobal(M, "__msan_origin_tls", IRB.getInt32Ty()); in createUserspaceApi()
[all …]
DHWAddressSanitizer.cpp422 Constant *C = M.getOrInsertGlobal("__hwasan_tls", IntptrTy, [&] { in initializeModule()
459 ShadowGlobal = M.getOrInsertGlobal("__hwasan_shadow", in initializeCallbacks()
497 IRB.GetInsertBlock()->getParent()->getParent()->getOrInsertGlobal( in getDynamicShadowNonTls()
DDataFlowSanitizer.cpp722 ArgTLS = Mod->getOrInsertGlobal("__dfsan_arg_tls", ArgTLSTy); in runOnModule()
727 RetvalTLS = Mod->getOrInsertGlobal("__dfsan_retval_tls", ShadowTy); in runOnModule()
733 Mod->getOrInsertGlobal(kDFSanExternShadowPtrMask, IntptrTy); in runOnModule()
DAddressSanitizer.cpp2537 AsanShadowGlobal = M.getOrInsertGlobal("__asan_shadow", in initializeCallbacks()
2580 Value *GlobalDynamicAddress = F.getParent()->getOrInsertGlobal( in maybeInsertDynamicShadowAtFunctionEntry()
3084 Constant *OptionDetectUseAfterReturn = F.getParent()->getOrInsertGlobal( in processStaticAllocas()
DSanitizerCoverage.cpp431 M.getOrInsertGlobal(SanCovLowestStackName, IntptrTy); in instrumentModule()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86WinEHState.cpp328 Cookie = TheModule->getOrInsertGlobal("__security_cookie", Int32Ty); in emitExceptionRegistrationRecord()
DX86ISelLowering.cpp2491 M.getOrInsertGlobal("__security_cookie", in insertSSPDeclarations()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyLowerEmscriptenEHSjLj.cpp319 dyn_cast<GlobalVariable>(M.getOrInsertGlobal(Name, IRB.getInt32Ty())); in getGlobalVariableI32()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DWholeProgramDevirt.cpp1276 Constant *C = M.getOrInsertGlobal(getGlobalName(Slot, Args, Name), Int8Ty); in importGlobal()
DLowerTypeTests.cpp965 Constant *C = M.getOrInsertGlobal(("__typeid_" + TypeId + "_" + Name).str(), in importTypeId()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp13222 M.getOrInsertGlobal("__security_cookie", in insertSSPDeclarations()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMISelLowering.cpp16830 M.getOrInsertGlobal("__security_cookie", in insertSSPDeclarations()