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

  /src/external/apache2/llvm/dist/llvm/lib/IR/
Module.cpp 182 /// getGlobalVariable - Look up the specified global variable in the module
189 GlobalVariable *Module::getGlobalVariable(StringRef Name,
766 GlobalVariable *GV = M.getGlobalVariable(Name);
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Module.h 408 GlobalVariable *getGlobalVariable(StringRef Name) const {
409 return getGlobalVariable(Name, false);
412 GlobalVariable *getGlobalVariable(StringRef Name, bool AllowInternal) const;
414 GlobalVariable *getGlobalVariable(StringRef Name,
416 return static_cast<const Module *>(this)->getGlobalVariable(Name,
424 return getGlobalVariable(Name, true);
  /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
WebAssemblyLowerEmscriptenEHSjLj.cpp 297 static GlobalVariable *getGlobalVariable(Module &M, Type *Ty,
705 ThrewGV = getGlobalVariable(M, getAddrIntType(&M), TM, "__THREW__");
706 ThrewValueGV = getGlobalVariable(M, IRB.getInt32Ty(), TM, "__threwValue");

Completed in 18 milliseconds