HomeSort by: relevance | last modified time | path
    Searched defs:getNamedGlobal (Results 1 - 1 of 1) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Module.h 423 const GlobalVariable *getNamedGlobal(StringRef Name) const {
426 GlobalVariable *getNamedGlobal(StringRef Name) {
428 static_cast<const Module *>(this)->getNamedGlobal(Name));

Completed in 52 milliseconds