Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDIERef.h33 DIERef(std::optional<uint32_t> file_index,Section section,dw_offset_t die_offset) DIERef() argument
59 std::optional<uint32_t> file_index() const { file_index() function
[all...]
H A DSymbolFileDWARF.h337 SetFileIndex(std::optional<uint64_t> file_index) SetFileIndex() argument
H A DSymbolFileDWARF.cpp1739 std::optional<uint32_t> file_index = die_ref.file_index(); GetDIERefSymbolFile() local
/llvm-project/lldb/test/API/lang/objc/foundation/
H A DTestObjCMethods.py13 file_index = 0 variable
/llvm-project/lldb/source/Symbol/
H A DLineTable.cpp308 auto file_idx_matcher = [](uint32_t file_index, uint16_t entry_file_idx) { in FindLineEntryIndexByFileIndex() argument
/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1223 uint32_t file_index = file_index_or_err.get(); ParseLineTable() local