Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRDynamicChecks.cpp145 if (!InstrumentInstruction(*ii)) in Instrument()
160 virtual bool InstrumentInstruction(llvm::Instruction *inst) = 0;
288 bool InstrumentInstruction(llvm::Instruction *inst) override { in InstrumentInstruction() function in ObjcObjectChecker