Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugMacro.h121 Error parseMacro(DWARFUnitVector::compile_unit_range Units, in parseMacinfo()
145 Error parseImpl(std::optional<DWARFUnitVector::compile_unit_range> Units,
H A DDWARFContext.h166 using compile_unit_range = DWARFUnitVector::compile_unit_range; variable
188 compile_unit_range compile_units() { in compile_units()
220 compile_unit_range dwo_compile_units() { in dwo_compile_units()
H A DDWARFUnit.h140 using compile_unit_range = variable
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugMacro.cpp108 std::optional<DWARFUnitVector::compile_unit_range> Units, in parseImpl()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVDWARFReader.cpp831 DWARFContext::compile_unit_range CompileUnits = in createScopes()
/freebsd/contrib/llvm-project/lld/MachO/
H A DInputFiles.cpp1098 const DWARFContext::compile_unit_range &units = ctx->compile_units(); in parseDebugInfo()