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

/external/llvm/include/llvm/IR/
H A DModule.h370 GlobalVariable *getNamedGlobal(StringRef Name) { function in class:llvm::Module
373 const GlobalVariable *getNamedGlobal(StringRef Name) const { function in class:llvm::Module
374 return const_cast<Module *>(this)->getNamedGlobal(Name);

Completed in 46 milliseconds