Searched defs:getNamedGlobal (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/IR/
H A DModule.h362 /// getNamedGlobal - Return the global variable in the module with the
365 GlobalVariable *getNamedGlobal(StringRef Name) { function in class:llvm::Module
368 const GlobalVariable *getNamedGlobal(StringRef Name) const { function in class:llvm::Module
369 return const_cast<Module *>(this)->getNamedGlobal(Name);

Completed in 30 milliseconds