Home
last modified time | relevance | path

Searched defs:data_up (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DABI.h38 std::unique_ptr<uint8_t[]> data_up; /* host data pointer */ member
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectWatchpointCommand.cpp190 std::unique_ptr<WatchpointOptions::CommandData> data_up( in IOHandlerInputComplete() local
213 std::unique_ptr<WatchpointOptions::CommandData> data_up( in SetWatchpointCommandCallback() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.cpp361 auto data_up = std::make_unique<CommandDataLua>(extra_args_sp); in RegisterBreakpointCallback() local
382 auto data_up = std::make_unique<WatchpointOptions::CommandData>(); in RegisterWatchpointCallback() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Minidump/
H A DMinidumpFileBuilder.cpp974 auto data_up = in AddMemoryList_32() local
1088 auto data_up = in AddMemoryList_64() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/
H A DObjectFileWasm.cpp401 auto data_up = std::make_unique<DataBufferHeap>(size, 0); in ReadImageData() local
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointOptions.cpp62 std::unique_ptr<CommandData> data_up(new CommandData()); in CreateFromStructuredData() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp535 auto data_up = std::make_unique<CommandDataPython>(); in IOHandlerInputComplete() local
562 auto data_up = std::make_unique<WatchpointOptions::CommandData>(); in IOHandlerInputComplete() local
1244 auto data_up = std::make_unique<CommandDataPython>(extra_args_sp); in SetBreakpointCommandCallback() local
1268 auto data_up = std::make_unique<WatchpointOptions::CommandData>(); in SetWatchpointCommandCallback() local
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DObjectFile.cpp461 std::unique_ptr<DataBufferHeap> data_up(new DataBufferHeap(byte_size, 0)); in ReadMemory() local
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h335 std::unique_ptr<BreakpointOptions::CommandData> &data_up) { in SetBreakpointCommandCallback()