Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDwo.cpp53 std::optional<uint64_t> dwo_id = cu->GetDWOId(); in GetDWOCompileUnitForHash() local
54 if (!dwo_id || hash != *dwo_id) in GetDWOCompileUnitForHash()
H A DSymbolFileDWARF.cpp1711 std::optional<uint64_t> dwo_id = in GetDWOId() local
1713 if (dwo_id) in GetDWOId()
1714 return dwo_id; in GetDWOId()
1894 std::optional<uint64_t> dwo_id = ::GetDWOId(*dwarf_cu, *die.GetDIE()); in UpdateExternalModuleListIfNeeded() local
1895 if (!dwo_id) in UpdateExternalModuleListIfNeeded()
1906 if (dwo_id != dwo_dwo_id) { in UpdateExternalModuleListIfNeeded()
/openbsd/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DDwarf.def379 HANDLE_DW_AT(0x75, dwo_id, 0, DWARF) ///< Retracted from DWARF v5.