Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DABI.h37 std::unique_ptr<uint8_t[]> data_up; /* host data pointer */ member
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectWatchpointCommand.cpp232 std::unique_ptr<WatchpointOptions::CommandData> data_up( in IOHandlerInputComplete() local
255 std::unique_ptr<WatchpointOptions::CommandData> data_up( in SetWatchpointCommandCallback() local
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.cpp354 auto data_up = std::make_unique<CommandDataLua>(extra_args_sp); in RegisterBreakpointCallback() local
374 auto data_up = std::make_unique<WatchpointOptions::CommandData>(); in RegisterWatchpointCallback() local
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/
H A DObjectFileWasm.cpp404 auto data_up = std::make_unique<DataBufferHeap>(size, 0); in ReadImageData() local
/freebsd-13.1/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointOptions.cpp62 std::unique_ptr<CommandData> data_up(new CommandData()); in CreateFromStructuredData() local
/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DObjectFile.cpp447 std::unique_ptr<DataBufferHeap> data_up(new DataBufferHeap(byte_size, 0)); in ReadMemory() local
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp643 auto data_up = std::make_unique<CommandDataPython>(); in IOHandlerInputComplete() local
670 auto data_up = std::make_unique<WatchpointOptions::CommandData>(); in IOHandlerInputComplete() local
1334 auto data_up = std::make_unique<CommandDataPython>(extra_args_sp); in SetBreakpointCommandCallback() local
1357 auto data_up = std::make_unique<WatchpointOptions::CommandData>(); in SetWatchpointCommandCallback() local
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h386 std::unique_ptr<BreakpointOptions::CommandData> &data_up) { in SetBreakpointCommandCallback()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp307 auto data_up = std::make_unique<DataBufferHeap>(size_to_read, 0); in GetMemoryObjectFile() local