Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Utility/
H A DInstrumentation.cpp26 Instrumenter::Instrumenter(llvm::StringRef pretty_func, in Instrumenter() function in Instrumenter
39 Instrumenter::~Instrumenter() { in ~Instrumenter()
/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/
H A DInstrumentation.h79 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( \
/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRDynamicChecks.cpp132 class Instrumenter { class
138 Instrumenter(llvm::Module &module, in Instrumenter() function in Instrumenter
142 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()