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()
79 class Instrumenter {81 Instrumenter(llvm::StringRef pretty_func, std::string &&pretty_args = {});82 ~Instrumenter();96 lldb_private::instrumentation::Instrumenter _instr(LLVM_PRETTY_FUNCTION);99 lldb_private::instrumentation::Instrumenter _instr( \
132 class Instrumenter { class138 Instrumenter(llvm::Module &module, in Instrumenter() function in Instrumenter142 virtual ~Instrumenter() = default;308 class ValidPointerChecker : public Instrumenter {312 : Instrumenter(module, checker_function), in ValidPointerChecker()366 class ObjcObjectChecker : public Instrumenter {370 : Instrumenter(module, checker_function), in ObjcObjectChecker()