Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/PowerPC/
H A DABISysV_ppc64.cpp939 auto exp_extractor = ReturnValueExtractor::Create(thread, type); in GetReturnValueObjectSimple() local
940 if (!exp_extractor) { in GetReturnValueObjectSimple()
942 LLDB_LOG_ERROR(log, exp_extractor.takeError(), in GetReturnValueObjectSimple()
947 return exp_extractor.get().GetValue(); in GetReturnValueObjectSimple()