HomeSort by: relevance | last modified time | path
    Searched refs:FindGlobalVariableNamed (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.h 225 /// FindGlobalVariableNamed - Search all of the active modules to find the
228 GlobalVariable *FindGlobalVariableNamed(StringRef Name,
MCJIT.cpp 501 GlobalVariable *MCJIT::FindGlobalVariableNamed(StringRef Name, bool AllowInternal) {
  /src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 212 /// FindGlobalVariableNamed - Search all of the active modules to find the global variable
215 virtual GlobalVariable *FindGlobalVariableNamed(StringRef Name, bool AllowInternal = false);
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 162 GlobalVariable *ExecutionEngine::FindGlobalVariableNamed(StringRef Name, bool AllowInternal) {

Completed in 79 milliseconds