Home
last modified time | relevance | path

Searched defs:adopt_selected (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lldb/source/Target/
DExecutionContext.cpp414 ExecutionContextRef::ExecutionContextRef(Target *target, bool adopt_selected) in ExecutionContextRef()
502 void ExecutionContextRef::SetTargetPtr(Target *target, bool adopt_selected) { in SetTargetPtr()
/external/llvm-project/lldb/source/Interpreter/
DCommandInterpreter.cpp2728 const bool adopt_selected = true; in UpdateExecutionContext() local