Home
last modified time | relevance | path

Searched defs:type_unit (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfo.cpp117 if (auto *type_unit = llvm::dyn_cast<DWARFTypeUnit>(unit_sp.get())) { in ParseUnitsFor() local
/freebsd/stand/uboot/
H A Duboot_disk.c303 uboot_diskgetunit(int type, int type_unit) in uboot_diskgetunit()