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

/external/llvm/lib/CodeGen/
H A DStackProtector.cpp289 StackGuardVar = M->getOrInsertGlobal("__guard_local", PtrTy);
293 StackGuardVar = M->getOrInsertGlobal("__stack_chk_guard", PtrTy);
/external/llvm/unittests/IR/
H A DConstantsTest.cpp174 Constant *Global = M->getOrInsertGlobal("dummy",
176 Constant *Global2 = M->getOrInsertGlobal("dummy2",
/external/llvm/include/llvm/IR/
H A DModule.h372 /// getOrInsertGlobal - Look up the specified global in the module symbol
379 Constant *getOrInsertGlobal(StringRef Name, Type *Ty);
/external/llvm/lib/IR/
H A DModule.cpp244 /// getOrInsertGlobal - Look up the specified global in the module symbol table.
250 Constant *Module::getOrInsertGlobal(StringRef Name, Type *Ty) { function in class:Module
/external/clang/lib/CodeGen/
H A DCGRTTI.cpp498 CGM.getModule().getOrInsertGlobal(VTableName, CGM.Int8PtrTy);

Completed in 121 milliseconds