Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DLowerEmuTLS.cpp120 M.getOrInsertGlobal(EmuTlsVarName, EmuTlsVarType)); in addEmuTlsVar()
140 M.getOrInsertGlobal(EmuTlsTmplName, GVType)); in addEmuTlsVar()
DSafeStack.cpp401 F.getParent()->getOrInsertGlobal("__stack_chk_guard", StackPtrTy); in getStackGuard()
DTargetLoweringBase.cpp1821 auto Guard = cast<GlobalValue>(M.getOrInsertGlobal("__guard_local", PtrTy)); in getIRStackGuard()
1831 M.getOrInsertGlobal("__stack_chk_guard", Type::getInt8PtrTy(M.getContext())); in insertSSPDeclarations()
/external/llvm/unittests/IR/
DValueTest.cpp69 Constant *Dummy1 = M->getOrInsertGlobal("dummy", Int32Ty); in TEST()
87 Constant *DummyCast1 = M->getOrInsertGlobal("dummy_cast", Int8Ty); in TEST()
DConstantsTest.cpp202 Constant *Global = M->getOrInsertGlobal("dummy", in TEST()
204 Constant *Global2 = M->getOrInsertGlobal("dummy2", in TEST()
312 M->getOrInsertGlobal("dummy", PointerType::getUnqual(Int32Ty)); in TEST()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DStackProtector.cpp177 StackGuardVar = M->getOrInsertGlobal("__stack_chk_guard", PtrTy); in InsertStackProtectors()
/external/swiftshader/third_party/LLVM/include/llvm/
DModule.h346 Constant *getOrInsertGlobal(StringRef Name, Type *Ty);
/external/llvm/lib/IR/
DModule.cpp223 Constant *Module::getOrInsertGlobal(StringRef Name, Type *Ty) { in getOrInsertGlobal() function in Module
/external/swiftshader/third_party/LLVM/lib/VMCore/
DModule.cpp270 Constant *Module::getOrInsertGlobal(StringRef Name, Type *Ty) { in getOrInsertGlobal() function in Module
/external/llvm/include/llvm/IR/
DModule.h385 Constant *getOrInsertGlobal(StringRef Name, Type *Ty);
/external/llvm/lib/Transforms/Instrumentation/
DDataFlowSanitizer.cpp610 ArgTLS = Mod->getOrInsertGlobal("__dfsan_arg_tls", ArgTLSTy); in runOnModule()
615 RetvalTLS = Mod->getOrInsertGlobal("__dfsan_retval_tls", ShadowTy); in runOnModule()
621 Mod->getOrInsertGlobal(kDFSanExternShadowPtrMask, IntptrTy); in runOnModule()
DAddressSanitizer.cpp2109 Constant *OptionDetectUseAfterReturn = F.getParent()->getOrInsertGlobal( in poisonStack()
/external/llvm/lib/Target/X86/
DX86WinEHState.cpp333 Cookie = TheModule->getOrInsertGlobal("__security_cookie", Int32Ty); in emitExceptionRegistrationRecord()
DX86ISelLowering.cpp1981 M.getOrInsertGlobal("__security_cookie", in insertSSPDeclarations()
/external/clang/lib/CodeGen/
DItaniumCXXABI.cpp2830 CGM.getModule().getOrInsertGlobal(VTableName, CGM.Int8PtrTy); in BuildVTablePointer()