Home
last modified time | relevance | path

Searched refs:DebugSectionSeen (Results 1 – 2 of 2) sorted by relevance

/external/llvm/unittests/ExecutionEngine/Orc/
DObjectLinkingLayerTest.cpp88 bool DebugSectionSeen = false; in TEST() local
89 SectionMemoryManagerWrapper SMMW(DebugSectionSeen); in TEST()
102 EXPECT_EQ(DebugSectionSeen, false) in TEST()
111 EXPECT_EQ(DebugSectionSeen, true) in TEST()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ExecutionEngine/Orc/
DRTDyldObjectLinkingLayerTest.cpp67 bool DebugSectionSeen = false; in TEST() local
68 auto MM = std::make_shared<MemoryManagerWrapper>(DebugSectionSeen); in TEST()
105 EXPECT_EQ(DebugSectionSeen, false) in TEST()
116 EXPECT_EQ(DebugSectionSeen, true) in TEST()