OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Sat Aug 08 00:24:54 UTC 2026