Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugMacro.h113 Error parseMacro(DWARFUnitVector::compile_unit_range Units, in parseMacro()
129 Error parseImpl(Optional<DWARFUnitVector::compile_unit_range> Units,
H A DDWARFContext.h149 using compile_unit_range = DWARFUnitVector::compile_unit_range; variable
167 compile_unit_range compile_units() { in compile_units()
195 compile_unit_range dwo_compile_units() { in dwo_compile_units()
H A DDWARFUnit.h132 using compile_unit_range = variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugMacro.cpp105 Optional<DWARFUnitVector::compile_unit_range> Units, in parseImpl()