Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/DebugInfo/CodeView/
H A DRandomAccessVisitorTest.cpp92 GlobalState = std::make_unique<GlobalTestState>(); in SetUpTestCase()
156 struct GlobalTestState { struct in __anon4c709ac60111::RandomAccessVisitorTest
157 GlobalTestState() : Strings(Allocator), ItemStream(llvm::support::little) {} in GlobalTestState() argument
197 static std::unique_ptr<GlobalTestState> GlobalState;
201 std::unique_ptr<RandomAccessVisitorTest::GlobalTestState>