Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/ABI/PowerPC/
H A DABISysV_ppc64.cpp935 auto exp_extractor = ReturnValueExtractor::Create(thread, type); in GetReturnValueObjectSimple() local
936 if (!exp_extractor) { in GetReturnValueObjectSimple()
938 LLDB_LOG_ERROR(log, exp_extractor.takeError(), in GetReturnValueObjectSimple()
943 return exp_extractor.get().GetValue(); in GetReturnValueObjectSimple()