Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/DWARF/
DDWARFTypeUnit.cpp16 bool DWARFTypeUnit::extractImpl(DataExtractor debug_info, in extractImpl() function in DWARFTypeUnit
18 if (!DWARFUnit::extractImpl(debug_info, offset_ptr)) in extractImpl()
DDWARFUnit.cpp77 bool DWARFUnit::extractImpl(DataExtractor debug_info, uint32_t *offset_ptr) { in extractImpl() function in llvm::DWARFUnit
111 if (extractImpl(debug_info, offset_ptr)) in extract()
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFTypeUnit.h36 bool extractImpl(DataExtractor debug_info, uint32_t *offset_ptr) override;
DDWARFUnit.h142 virtual bool extractImpl(DataExtractor debug_info, uint32_t *offset_ptr);