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

  /external/llvm/unittests/ExecutionEngine/
ExecutionEngineTest.cpp 74 EXPECT_EQ(G1, Engine->getGlobalValueAtAddress(&Mem1));
77 EXPECT_EQ(NULL, Engine->getGlobalValueAtAddress(&Mem1));
78 EXPECT_EQ(G1, Engine->getGlobalValueAtAddress(&Mem2));
83 EXPECT_EQ(G2, Engine->getGlobalValueAtAddress(&Mem1));
84 EXPECT_EQ(G1, Engine->getGlobalValueAtAddress(&Mem2));
86 EXPECT_EQ(G2, Engine->getGlobalValueAtAddress(&Mem1))
88 EXPECT_EQ(NULL, Engine->getGlobalValueAtAddress(&Mem2));
90 EXPECT_EQ(NULL, Engine->getGlobalValueAtAddress(&Mem1));
91 EXPECT_EQ(G2, Engine->getGlobalValueAtAddress(&Mem2))
102 EXPECT_EQ(G1, Engine->getGlobalValueAtAddress(&Mem1))
    [all...]
  /external/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 70 /// at the address. This map is not computed unless getGlobalValueAtAddress
309 /// getGlobalValueAtAddress - Return the LLVM global value object that starts
312 const GlobalValue *getGlobalValueAtAddress(void *Addr);
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 230 const GlobalValue *ExecutionEngine::getGlobalValueAtAddress(void *Addr) {
    [all...]

Completed in 601 milliseconds