Lines Matching refs:m_compile_units
67 m_compile_units(), in SymbolVendor()
112 assert(m_compile_units[idx].get() == NULL); in SetCompileUnitAtIndex()
113 m_compile_units[idx] = cu_sp; in SetCompileUnitAtIndex()
133 if (m_compile_units.empty()) in GetNumCompileUnits()
141 m_compile_units.resize(m_sym_file_ap->GetNumCompileUnits()); in GetNumCompileUnits()
145 return m_compile_units.size(); in GetNumCompileUnits()
407 cu_end = m_compile_units.end(); in Dump()
408 for (cu_pos = m_compile_units.begin(); cu_pos != cu_end; ++cu_pos) in Dump()
429 cu_sp = m_compile_units[idx]; in GetCompileUnitAtIndex()
432 m_compile_units[idx] = m_sym_file_ap->ParseCompileUnitAtIndex(idx); in GetCompileUnitAtIndex()
433 cu_sp = m_compile_units[idx]; in GetCompileUnitAtIndex()