Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRDynamicChecks.cpp399 llvm::Value *target_object; in InstrumentInstruction() local
408 target_object = call_inst->getArgOperand(1); in InstrumentInstruction()
411 target_object = call_inst->getArgOperand(0); in InstrumentInstruction()
416 target_object = call_inst->getArgOperand(1); in InstrumentInstruction()
425 assert(target_object); in InstrumentInstruction()
431 new BitCastInst(target_object, GetI8PtrTy(), "", inst); in InstrumentInstruction()
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp337 StructuredData::ObjectSP target_object( in ParsePythonTargetDefinition() local
339 if (target_object) { in ParsePythonTargetDefinition()
340 if (auto host_info_dict = target_object->GetAsDictionary()) { in ParsePythonTargetDefinition()