Searched refs:extractImpl (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/DebugInfo/
H A DDWARFTypeUnit.cpp16 bool DWARFTypeUnit::extractImpl(DataExtractor debug_info, function in class:DWARFTypeUnit
18 if (!DWARFUnit::extractImpl(debug_info, offset_ptr))
H A DDWARFTypeUnit.h31 bool extractImpl(DataExtractor debug_info, uint32_t *offset_ptr) override;
H A DDWARFUnit.h61 virtual bool extractImpl(DataExtractor debug_info, uint32_t *offset_ptr);
H A DDWARFUnit.cpp54 bool DWARFUnit::extractImpl(DataExtractor debug_info, uint32_t *offset_ptr) { function in class:DWARFUnit
80 if (extractImpl(debug_info, offset_ptr))

Completed in 68 milliseconds