Home
last modified time | relevance | path

Searched refs:target_object (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRDynamicChecks.cpp384 llvm::Value *target_object; in InstrumentInstruction() local
393 target_object = call_inst->getArgOperand(1); in InstrumentInstruction()
396 target_object = call_inst->getArgOperand(0); in InstrumentInstruction()
401 target_object = call_inst->getArgOperand(1); in InstrumentInstruction()
410 assert(target_object); in InstrumentInstruction()
417 arg_array[0] = target_object; in InstrumentInstruction()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp329 StructuredData::ObjectSP target_object( in ParsePythonTargetDefinition() local
331 if (target_object) { in ParsePythonTargetDefinition()
332 if (auto host_info_dict = target_object->GetAsDictionary()) { in ParsePythonTargetDefinition()