Searched refs:FindGlobalVariableNamed (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.h225 /// FindGlobalVariableNamed - Search all of the active modules to find the
228 GlobalVariable *FindGlobalVariableNamed(StringRef Name,
H A DMCJIT.cpp501 GlobalVariable *MCJIT::FindGlobalVariableNamed(StringRef Name, bool AllowInternal) { function in class:MCJIT
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h217 /// FindGlobalVariableNamed - Search all of the active modules to find the global variable
220 virtual GlobalVariable *FindGlobalVariableNamed(StringRef Name, bool AllowInternal = false);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp167 GlobalVariable *ExecutionEngine::FindGlobalVariableNamed(StringRef Name, bool AllowInternal) { function in class:ExecutionEngine

Completed in 46 milliseconds