Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugMacro.h124 return parseImpl(Units, StringExtractor, MacroData, /*IsMacro=*/true);
128 return parseImpl(std::nullopt, std::nullopt, MacroData, /*IsMacro=*/false); in hasEntryForOffset()
145 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);
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFGdbIndex.cpp115 bool DWARFGdbIndex::parseImpl(DataExtractor Data) { in parseImpl() function in DWARFGdbIndex
200 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