Home
last modified time | relevance | path

Searched refs:FooAddr (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/ExecutionEngine/Orc/
H A DLookupAndRecordAddrsTest.cpp37 EXPECT_EQ(FooAddress.getValue(), FooAddr); in TEST_F()
68 EXPECT_EQ(FooAddress.getValue(), FooAddr); in TEST_F()
81 EXPECT_EQ(FooAddress.getValue(), FooAddr); in TEST_F()
104 EXPECT_EQ(FooAddress.getValue(), FooAddr); in TEST_F()
H A DOrcTestCommon.h62 static const JITTargetAddress FooAddr = 1U; variable
67 JITEvaluatedSymbol(FooAddr, JITSymbolFlags::Exported);
H A DOrcTestCommon.cpp17 const JITTargetAddress llvm::orc::CoreAPIsBasedStandardTest::FooAddr; member in llvm::orc::CoreAPIsBasedStandardTest
H A DCoreAPIsTest.cpp34 EXPECT_EQ(I->second.getAddress(), FooAddr) in TEST_F()