Home
last modified time | relevance | path

Searched defs:IRMemoryMapTestState (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/lldb/tools/lldb-test/
H A Dlldb-test.cpp270 struct IRMemoryMapTestState { struct
271 TargetSP Target;
272 IRMemoryMap Map;
274 AddrIntervalMap::Allocator IntervalMapAllocator;
275 AddrIntervalMap Allocations;
277 StringMap<addr_t> Label2AddrMap;
279 IRMemoryMapTestState(TargetSP Target) in IRMemoryMapTestState() argument