Searched refs:getOrInsertGlobal (Results 1 – 15 of 15) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | LowerEmuTLS.cpp | 120 M.getOrInsertGlobal(EmuTlsVarName, EmuTlsVarType)); in addEmuTlsVar() 140 M.getOrInsertGlobal(EmuTlsTmplName, GVType)); in addEmuTlsVar()
|
D | SafeStack.cpp | 401 F.getParent()->getOrInsertGlobal("__stack_chk_guard", StackPtrTy); in getStackGuard()
|
D | TargetLoweringBase.cpp | 1821 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/ |
D | ValueTest.cpp | 69 Constant *Dummy1 = M->getOrInsertGlobal("dummy", Int32Ty); in TEST() 87 Constant *DummyCast1 = M->getOrInsertGlobal("dummy_cast", Int8Ty); in TEST()
|
D | ConstantsTest.cpp | 202 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/ |
D | StackProtector.cpp | 177 StackGuardVar = M->getOrInsertGlobal("__stack_chk_guard", PtrTy); in InsertStackProtectors()
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | Module.h | 346 Constant *getOrInsertGlobal(StringRef Name, Type *Ty);
|
/external/llvm/lib/IR/ |
D | Module.cpp | 223 Constant *Module::getOrInsertGlobal(StringRef Name, Type *Ty) { in getOrInsertGlobal() function in Module
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Module.cpp | 270 Constant *Module::getOrInsertGlobal(StringRef Name, Type *Ty) { in getOrInsertGlobal() function in Module
|
/external/llvm/include/llvm/IR/ |
D | Module.h | 385 Constant *getOrInsertGlobal(StringRef Name, Type *Ty);
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | DataFlowSanitizer.cpp | 610 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()
|
D | AddressSanitizer.cpp | 2109 Constant *OptionDetectUseAfterReturn = F.getParent()->getOrInsertGlobal( in poisonStack()
|
/external/llvm/lib/Target/X86/ |
D | X86WinEHState.cpp | 333 Cookie = TheModule->getOrInsertGlobal("__security_cookie", Int32Ty); in emitExceptionRegistrationRecord()
|
D | X86ISelLowering.cpp | 1981 M.getOrInsertGlobal("__security_cookie", in insertSSPDeclarations()
|
/external/clang/lib/CodeGen/ |
D | ItaniumCXXABI.cpp | 2830 CGM.getModule().getOrInsertGlobal(VTableName, CGM.Int8PtrTy); in BuildVTablePointer()
|