| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/CFGuard/ |
| H A D | CFGuard.cpp | 240 M.getOrInsertGlobal("__guard_check_icall_fptr", GuardFnPtrType); in doInitialization() 244 M.getOrInsertGlobal("__guard_dispatch_icall_fptr", GuardFnPtrType); in doInitialization()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | LowerEmuTLS.cpp | 124 M.getOrInsertGlobal(EmuTlsVarName, EmuTlsVarType)); in addEmuTlsVar() 139 M.getOrInsertGlobal(EmuTlsTmplName, GVType)); in addEmuTlsVar()
|
| H A D | WasmEHPrepare.cpp | 234 M.getOrInsertGlobal("__wasm_lpad_context", LPadContextTy)); in prepareEHPads()
|
| H A D | SafeStack.cpp | 378 F.getParent()->getOrInsertGlobal("__stack_chk_guard", StackPtrTy); in getStackGuard()
|
| H A D | TargetLoweringBase.cpp | 1937 Constant *C = M.getOrInsertGlobal("__guard_local", PtrTy); in getIRStackGuard()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
| H A 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()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
| H A D | Module.h | 436 getOrInsertGlobal(StringRef Name, Type *Ty, 441 Constant *getOrInsertGlobal(StringRef Name, Type *Ty);
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/ |
| H A D | MemorySanitizer.cpp | 767 static Constant *getOrInsertGlobal(Module &M, StringRef Name, Type *Ty) { in getOrInsertGlobal() function 768 return M.getOrInsertGlobal(Name, Ty, [&] { in getOrInsertGlobal() 789 getOrInsertGlobal(M, "__msan_retval_tls", in createUserspaceApi() 792 RetvalOriginTLS = getOrInsertGlobal(M, "__msan_retval_origin_tls", OriginTy); in createUserspaceApi() 795 getOrInsertGlobal(M, "__msan_param_tls", in createUserspaceApi() 799 getOrInsertGlobal(M, "__msan_param_origin_tls", in createUserspaceApi() 803 getOrInsertGlobal(M, "__msan_va_arg_tls", in createUserspaceApi() 807 getOrInsertGlobal(M, "__msan_va_arg_origin_tls", in createUserspaceApi() 811 getOrInsertGlobal(M, "__msan_va_arg_overflow_size_tls", IRB.getInt64Ty()); in createUserspaceApi() 981 M.getOrInsertGlobal("__msan_track_origins", IRB.getInt32Ty(), [&] { in initializeModule() [all …]
|
| H A D | HWAddressSanitizer.cpp | 548 Constant *C = M.getOrInsertGlobal("__hwasan_tls", IntptrTy, [&] { in initializeModule() 585 ShadowGlobal = M.getOrInsertGlobal("__hwasan_shadow", in initializeCallbacks() 630 IRB.GetInsertBlock()->getParent()->getParent()->getOrInsertGlobal( in getShadowNonTls()
|
| H A D | MemProfiler.cpp | 577 Value *GlobalDynamicAddress = F.getParent()->getOrInsertGlobal( in insertDynamicShadowAtFunctionEntry()
|
| H A D | DataFlowSanitizer.cpp | 1454 (void)Mod->getOrInsertGlobal("__dfsan_shadow_width_bits", IntTy, [&] { in injectMetadataGlobals() 1459 (void)Mod->getOrInsertGlobal("__dfsan_shadow_width_bytes", IntTy, [&] { in injectMetadataGlobals() 1480 Constant *C = Mod->getOrInsertGlobal(Name, Ty); in runImpl() 1499 (void)Mod->getOrInsertGlobal("__dfsan_track_origins", OriginTy, [&] { in runImpl() 1510 Mod->getOrInsertGlobal(DFSanExternShadowPtrMask, IntptrTy); in runImpl()
|
| H A D | AddressSanitizer.cpp | 2692 AsanShadowGlobal = M.getOrInsertGlobal("__asan_shadow", in initializeCallbacks() 2740 Value *GlobalDynamicAddress = F.getParent()->getOrInsertGlobal( in maybeInsertDynamicShadowAtFunctionEntry() 3318 Constant *OptionDetectUseAfterReturn = F.getParent()->getOrInsertGlobal( in processStaticAllocas()
|
| H A D | SanitizerCoverage.cpp | 468 M.getOrInsertGlobal(SanCovLowestStackName, IntptrTy); in instrumentModule()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86WinEHState.cpp | 328 Cookie = TheModule->getOrInsertGlobal("__security_cookie", Int32Ty); in emitExceptionRegistrationRecord()
|
| H A D | X86ISelLowering.cpp | 2538 M.getOrInsertGlobal("__security_cookie", in insertSSPDeclarations()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyLowerEmscriptenEHSjLj.cpp | 300 auto *GV = dyn_cast<GlobalVariable>(M.getOrInsertGlobal(Name, Ty)); in getGlobalVariable()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
| H A D | WholeProgramDevirt.cpp | 1478 M.getOrInsertGlobal(getGlobalName(Slot, Args, Name), Int8Arr0Ty); in importGlobal()
|
| H A D | LowerTypeTests.cpp | 973 Constant *C = M.getOrInsertGlobal(("__typeid_" + TypeId + "_" + Name).str(), in importTypeId()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | ItaniumCXXABI.cpp | 3568 VTable = CGM.getModule().getOrInsertGlobal(VTableName, CGM.Int8PtrTy); in BuildVTablePointer()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUInstructionSelector.cpp | 1144 M->getOrInsertGlobal(SymbolName, Type::getInt32Ty(M->getContext()))); in selectRelocConstant()
|
| H A D | SIISelLowering.cpp | 6714 M->getOrInsertGlobal(SymbolName, Type::getInt32Ty(M->getContext()))); in LowerINTRINSIC_WO_CHAIN()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 17028 M.getOrInsertGlobal("__security_cookie", in insertSSPDeclarations()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 19421 M.getOrInsertGlobal("__security_cookie", in insertSSPDeclarations()
|