/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | LowerEmuTLS.cpp | 122 M.getOrInsertGlobal(EmuTlsVarName, EmuTlsVarType)); in addEmuTlsVar() 142 M.getOrInsertGlobal(EmuTlsTmplName, GVType)); in addEmuTlsVar()
|
D | WasmEHPrepare.cpp | 225 M.getOrInsertGlobal("__wasm_lpad_context", LPadContextTy)); in prepareEHPads()
|
D | SafeStack.cpp | 374 F.getParent()->getOrInsertGlobal("__stack_chk_guard", StackPtrTy); in getStackGuard()
|
D | TargetLoweringBase.cpp | 1777 return M.getOrInsertGlobal("__guard_local", PtrTy); in getIRStackGuard()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/CFGuard/ |
D | CFGuard.cpp | 245 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/ |
D | Module.cpp | 204 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/ |
D | Module.h | 419 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/ |
D | MemorySanitizer.cpp | 750 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 …]
|
D | HWAddressSanitizer.cpp | 422 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()
|
D | DataFlowSanitizer.cpp | 722 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()
|
D | AddressSanitizer.cpp | 2537 AsanShadowGlobal = M.getOrInsertGlobal("__asan_shadow", in initializeCallbacks() 2580 Value *GlobalDynamicAddress = F.getParent()->getOrInsertGlobal( in maybeInsertDynamicShadowAtFunctionEntry() 3084 Constant *OptionDetectUseAfterReturn = F.getParent()->getOrInsertGlobal( in processStaticAllocas()
|
D | SanitizerCoverage.cpp | 431 M.getOrInsertGlobal(SanCovLowestStackName, IntptrTy); in instrumentModule()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86WinEHState.cpp | 328 Cookie = TheModule->getOrInsertGlobal("__security_cookie", Int32Ty); in emitExceptionRegistrationRecord()
|
D | X86ISelLowering.cpp | 2491 M.getOrInsertGlobal("__security_cookie", in insertSSPDeclarations()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyLowerEmscriptenEHSjLj.cpp | 319 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/ |
D | WholeProgramDevirt.cpp | 1276 Constant *C = M.getOrInsertGlobal(getGlobalName(Slot, Args, Name), Int8Ty); in importGlobal()
|
D | LowerTypeTests.cpp | 965 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/ |
D | AArch64ISelLowering.cpp | 13222 M.getOrInsertGlobal("__security_cookie", in insertSSPDeclarations()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 16830 M.getOrInsertGlobal("__security_cookie", in insertSSPDeclarations()
|