Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
DDebugNamesDWARFIndex.cpp46 DebugNamesDWARFIndex::ToDIERef(const DebugNames::Entry &entry) { in ToDIERef() function in DebugNamesDWARFIndex
66 std::optional<DIERef> ref = ToDIERef(entry); in ProcessEntry()
169 std::optional<DIERef> ref = ToDIERef(entry); in GetCompleteObjCClass()
253 if (std::optional<DIERef> ref = ToDIERef(entry)) { in GetFunctions()
DDebugNamesDWARFIndex.h81 std::optional<DIERef> ToDIERef(const DebugNames::Entry &entry);