Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugMacro.h113 Error parseMacro(DWARFUnitVector::compile_unit_range Units, in parseMacro()
129 Error parseImpl(Optional<DWARFUnitVector::compile_unit_range> Units,
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()
DDWARFUnit.h132 using compile_unit_range = variable
/external/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFDebugMacro.cpp105 Optional<DWARFUnitVector::compile_unit_range> Units, in parseImpl()
/external/llvm-project/lld/MachO/
DInputFiles.cpp434 const DWARFContext::compile_unit_range &units = ctx->compile_units(); in parseDebugInfo()