HomeSort by relevance Sort by last modified time
    Searched defs:InlineFunctionInfo (Results 1 - 4 of 4) sorted by null

  /external/clang/test/SemaCXX/
invalid-instantiated-field-decl.cpp 31 class InlineFunctionInfo {
33 explicit InlineFunctionInfo() {}
  /external/llvm/include/llvm/Transforms/Utils/
Cloning.h 156 /// InlineFunctionInfo - This class captures the data input to the
158 class InlineFunctionInfo {
160 explicit InlineFunctionInfo(CallGraph *cg = nullptr, const DataLayout *DL = nullptr)
192 bool InlineFunction(CallInst *C, InlineFunctionInfo &IFI, bool InsertLifetime = true);
193 bool InlineFunction(InvokeInst *II, InlineFunctionInfo &IFI, bool InsertLifetime = true);
194 bool InlineFunction(CallSite CS, InlineFunctionInfo &IFI, bool InsertLifetime = true);
  /external/lldb/include/lldb/Symbol/
Function.h 152 /// @class InlineFunctionInfo Function.h "lldb/Symbol/Function.h"
155 class InlineFunctionInfo : public FunctionInfo
179 InlineFunctionInfo(const char *name, const char *mangled, const Declaration *decl_ptr, const Declaration *call_decl_ptr);
201 InlineFunctionInfo(const ConstString& name, const Mangled &mangled, const Declaration *decl_ptr, const Declaration *call_decl_ptr);
206 ~InlineFunctionInfo();
215 /// The Left Hand Side const InlineFunctionInfo object
219 /// The Right Hand Side const InlineFunctionInfo object
228 Compare(const InlineFunctionInfo& lhs, const InlineFunctionInfo& rhs);
  /external/lldb/source/Symbol/
Function.cpp 92 InlineFunctionInfo::InlineFunctionInfo
105 InlineFunctionInfo::InlineFunctionInfo
118 InlineFunctionInfo::~InlineFunctionInfo()
123 InlineFunctionInfo::Compare(const InlineFunctionInfo& a, const InlineFunctionInfo& b)
134 InlineFunctionInfo::Dump(Stream *s, bool show_fullpaths) cons
    [all...]

Completed in 47 milliseconds