Home
last modified time | relevance | path

Searched refs:GetDWOCompileUnitForHash (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDwo.h32 DWARFCompileUnit *GetDWOCompileUnitForHash(uint64_t hash);
H A DSymbolFileDWARFDwo.cpp38 DWARFCompileUnit *SymbolFileDWARFDwo::GetDWOCompileUnitForHash(uint64_t hash) { in GetDWOCompileUnitForHash() function in SymbolFileDWARFDwo
H A DDWARFUnit.cpp85 DWARFUnit *dwo_cu = dwo_symbol_file->GetDWOCompileUnitForHash(m_dwo_id); in ExtractUnitDIEIfNeeded()