Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARFDwo.h32 DWARFCompileUnit *GetDWOCompileUnitForHash(uint64_t hash);
DSymbolFileDWARFDwo.cpp38 DWARFCompileUnit *SymbolFileDWARFDwo::GetDWOCompileUnitForHash(uint64_t hash) { in GetDWOCompileUnitForHash() function in SymbolFileDWARFDwo
DDWARFUnit.cpp359 DWARFUnit *dwo_cu = dwo_symbol_file->GetDWOCompileUnitForHash(main_dwo_id); in AddUnitDIE()