Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugMacro.h118 return parseImpl(Units, StringExtractor, MacroData, /*IsMacro=*/true); in parseMacro()
122 return parseImpl(std::nullopt, std::nullopt, MacroData, /*IsMacro=*/false); in parseMacinfo()
139 Error parseImpl(std::optional<DWARFUnitVector::compile_unit_range> Units,
H A DDWARFGdbIndex.h70 bool parseImpl(DataExtractor Data);
H A DDWARFUnitIndex.h165 bool parseImpl(DataExtractor IndexData);
/openbsd-src/gnu/llvm/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