HomeSort by relevance Sort by last modified time
    Searched refs:ClangFunction (Results 1 - 14 of 14) sorted by null

  /external/lldb/include/lldb/Expression/
ASTStructExtractor.h 16 #include "lldb/Expression/ClangFunction.h"
24 /// This pass integrates with ClangFunction, which calls functions with custom
26 /// for the target's architecture, ClangFunction writes a simple wrapper
52 /// about the argument struct. ClangFunction friends ASTStructExtractor
57 ClangFunction &function);
150 ClangFunction &m_function; ///< The function to populate with information about the argument structure.
ClangFunction.h 1 //===-- ClangFunction.h -----------------------------------------*- C++ -*-===//
34 /// @class ClangFunction ClangFunction.h "lldb/Expression/ClangFunction.h"
37 /// A given ClangFunction object can handle a single function signature.
48 /// The simplest use of the ClangFunction is to construct it with a
66 class ClangFunction : public ClangExpression
88 ClangFunction (ExecutionContextScope &exe_scope,
114 ClangFunction (ExecutionContextScope &exe_scope,
123 ~ClangFunction();
    [all...]
  /external/lldb/source/Expression/
ClangFunction.cpp 1 //===-- ClangFunction.cpp ---------------------------------------*- C++ -*-===//
27 #include "lldb/Expression/ClangFunction.h"
49 // ClangFunction constructor
51 ClangFunction::ClangFunction
69 // Can't make a ClangFunction without a process.
73 ClangFunction::ClangFunction
92 // Can't make a ClangFunction without a process.
102 ClangFunction::~ClangFunction(
    [all...]
Android.mk 24 ClangFunction.cpp \
ASTStructExtractor.cpp 31 ClangFunction &function) :
ClangUserExpression.cpp 29 #include "lldb/Expression/ClangFunction.h"
738 return ClangFunction::GetThreadPlanToCallFunction (exe_ctx,
    [all...]
  /external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
AppleThreadPlanStepThroughObjCTrampoline.h 99 ClangFunction *m_impl_function; // This is a pointer to a impl function that
AppleObjCTrampolineHandler.h 38 ClangFunction *
200 std::unique_ptr<ClangFunction> m_impl_function;
AppleObjCRuntimeV2.h 269 std::unique_ptr<ClangFunction> m_get_class_info_function;
274 std::unique_ptr<ClangFunction> m_get_shared_cache_class_info_function;
AppleObjCRuntime.cpp 26 #include "lldb/Expression/ClangFunction.h"
130 ClangFunction func (*exe_ctx.GetBestExecutionContextScope(),
AppleObjCTrampolineHandler.cpp 27 #include "lldb/Expression/ClangFunction.h"
    [all...]
AppleObjCRuntimeV2.cpp 31 #include "lldb/Expression/ClangFunction.h"
    [all...]
  /external/lldb/include/lldb/
lldb-forward.h 60 class ClangFunction;
  /external/lldb/include/lldb/Target/
Process.h 1360 friend class ClangFunction; // For WaitForStateChangeEventsPrivate
    [all...]

Completed in 104 milliseconds