Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DUdtRecordCompleter.cpp70 std::optional<uint64_t> vtable_idx) { in AddBaseClassForTypeIndex() argument
79 vtable_idx.has_value(), udt_cvt.kind() == LF_CLASS); in AddBaseClassForTypeIndex()
84 std::make_pair(vtable_idx.value_or(0), std::move(base_spec))); in AddBaseClassForTypeIndex()
H A DUdtRecordCompleter.h131 std::optional<uint64_t> vtable_idx = std::optional<uint64_t>());