Searched defs:GetFileIndex (Results 1 – 2 of 2) sorted by relevance
/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ | ||
H A D | SymbolFileDWARF.h | 336 std::optional<uint64_t> GetFileIndex() const { return m_file_index; } GetFileIndex() function |
/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ | ||
H A D | SymbolFileNativePDB.cpp | 1345 SymbolFileNativePDB::GetFileIndex(const CompilandIndexItem &cii, GetFileIndex() function in SymbolFileNativePDB |