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.h31 DIERef(std::optional<uint32_t> file_index,Section section,dw_offset_t die_offset) DIERef() argument
57 std::optional<uint32_t> file_index() const { file_index() function
[all...]
H A DSymbolFileDWARF.h337 void SetFileIndex(std::optional<uint64_t> file_index) { in SetFileIndex()
H A DSymbolFileDWARF.cpp1764 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.cpp308 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.c263 int file_index; member
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1223 uint32_t file_index = file_index_or_err.get(); in ParseLineTable() local