Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugMacro.h116 return parseImpl(Units, StringExtractor, MacroData, /*IsMacro=*/true); in parseMacro()
120 return parseImpl(None, None, MacroData, /*IsMacro=*/false); in parseMacinfo()
129 Error parseImpl(Optional<DWARFUnitVector::compile_unit_range> Units,
H A DDWARFGdbIndex.h70 bool parseImpl(DataExtractor Data);
H A DDWARFUnitIndex.h131 bool parseImpl(DataExtractor IndexData);
/freebsd-13.1/contrib/llvm-project/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.cpp119 bool b = parseImpl(IndexData); in parse()
130 bool DWARFUnitIndex::parseImpl(DataExtractor IndexData) { in parseImpl() function in DWARFUnitIndex
H A DDWARFDebugMacro.cpp104 Error DWARFDebugMacro::parseImpl( in parseImpl() function in DWARFDebugMacro