Searched refs:GetDWOId (Results 1 – 2 of 2) sorted by relevance
283 llvm::Optional<uint64_t> GetDWOId();
1592 static uint64_t GetDWOId(DWARFCompileUnit &dwarf_cu, in GetDWOId() function1601 llvm::Optional<uint64_t> SymbolFileDWARF::GetDWOId() { in GetDWOId() function in SymbolFileDWARF1606 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()