Home
last modified time | relevance | path

Searched defs:file_index (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDIERef.h34 DIERef(std::optional<uint32_t> file_index, Section section, in DIERef()
60 std::optional<uint32_t> file_index() const { in file_index() function
H A DSymbolFileDWARF.h339 void SetFileIndex(std::optional<uint64_t> file_index) { in SetFileIndex()
H A DSymbolFileDWARF.cpp1703 std::optional<uint32_t> file_index = die_ref.file_index(); in GetDIERefSymbolFile() local
/freebsd/sys/dev/xen/gntdev/
H A Dgntdev.c234 uint64_t file_index; member
478 uint64_t file_index; member
/freebsd/usr.sbin/bhyve/
H A Dqemu_fwcfg.c341 uint32_t file_index; in qemu_fwcfg_add_file() local
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DLineTable.cpp278 auto file_idx_matcher = [](uint32_t file_index, uint16_t entry_file_idx) { in FindLineEntryIndexByFileIndex()
/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_support_format_cab.c366 int file_index; member
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1220 uint32_t file_index = file_index_or_err.get(); in ParseLineTable() local