Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DABI.h39 std::unique_ptr<uint8_t[]> data_up; /* host data pointer */ member
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectWatchpointCommand.cpp194 std::unique_ptr<WatchpointOptions::CommandData> data_up( in IOHandlerInputComplete() local
217 std::unique_ptr<WatchpointOptions::CommandData> data_up( in SetWatchpointCommandCallback() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.cpp373 auto data_up = std::make_unique<CommandDataLua>(extra_args_sp); in RegisterBreakpointCallback() local
394 auto data_up = std::make_unique<WatchpointOptions::CommandData>(); in RegisterWatchpointCallback() 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/ObjectFile/wasm/
H A DObjectFileWasm.cpp371 auto data_up = std::make_unique<DataBufferHeap>(size, 0); in ReadImageData() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp517 auto data_up = std::make_unique<CommandDataPython>(); in IOHandlerInputComplete() local
543 auto data_up = std::make_unique<WatchpointOptions::CommandData>(); in IOHandlerInputComplete() local
1224 auto data_up = std::make_unique<CommandDataPython>(extra_args_sp); in SetBreakpointCommandCallback() local
1247 auto data_up = std::make_unique<WatchpointOptions::CommandData>(); in SetWatchpointCommandCallback() local
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DObjectFile.cpp464 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.h319 std::unique_ptr<BreakpointOptions::CommandData> &data_up) { in SetBreakpointCommandCallback()