Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDebugNamesDWARFIndex.cpp51 DebugNamesDWARFIndex::ToDIERef(const DebugNames::Entry &entry) const { in ToDIERef() function in DebugNamesDWARFIndex
77 std::optional<DIERef> ref = ToDIERef(entry); in ProcessEntry()
189 std::optional<DIERef> ref = ToDIERef(entry); in GetCompleteObjCClass()
275 if (std::optional<DIERef> ref = ToDIERef(entry)) { in GetFunctions()
H A DDebugNamesDWARFIndex.h82 std::optional<DIERef> ToDIERef(const DebugNames::Entry &entry) const;