HomeSort by relevance Sort by last modified time
    Searched refs:FindGlobalVariableNamed (Results 1 - 5 of 5) sorted by null

  /external/llvm/unittests/ExecutionEngine/MCJIT/
MCJITMultipleModuleTest.cpp 223 EXPECT_EQ(GVA, TheJIT->FindGlobalVariableNamed("GVA"));
224 EXPECT_EQ(GVB, TheJIT->FindGlobalVariableNamed("GVB"));
225 EXPECT_EQ(GVC, TheJIT->FindGlobalVariableNamed("GVC",true));
226 EXPECT_EQ(nullptr, TheJIT->FindGlobalVariableNamed("GVC"));
  /external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.h 228 /// FindGlobalVariableNamed - Search all of the active modules to find the
231 GlobalVariable *FindGlobalVariableNamed(const char *Name,
MCJIT.cpp 467 GlobalVariable *MCJIT::FindGlobalVariableNamed(const char *Name, bool AllowInternal) {
  /external/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 211 /// FindGlobalVariableNamed - Search all of the active modules to find the global variable
214 virtual GlobalVariable *FindGlobalVariableNamed(const char *Name, bool AllowInternal = false);
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 165 GlobalVariable *ExecutionEngine::FindGlobalVariableNamed(const char *Name, bool AllowInternal) {
    [all...]

Completed in 388 milliseconds