Searched defs:ObjectContainer (Results 1 – 4 of 4) sorted by relevance
37 ObjectContainer(const lldb::ModuleSP &module_sp, const FileSpec *file, in ObjectContainer() function
70 typedef std::vector<std::unique_ptr<DebugMapObject>> ObjectContainer; typedef
78 using ObjectContainer = std::vector<std::unique_ptr<DebugMapObject>>; variable
125 class ObjectContainer; variable