Searched refs:DebugSectionSeen (Results 1 – 2 of 2) sorted by relevance
88 bool DebugSectionSeen = false; in TEST() local89 SectionMemoryManagerWrapper SMMW(DebugSectionSeen); in TEST()102 EXPECT_EQ(DebugSectionSeen, false) in TEST()111 EXPECT_EQ(DebugSectionSeen, true) in TEST()
47 bool DebugSectionSeen = false; in testSetProcessAllSections() local53 RTDyldObjectLinkingLayer ObjLayer(ES, [&DebugSectionSeen]() { in testSetProcessAllSections()54 return std::make_unique<MemoryManagerWrapper>(DebugSectionSeen); in testSetProcessAllSections()70 return DebugSectionSeen; in testSetProcessAllSections()