Home
last modified time | relevance | path

Searched refs:GetFileIndex (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFBaseDIE.cpp27 return DIERef(m_cu->GetSymbolFileDWARF().GetFileIndex(), in GetDIERef()
H A DSymbolFileDWARFDwo.cpp141 if (die_ref.file_index() == GetFileIndex()) in GetDIE()
H A DNameToDIE.cpp58 if (ns_unit.GetSymbolFileDWARF().GetFileIndex() == die_ref.file_index() && in FindAllEntriesForUnit()
H A DDebugNamesDWARFIndex.cpp68 return DIERef(cu->GetSymbolFileDWARF().GetFileIndex(), in ToDIERef()
H A DSymbolFileDWARF.h316 std::optional<uint64_t> GetFileIndex() const { return m_file_index; } in GetFileIndex() function
H A DSymbolFileDWARFDebugMap.cpp1509 debug_aranges->AppendRange(*dwarf2Data->GetFileIndex(), in AddOSOARanges()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.h251 llvm::Expected<uint32_t> GetFileIndex(const CompilandIndexItem &cii,
H A DSymbolFileNativePDB.cpp1220 GetFileIndex(*cii, group.NameIndex); in ParseLineTable()
1345 SymbolFileNativePDB::GetFileIndex(const CompilandIndexItem &cii, in GetFileIndex() function in SymbolFileNativePDB
1422 GetFileIndex(*cii, inlinee_line.Header->FileID); in ParseInlineSite()