Home | History | Annotate | Download | only in common

Lines Matching defs:FileContext

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