Searched refs:getNamedAlias (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/
H A DModule.h352 /// getNamedAlias - Return the global alias in the module with the
355 GlobalAlias *getNamedAlias(StringRef Name) const;
/external/llvm/lib/VMCore/
H A DModule.cpp294 // getNamedAlias - Look up the specified global in the module symbol table.
297 GlobalAlias *Module::getNamedAlias(StringRef Name) const { function in class:Module

Completed in 960 milliseconds