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/llvm-project/llvm/unittests/ExecutionEngine/Orc/
DRTDyldObjectLinkingLayerTest.cpp47 bool DebugSectionSeen = false; in testSetProcessAllSections() local
53 RTDyldObjectLinkingLayer ObjLayer(ES, [&DebugSectionSeen]() { in testSetProcessAllSections()
54 return std::make_unique<MemoryManagerWrapper>(DebugSectionSeen); in testSetProcessAllSections()
70 return DebugSectionSeen; in testSetProcessAllSections()