Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DThreadElfCore.cpp556 llvm::StringRef argentry = argentry_iterator->ref(); in Populate() local
558 std::min<size_t>(std::distance(psargs, psargs_end), argentry.size()); in Populate()
559 auto arg_iterator = std::begin(argentry); in Populate()