Home
last modified time | relevance | path

Searched refs:parseImpl (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugMacro.h115 return parseImpl(Units, StringExtractor, MacroData, /*IsMacro=*/true); in parseMacro()
119 return parseImpl(None, None, MacroData, /*IsMacro=*/false); in parseMacinfo()
128 Error parseImpl(Optional<DWARFUnitVector::compile_unit_range> Units,
H A DDWARFGdbIndex.h70 bool parseImpl(DataExtractor Data);
H A DDWARFUnitIndex.h150 bool parseImpl(DataExtractor IndexData);
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFGdbIndex.cpp114 bool DWARFGdbIndex::parseImpl(DataExtractor Data) { in parseImpl() function in DWARFGdbIndex
198 HasError = HasContent && !parseImpl(Data); in parse()
H A DDWARFUnitIndex.cpp120 bool b = parseImpl(IndexData); in parse()
131 bool DWARFUnitIndex::parseImpl(DataExtractor IndexData) { in parseImpl() function in DWARFUnitIndex
H A DDWARFDebugMacro.cpp107 Error DWARFDebugMacro::parseImpl( in parseImpl() function in DWARFDebugMacro