Home
last modified time | relevance | path

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

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