Home
last modified time | relevance | path

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

/src/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()
/src/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( \
/src/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRDynamicChecks.cpp129 class Instrumenter { class
135 Instrumenter(llvm::Module &module, in Instrumenter() function in Instrumenter
139 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()