Searched refs:Instrumenter (Results 1 – 3 of 3) sorted by relevance
26 Instrumenter::Instrumenter(llvm::StringRef pretty_func, in Instrumenter() function in Instrumenter39 Instrumenter::~Instrumenter() { in ~Instrumenter()
77 class Instrumenter {79 Instrumenter(llvm::StringRef pretty_func, std::string &&pretty_args = {});80 ~Instrumenter();94 lldb_private::instrumentation::Instrumenter _instr(LLVM_PRETTY_FUNCTION);97 lldb_private::instrumentation::Instrumenter _instr( \
129 class Instrumenter { class135 Instrumenter(llvm::Module &module, in Instrumenter() function in Instrumenter139 virtual ~Instrumenter() = default;305 class ValidPointerChecker : public Instrumenter {309 : Instrumenter(module, checker_function), in ValidPointerChecker()351 class ObjcObjectChecker : public Instrumenter {355 : Instrumenter(module, checker_function), in ObjcObjectChecker()