Searched refs:nlist_maybe (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/gnu/llvm/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp2809 std::optional<struct nlist_64> nlist_maybe = local
2812 if (!nlist_maybe)
2814 struct nlist_64 nlist = *nlist_maybe;

Completed in 130 milliseconds