Searched refs:getOrInsertGlobal (Results 1 - 8 of 8) sorted by relevance

/external/llvm/unittests/IR/
H A DValueTest.cpp64 Constant *Dummy1 = M->getOrInsertGlobal("dummy", Int32Ty);
82 Constant *DummyCast1 = M->getOrInsertGlobal("dummy_cast", Int8Ty);
H A DConstantsTest.cpp174 Constant *Global = M->getOrInsertGlobal("dummy",
176 Constant *Global2 = M->getOrInsertGlobal("dummy2",
266 M->getOrInsertGlobal("dummy", PointerType::getUnqual(Int32Ty));
/external/llvm/lib/CodeGen/
H A DStackProtector.cpp349 StackGuardVar = M->getOrInsertGlobal("__guard_local", PtrTy);
354 StackGuardVar = M->getOrInsertGlobal("__stack_chk_guard", PtrTy);
/external/llvm/lib/IR/
H A DModule.cpp193 /// getOrInsertGlobal - Look up the specified global in the module symbol table.
199 Constant *Module::getOrInsertGlobal(StringRef Name, Type *Ty) { function in class:Module
/external/llvm/include/llvm/IR/
H A DModule.h383 Constant *getOrInsertGlobal(StringRef Name, Type *Ty);
/external/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp553 ArgTLS = Mod->getOrInsertGlobal("__dfsan_arg_tls", ArgTLSTy);
558 RetvalTLS = Mod->getOrInsertGlobal("__dfsan_retval_tls", ShadowTy);
H A DAddressSanitizer.cpp1619 Constant *OptionDetectUAR = F.getParent()->getOrInsertGlobal(
/external/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp2415 CGM.getModule().getOrInsertGlobal(VTableName, CGM.Int8PtrTy);

Completed in 2218 milliseconds