Searched refs:ClangFunctionCaller (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangFunctionCaller.h1 //===-- ClangFunctionCaller.h -----------------------------------*- C++ -*-===//
27 /// \class ClangFunctionCaller ClangFunctionCaller.h
28 /// "lldb/Expression/ClangFunctionCaller.h" Encapsulates a function that can
31 /// A given ClangFunctionCaller object can handle a single function signature.
42 /// The simplest use of the ClangFunctionCaller is to construct it with a
59 class ClangFunctionCaller : public FunctionCaller { class in namespace:lldb_private
64 ClangFunctionCallerHelper(ClangFunctionCaller &owner) : m_owner(owner) {}
82 ClangFunctionCaller &m_owner;
114 ClangFunctionCaller(ExecutionContextScop
[all...]
H A DClangFunctionCaller.cpp1 //===-- ClangFunctionCaller.cpp ---------------------------------*- C++ -*-===//
9 #include "ClangFunctionCaller.h"
45 char ClangFunctionCaller::ID;
47 // ClangFunctionCaller constructor
48 ClangFunctionCaller::ClangFunctionCaller(ExecutionContextScope &exe_scope, function in class:ClangFunctionCaller
57 // Can't make a ClangFunctionCaller without a process.
62 ClangFunctionCaller::~ClangFunctionCaller() {}
66 ClangFunctionCaller
[all...]
H A DASTStructExtractor.h13 #include "ClangFunctionCaller.h"
24 /// This pass integrates with ClangFunctionCaller, which calls functions with
26 /// convention for the target's architecture, ClangFunctionCaller writes a
49 /// about the argument struct. ClangFunctionCaller friends
53 ClangFunctionCaller &function);
125 ClangFunctionCaller &m_function; ///< The function to populate with
H A DASTStructExtractor.cpp31 ClangFunctionCaller &function)
/freebsd-11-stable/lib/clang/liblldb/
H A DMakefile323 SRCS+= Plugins/ExpressionParser/Clang/ClangFunctionCaller.cpp
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DClangASTContext.cpp42 #include "Plugins/ExpressionParser/Clang/ClangFunctionCaller.h"
9287 return new ClangFunctionCaller(*process, return_type, function_address,

Completed in 163 milliseconds