Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DInstrumentation.cpp26 Instrumenter::Instrumenter(llvm::StringRef pretty_func, in Instrumenter() function in Instrumenter
39 Instrumenter::~Instrumenter() { in ~Instrumenter()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DInstrumentation.h77 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( \
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRDynamicChecks.cpp116 class Instrumenter { class
122 Instrumenter(llvm::Module &module, in Instrumenter() function in Instrumenter
126 virtual ~Instrumenter() = default;
268 class ObjcObjectChecker : public Instrumenter {
272 : Instrumenter(module, checker_function), in ObjcObjectChecker()