HomeSort by relevance Sort by last modified time
    Searched refs:getOrInsertGlobal (Results 1 - 8 of 8) sorted by null

  /external/llvm/unittests/IR/
ValueTest.cpp 64 Constant *Dummy1 = M->getOrInsertGlobal("dummy", Int32Ty);
82 Constant *DummyCast1 = M->getOrInsertGlobal("dummy_cast", Int8Ty);
ConstantsTest.cpp 174 Constant *Global = M->getOrInsertGlobal("dummy",
176 Constant *Global2 = M->getOrInsertGlobal("dummy2",
266 M->getOrInsertGlobal("dummy", PointerType::getUnqual(Int32Ty));
  /external/llvm/lib/CodeGen/
StackProtector.cpp 349 StackGuardVar = M->getOrInsertGlobal("__guard_local", PtrTy);
354 StackGuardVar = M->getOrInsertGlobal("__stack_chk_guard", PtrTy);
  /external/llvm/lib/IR/
Module.cpp 193 /// getOrInsertGlobal - Look up the specified global in the module symbol table.
199 Constant *Module::getOrInsertGlobal(StringRef Name, Type *Ty) {
  /external/llvm/include/llvm/IR/
Module.h 383 Constant *getOrInsertGlobal(StringRef Name, Type *Ty);