Searched defs:return_value_sp (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/MemoryHistory/asan/
H A DMemoryHistoryASan.cpp167 ValueObjectSP return_value_sp; local
102 CreateHistoryThreadFromValueObject(ProcessSP process_sp, ValueObjectSP return_value_sp, const char *type, const char *thread_name, HistoryThreads &result) argument
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DASanRuntime.cpp133 ValueObjectSP return_value_sp; local
[all...]
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DUBSanRuntime.cpp96 static addr_t RetrieveUnsigned(ValueObjectSP return_value_sp, argument
103 static std::string RetrieveString(ValueObjectSP return_value_sp, argument
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DTSanRuntime.cpp251 static std::string RetrieveString(ValueObjectSP return_value_sp, argument
229 ConvertToStructuredArray( ValueObjectSP return_value_sp, const std::string &items_name, const std::string &count_name, std::function<void(ValueObjectSP o, StructuredData::Dictionary *dict)> const &callback) argument
/freebsd-12-stable/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp1614 ValueObjectSP return_value_sp = ValueObjectMemory::Create( local
H A DThread.cpp1624 ReturnFromFrameWithIndex(uint32_t frame_idx, lldb::ValueObjectSP return_value_sp, bool broadcast) argument
1639 ReturnFromFrame(lldb::StackFrameSP frame_sp, lldb::ValueObjectSP return_value_sp, bool broadcast) argument

Completed in 133 milliseconds