Home
last modified time | relevance | path

Searched defs:ListEntry (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/
DLibCxxList.cpp27 class ListEntry { class
30 ListEntry(ValueObjectSP entry_sp) : m_entry_sp(std::move(entry_sp)) {} in ListEntry() function in __anonce51fdcd0111::ListEntry
31 ListEntry(ValueObject *entry) in ListEntry() function in __anonce51fdcd0111::ListEntry
/openbsd/src/gnu/llvm/llvm/lib/ObjectYAML/
DMachOEmitter.cpp477 NListType ListEntry; in writeNListEntry() local