/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUCtorDtorLowering.cpp | 81 auto *Begin = M.getOrInsertGlobal( in createInitOrFiniCalls() 92 auto *End = M.getOrInsertGlobal( in createInitOrFiniCalls()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | LowerEmuTLS.cpp | 144 M.getOrInsertGlobal(EmuTlsVarName, EmuTlsVarType)); in addEmuTlsVar() 159 M.getOrInsertGlobal(EmuTlsTmplName, GVType)); in addEmuTlsVar()
|
H A D | JMCInstrumenter.cpp | 176 Flag = M.getOrInsertGlobal(FlagName, FlagTy, [&] { in runImpl()
|
H A D | WasmEHPrepare.cpp | 253 M.getOrInsertGlobal("__wasm_lpad_context", LPadContextTy)); in prepareEHPads()
|
H A D | TargetLoweringBase.cpp | 1934 Constant *C = M.getOrInsertGlobal("__guard_local", PtrTy); in getIRStackGuard()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | NVPTXCtorDtorLowering.cpp | 137 auto *Begin = M.getOrInsertGlobal( in createInitOrFiniCalls() 150 auto *End = M.getOrInsertGlobal( in createInitOrFiniCalls()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64Arm64ECCallLowering.cpp | 425 M->getOrInsertGlobal("__os_arm64x_dispatch_call_no_redirect", PtrTy); in buildExitThunk() 800 M->getOrInsertGlobal("__os_arm64x_check_icall_cfg", GuardFnPtrType); in runOnModule() 802 M->getOrInsertGlobal("__os_arm64x_check_icall", GuardFnPtrType); in runOnModule() 804 M->getOrInsertGlobal("__os_arm64x_dispatch_call", DispatchFnPtrType); in runOnModule()
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Module.cpp | 223 Constant *Module::getOrInsertGlobal( in getOrInsertGlobal() function in Module 237 Constant *Module::getOrInsertGlobal(StringRef Name, Type *Ty) { in getOrInsertGlobal() function in Module 238 return getOrInsertGlobal(Name, Ty, [&] { in getOrInsertGlobal()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/CFGuard/ |
H A D | CFGuard.cpp | 252 GuardFnGlobal = M.getOrInsertGlobal(GuardFnName, GuardFnPtrType, [&] { in doInitialization()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | LowerGlobalDtors.cpp | 157 Constant *DsoHandle = M.getOrInsertGlobal("__dso_handle", DsoHandleTy, [&] { in runImpl()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | Module.h | 474 getOrInsertGlobal(StringRef Name, Type *Ty, 479 Constant *getOrInsertGlobal(StringRef Name, Type *Ty);
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | PGOCtxProfLowering.cpp | 135 auto *G = M.getOrInsertGlobal(Fname + "_ctx_root", ContextRootTy); in CtxInstrumentationLowerer()
|
H A D | MemorySanitizer.cpp | 834 static Constant *getOrInsertGlobal(Module &M, StringRef Name, Type *Ty) { in getOrInsertGlobal() function 835 return M.getOrInsertGlobal(Name, Ty, [&] { in getOrInsertGlobal() 863 getOrInsertGlobal(M, "__msan_retval_tls", in createUserspaceApi() 866 RetvalOriginTLS = getOrInsertGlobal(M, "__msan_retval_origin_tls", OriginTy); in createUserspaceApi() 869 getOrInsertGlobal(M, "__msan_param_tls", in createUserspaceApi() 873 getOrInsertGlobal(M, "__msan_param_origin_tls", in createUserspaceApi() 877 getOrInsertGlobal(M, "__msan_va_arg_tls", in createUserspaceApi() 881 getOrInsertGlobal(M, "__msan_va_arg_origin_tls", in createUserspaceApi() 885 getOrInsertGlobal(M, "__msan_va_arg_overflow_size_tls", IRB.getInt64Ty()); in createUserspaceApi() 1055 M.getOrInsertGlobal("__msan_track_origins", IRB.getInt32Ty(), [&] { in initializeModule() [all …]
|
H A D | HWAddressSanitizer.cpp | 658 Constant *C = M.getOrInsertGlobal("__hwasan_tls", IntptrTy, [&] { in initializeModule() 735 M.getOrInsertGlobal("__hwasan_shadow", ArrayType::get(Int8Ty, 0)); in initializeCallbacks() 767 IRB.GetInsertBlock()->getParent()->getParent()->getOrInsertGlobal( in getShadowNonTls()
|
H A D | MemProfiler.cpp | 603 Value *GlobalDynamicAddress = F.getParent()->getOrInsertGlobal( in insertDynamicShadowAtFunctionEntry()
|
H A D | AddressSanitizer.cpp | 2852 AsanShadowGlobal = M.getOrInsertGlobal("__asan_shadow", in initializeCallbacks() 2900 Value *GlobalDynamicAddress = F.getParent()->getOrInsertGlobal( in maybeInsertDynamicShadowAtFunctionEntry() 3501 Constant *OptionDetectUseAfterReturn = F.getParent()->getOrInsertGlobal( in processStaticAllocas()
|
H A D | SanitizerCoverage.cpp | 469 M.getOrInsertGlobal(SanCovLowestStackName, IntptrTy); in instrumentModule()
|
H A D | DataFlowSanitizer.cpp | 1512 Constant *C = Mod->getOrInsertGlobal(Name, Ty); in runImpl() 1531 (void)Mod->getOrInsertGlobal("__dfsan_track_origins", OriginTy, [&] { in runImpl()
|
H A D | NumericalStabilitySanitizer.cpp | 593 return dyn_cast<GlobalValue>(M.getOrInsertGlobal(Name, Ty, [&M, Ty, Name] { in createThreadLocalGV()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86WinEHState.cpp | 327 Cookie = TheModule->getOrInsertGlobal("__security_cookie", Int32Ty); in emitExceptionRegistrationRecord()
|
H A D | X86ISelLoweringCall.cpp | 595 M.getOrInsertGlobal("__security_cookie", in insertSSPDeclarations()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyLowerEmscriptenEHSjLj.cpp | 410 auto *GV = dyn_cast<GlobalVariable>(M.getOrInsertGlobal(Name, Ty)); in getGlobalVariable()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | WholeProgramDevirt.cpp | 1650 M.getOrInsertGlobal(getGlobalName(Slot, Args, Name), Int8Arr0Ty); in importGlobal()
|
H A D | LowerTypeTests.cpp | 971 Constant *C = M.getOrInsertGlobal(("__typeid_" + TypeId + "_" + Name).str(), in importTypeId()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | ItaniumCXXABI.cpp | 3945 VTable = CGM.getModule().getOrInsertGlobal(VTableName, Ty); in BuildVTablePointer()
|