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

  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.cpp 476 GlobalVariable *MCJIT::FindGlobalVariableNamedInModulePtrSet(StringRef Name,
502 GlobalVariable *GV = FindGlobalVariableNamedInModulePtrSet(
505 GV = FindGlobalVariableNamedInModulePtrSet(Name, AllowInternal, OwnedModules.begin_loaded(),
508 GV = FindGlobalVariableNamedInModulePtrSet(Name, AllowInternal, OwnedModules.begin_finalized(),
MCJIT.h 200 GlobalVariable *FindGlobalVariableNamedInModulePtrSet(StringRef Name,

Completed in 16 milliseconds