Lines Matching refs:FileContext
131 DwarfCUToModule::FileContext::FileContext(const string &filename, in FileContext() function in google_breakpad::DwarfCUToModule::FileContext
140 DwarfCUToModule::FileContext::~FileContext() { in ~FileContext()
143 void DwarfCUToModule::FileContext::AddSectionToSectionMap( in AddSectionToSectionMap()
148 void DwarfCUToModule::FileContext::ClearSectionMapForTest() { in ClearSectionMapForTest()
153 DwarfCUToModule::FileContext::section_map() const { in section_map()
157 void DwarfCUToModule::FileContext::ClearSpecifications() { in ClearSpecifications()
162 bool DwarfCUToModule::FileContext::IsUnhandledInterCUReference( in IsUnhandledInterCUReference()
173 CUContext(FileContext *file_context_arg, WarningReporter *reporter_arg, in CUContext()
191 FileContext *file_context;
338 FileContext *file_context = cu_context_->file_context; in ProcessAttributeReference()
799 DwarfCUToModule::DwarfCUToModule(FileContext *file_context, in DwarfCUToModule()