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

/external/llvm/lib/CodeGen/
H A DStackProtector.cpp200 StackGuardVar = M->getOrInsertGlobal("__stack_chk_guard", PtrTy);
/external/llvm/include/llvm/
H A DModule.h367 /// getOrInsertGlobal - Look up the specified global in the module symbol
374 Constant *getOrInsertGlobal(StringRef Name, Type *Ty);
/external/llvm/lib/VMCore/
H A DModule.cpp263 /// getOrInsertGlobal - Look up the specified global in the module symbol table.
269 Constant *Module::getOrInsertGlobal(StringRef Name, Type *Ty) { function in class:Module
/external/clang/lib/CodeGen/
H A DCGRTTI.cpp482 CGM.getModule().getOrInsertGlobal(VTableName, CGM.Int8PtrTy);

Completed in 87 milliseconds