Home
last modified time | relevance | path

Searched refs:GetDWOId (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARF.h283 llvm::Optional<uint64_t> GetDWOId();
DSymbolFileDWARF.cpp1592 static uint64_t GetDWOId(DWARFCompileUnit &dwarf_cu, in GetDWOId() function
1601 llvm::Optional<uint64_t> SymbolFileDWARF::GetDWOId() { in GetDWOId() function in SymbolFileDWARF
1606 if (uint64_t dwo_id = ::GetDWOId(*cu, *cu_die)) in GetDWOId()
1744 uint64_t dwo_id = ::GetDWOId(*dwarf_cu, *die.GetDIE()); in UpdateExternalModuleListIfNeeded()
1752 llvm::Optional<uint64_t> dwo_dwo_id = dwo_symfile->GetDWOId(); in UpdateExternalModuleListIfNeeded()