Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Platform/Windows/
DPlatformWindows.cpp44 size_t Count() const { return m_archs.size(); } in Count()
46 const ArchSpec &operator[](int idx) { return m_archs[idx]; } in operator []()
51 m_archs.begin(), m_archs.end(), in AddArch()
53 if (iter != m_archs.end()) in AddArch()
56 m_archs.push_back(spec); in AddArch()
59 std::vector<ArchSpec> m_archs; member in __anon95a12a8c0111::SupportedArchList