Lines Matching refs:FileContext
130 DwarfCUToModule::FileContext::FileContext(const string &filename, in FileContext() function in google_breakpad::DwarfCUToModule::FileContext
139 DwarfCUToModule::FileContext::~FileContext() { in ~FileContext()
142 void DwarfCUToModule::FileContext::AddSectionToSectionMap( in AddSectionToSectionMap()
147 void DwarfCUToModule::FileContext::ClearSectionMapForTest() { in ClearSectionMapForTest()
152 DwarfCUToModule::FileContext::section_map() const { in section_map()
156 void DwarfCUToModule::FileContext::ClearSpecifications() { in ClearSpecifications()
161 bool DwarfCUToModule::FileContext::IsUnhandledInterCUReference( in IsUnhandledInterCUReference()
172 CUContext(FileContext *file_context_arg, WarningReporter *reporter_arg) in CUContext()
185 FileContext *file_context;
308 FileContext *file_context = cu_context_->file_context; in ProcessAttributeReference()
693 DwarfCUToModule::DwarfCUToModule(FileContext *file_context, in DwarfCUToModule()