Searched refs:getGlobalValueAtAddress (Results 1 – 9 of 9) sorted by relevance
/external/swiftshader/third_party/LLVM/unittests/ExecutionEngine/ |
D | ExecutionEngineTest.cpp | 74 EXPECT_EQ(G1, Engine->getGlobalValueAtAddress(&Mem1)); in TEST_F() 77 EXPECT_EQ(NULL, Engine->getGlobalValueAtAddress(&Mem1)); in TEST_F() 78 EXPECT_EQ(G1, Engine->getGlobalValueAtAddress(&Mem2)); in TEST_F() 83 EXPECT_EQ(G2, Engine->getGlobalValueAtAddress(&Mem1)); in TEST_F() 84 EXPECT_EQ(G1, Engine->getGlobalValueAtAddress(&Mem2)); in TEST_F() 86 EXPECT_EQ(G2, Engine->getGlobalValueAtAddress(&Mem1)) in TEST_F() 88 EXPECT_EQ(NULL, Engine->getGlobalValueAtAddress(&Mem2)); in TEST_F() 90 EXPECT_EQ(NULL, Engine->getGlobalValueAtAddress(&Mem1)); in TEST_F() 91 EXPECT_EQ(G2, Engine->getGlobalValueAtAddress(&Mem2)) in TEST_F() 102 EXPECT_EQ(G1, Engine->getGlobalValueAtAddress(&Mem1)); in TEST_F() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ExecutionEngine/ |
D | ExecutionEngineTest.cpp | 82 EXPECT_EQ(G1, Engine->getGlobalValueAtAddress(&Mem1)); in TEST_F() 85 EXPECT_EQ(nullptr, Engine->getGlobalValueAtAddress(&Mem1)); in TEST_F() 86 EXPECT_EQ(G1, Engine->getGlobalValueAtAddress(&Mem2)); in TEST_F() 90 EXPECT_EQ(G2, Engine->getGlobalValueAtAddress(&Mem1)); in TEST_F() 91 EXPECT_EQ(G1, Engine->getGlobalValueAtAddress(&Mem2)); in TEST_F() 93 EXPECT_EQ(G2, Engine->getGlobalValueAtAddress(&Mem1)) in TEST_F() 95 EXPECT_EQ(nullptr, Engine->getGlobalValueAtAddress(&Mem2)); in TEST_F() 97 EXPECT_EQ(nullptr, Engine->getGlobalValueAtAddress(&Mem1)); in TEST_F() 98 EXPECT_EQ(G2, Engine->getGlobalValueAtAddress(&Mem2)) in TEST_F() 108 EXPECT_EQ(G1, Engine->getGlobalValueAtAddress(&Mem1)); in TEST_F() [all …]
|
/external/llvm/unittests/ExecutionEngine/ |
D | ExecutionEngineTest.cpp | 82 EXPECT_EQ(G1, Engine->getGlobalValueAtAddress(&Mem1)); in TEST_F() 85 EXPECT_EQ(nullptr, Engine->getGlobalValueAtAddress(&Mem1)); in TEST_F() 86 EXPECT_EQ(G1, Engine->getGlobalValueAtAddress(&Mem2)); in TEST_F() 90 EXPECT_EQ(G2, Engine->getGlobalValueAtAddress(&Mem1)); in TEST_F() 91 EXPECT_EQ(G1, Engine->getGlobalValueAtAddress(&Mem2)); in TEST_F() 93 EXPECT_EQ(G2, Engine->getGlobalValueAtAddress(&Mem1)) in TEST_F() 95 EXPECT_EQ(nullptr, Engine->getGlobalValueAtAddress(&Mem2)); in TEST_F() 97 EXPECT_EQ(nullptr, Engine->getGlobalValueAtAddress(&Mem1)); in TEST_F() 98 EXPECT_EQ(G2, Engine->getGlobalValueAtAddress(&Mem2)) in TEST_F() 108 EXPECT_EQ(G1, Engine->getGlobalValueAtAddress(&Mem1)); in TEST_F() [all …]
|
/external/swiftshader/third_party/LLVM/include/llvm/ExecutionEngine/ |
D | ExecutionEngine.h | 309 const GlobalValue *getGlobalValueAtAddress(void *Addr);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/ |
D | ExecutionEngine.h | 385 const GlobalValue *getGlobalValueAtAddress(void *Addr);
|
/external/llvm/include/llvm/ExecutionEngine/ |
D | ExecutionEngine.h | 373 const GlobalValue *getGlobalValueAtAddress(void *Addr);
|
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/ |
D | ExecutionEngine.cpp | 230 const GlobalValue *ExecutionEngine::getGlobalValueAtAddress(void *Addr) { in getGlobalValueAtAddress() function in ExecutionEngine
|
/external/llvm/lib/ExecutionEngine/ |
D | ExecutionEngine.cpp | 298 const GlobalValue *ExecutionEngine::getGlobalValueAtAddress(void *Addr) { in getGlobalValueAtAddress() function in ExecutionEngine
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/ |
D | ExecutionEngine.cpp | 301 const GlobalValue *ExecutionEngine::getGlobalValueAtAddress(void *Addr) { in getGlobalValueAtAddress() function in ExecutionEngine
|