Searched defs:call_inst (Results 1 – 2 of 2) sorted by relevance
/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ | ||
H A D | IRDynamicChecks.cpp | 372 CallInst *call_inst = dyn_cast<CallInst>(inst); InstrumentInstruction() local |
/llvm-project/lldb/source/Expression/ | ||
H A D | IRInterpreter.cpp | 558 CallInst *call_inst = dyn_cast<CallInst>(&ii); CanInterpret() local |