Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugMacro.h112 Error parseMacro(DWARFUnitVector::compile_unit_range Units, in parseMacro()
128 Error parseImpl(Optional<DWARFUnitVector::compile_unit_range> Units,
H A DDWARFContext.h145 using compile_unit_range = DWARFUnitVector::compile_unit_range; variable
168 compile_unit_range compile_units() { in compile_units()
201 compile_unit_range dwo_compile_units() { in dwo_compile_units()
H A DDWARFUnit.h136 using compile_unit_range = variable
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugMacro.cpp108 Optional<DWARFUnitVector::compile_unit_range> Units, in parseImpl()
/llvm-project-15.0.7/bolt/lib/Core/
H A DDebugData.cpp850 DWARFUnitVector::compile_unit_range CompileUnits = in computeNewOffsets()
/llvm-project-15.0.7/lld/MachO/
H A DInputFiles.cpp1181 const DWARFContext::compile_unit_range &units = ctx->compile_units(); in parseDebugInfo()