reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lldb/include/lldb/Core/Address.h
   24 class Function;
tools/lldb/include/lldb/Core/Module.h
   42 class Function;
tools/lldb/include/lldb/Core/ModuleList.h
   35 class Function;
tools/lldb/include/lldb/Core/SearchFilter.h
   25 class Function;
tools/lldb/include/lldb/Symbol/Function.h
  247 class Function;
tools/lldb/include/lldb/lldb-forward.h
  108 class Function;
tools/lldb/source/Core/SearchFilter.cpp
   37 class Function;

References

include/llvm/Support/PointerLikeTypeTraits.h
   56   static inline void *getAsVoidPointer(T *P) { return P; }
   57   static inline T *getFromVoidPointer(void *P) { return static_cast<T *>(P); }
   59   enum { NumLowBitsAvailable = detail::ConstantLog2<alignof(T)>::value };
tools/lldb/include/lldb/API/SBFunction.h
   66   lldb_private::Function *get();
   68   void reset(lldb_private::Function *lldb_object_ptr);
   75   SBFunction(lldb_private::Function *lldb_object_ptr);
   77   lldb_private::Function *m_opaque_ptr;
tools/lldb/include/lldb/Core/Address.h
  462   Function *CalculateSymbolContextFunction() const;
tools/lldb/include/lldb/Core/Module.h
  353                             Function *function,
tools/lldb/include/lldb/Core/ModuleList.h
  404                             Function *function,
tools/lldb/include/lldb/Core/SearchFilter.h
  149   virtual bool FunctionPasses(Function &function);
  260   Searcher::CallbackReturn DoFunctionIteration(Function *function,
tools/lldb/include/lldb/Expression/FunctionCaller.h
  312   Function *m_function_ptr; ///< The function we're going to call. May be
tools/lldb/include/lldb/Symbol/Block.h
  101   Function *CalculateSymbolContextFunction() override;
  162   void GetDescription(Stream *s, Function *function,
tools/lldb/include/lldb/Symbol/Function.h
  283   Function *GetCallee(ModuleList &images);
  289   lldb::addr_t GetReturnPCAddress(Function &caller, Target &target) const;
  305     Function *def;
  387   Function *CalculateSymbolContextFunction() override;
tools/lldb/include/lldb/Symbol/SymbolContext.h
   74                          Function *function = nullptr, Block *block = nullptr,
   81                          Function *function = nullptr, Block *block = nullptr,
  337   Function *function;       ///< The Function for a given query
tools/lldb/include/lldb/Symbol/SymbolContextScope.h
   84   virtual Function *CalculateSymbolContextFunction() { return nullptr; }
tools/lldb/include/lldb/Symbol/SymbolFile.h
  136   virtual size_t ParseBlocksRecursive(Function &func) = 0;
tools/lldb/include/lldb/Target/Language.h
  164   virtual bool IsTopLevelFunction(Function &function);
tools/lldb/include/lldb/Target/ThreadPlanStepOut.h
   71   Function *m_immediate_step_from_function;
tools/lldb/include/lldb/lldb-forward.h
  337 typedef std::shared_ptr<lldb_private::Function> FunctionSP;
tools/lldb/source/API/SBBlock.cpp
   74       Function *function = m_opaque_ptr->CalculateSymbolContextFunction();
tools/lldb/source/API/SBFunction.cpp
   29 SBFunction::SBFunction(lldb_private::Function *lldb_object_ptr)
  151 lldb_private::Function *SBFunction::get() { return m_opaque_ptr; }
  153 void SBFunction::reset(lldb_private::Function *lldb_object_ptr) {
tools/lldb/source/API/SBSymbolContext.cpp
   93   Function *function = nullptr;
tools/lldb/source/Commands/CommandObjectSource.cpp
  412           Function *function = base_address.CalculateSymbolContextFunction();
  959             Function *function = base_address.CalculateSymbolContextFunction();
tools/lldb/source/Core/Module.cpp
  906                                   Function *function,
  915     Function *f = addr.CalculateSymbolContextFunction();
tools/lldb/source/Core/SearchFilter.cpp
  146 bool SearchFilter::FunctionPasses(Function &function) {
  352     Function *function, const SymbolContext &context, Searcher &searcher) {
tools/lldb/source/Expression/DWARFExpression.cpp
  815   Function *parent_func =
  824   Function *current_func =
  844     Function *callee_func = call_edge->GetCallee(modlist);
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.cpp
 1287           Function *function = sym_ctx.function;
 1892                                             Function *function, Symbol *symbol,
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.h
  509   void AddOneFunction(NameSearchContext &context, Function *fun, Symbol *sym,
tools/lldb/source/Plugins/SymbolFile/Breakpad/SymbolFileBreakpad.h
   71   size_t ParseBlocksRecursive(Function &func) override { return 0; }
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParser.h
   33   virtual lldb_private::Function *
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
 2338 Function *DWARFASTParserClang::ParseFunctionFromDWARF(CompileUnit &comp_unit,
 2434             std::make_shared<Function>(&comp_unit,
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.h
   48   lldb_private::Function *
tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
  793 Function *SymbolFileDWARF::ParseFunction(CompileUnit &comp_unit,
 3038 size_t SymbolFileDWARF::ParseBlocksRecursive(Function &func) {
tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h
  123   size_t ParseBlocksRecursive(lldb_private::Function &func) override;
  347   lldb_private::Function *ParseFunction(lldb_private::CompileUnit &comp_unit,
tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp
  689 size_t SymbolFileDWARFDebugMap::ParseBlocksRecursive(Function &func) {
tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.h
   70   size_t ParseBlocksRecursive(lldb_private::Function &func) override;
tools/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
  414   FunctionSP func_sp = std::make_shared<Function>(
 1173 size_t SymbolFileNativePDB::ParseBlocksRecursive(Function &func) {
tools/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.h
   89   size_t ParseBlocksRecursive(Function &func) override;
tools/lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp
  272 lldb_private::Function *
  298       std::make_shared<Function>(&comp_unit, pdb_func.getSymIndexId(),
  436 size_t SymbolFilePDB::ParseBlocksRecursive(Function &func) {
tools/lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.h
   69   size_t ParseBlocksRecursive(lldb_private::Function &func) override;
  208   lldb_private::Function *
tools/lldb/source/Plugins/SymbolFile/Symtab/SymbolFileSymtab.cpp
  185                 new Function(&comp_unit,
  225 size_t SymbolFileSymtab::ParseBlocksRecursive(Function &func) { return 0; }
tools/lldb/source/Plugins/SymbolFile/Symtab/SymbolFileSymtab.h
   58   size_t ParseBlocksRecursive(lldb_private::Function &func) override;
tools/lldb/source/Symbol/Block.cpp
   30 void Block::GetDescription(Stream *s, Function *function,
  143 Function *Block::CalculateSymbolContextFunction() {
  152   Function *function = CalculateSymbolContextFunction();
  241   Function *function = CalculateSymbolContextFunction();
  276   Function *function = CalculateSymbolContextFunction();
  294     Function *function = CalculateSymbolContextFunction();
  310   Function *function = CalculateSymbolContextFunction();
  330       Function *function = m_parent_scope->CalculateSymbolContextFunction();
tools/lldb/source/Symbol/Function.cpp
  164     Function *f = callee_addr.CalculateSymbolContextFunction();
  175 Function *CallEdge::GetCallee(ModuleList &images) {
  181 lldb::addr_t CallEdge::GetReturnPCAddress(Function &caller,
  377 Function *Function::CalculateSymbolContextFunction() { return this; }
  419   size_t mem_size = sizeof(Function) + m_block.MemorySize();
tools/lldb/source/Symbol/Symbol.cpp
  265       Function *function = base_address.CalculateSymbolContextFunction();
tools/lldb/source/Symbol/SymbolContext.cpp
   33 SymbolContext::SymbolContext(const ModuleSP &m, CompileUnit *cu, Function *f,
   42                              CompileUnit *cu, Function *f, Block *b,
tools/lldb/source/Symbol/Variable.cpp
   58   if (auto *func = m_owner_scope->CalculateSymbolContextFunction()) {
  234     Function *function =
tools/lldb/source/Target/Language.cpp
  120 bool Language::IsTopLevelFunction(Function &function) { return false; }
tools/lldb/source/Target/StackFrame.cpp
 1693   Function *function = frame_block->CalculateSymbolContextFunction();
tools/lldb/source/Target/StackFrameList.cpp
  245 static void FindInterveningFrames(Function &begin, Function &end,
  245 static void FindInterveningFrames(Function &begin, Function &end,
  247                                   std::vector<Function *> &path,
  265   Function *first_callee = first_edge->GetCallee(images);
  280     std::vector<Function *> active_path = {};
  281     std::vector<Function *> solution_path = {};
  282     llvm::SmallPtrSet<Function *, 2> visited_nodes = {};
  284     Function *end;
  287     DFS(Function *end, ModuleList &images) : end(end), images(images) {}
  289     void search(Function &first_callee, std::vector<Function *> &path) {
  289     void search(Function &first_callee, std::vector<Function *> &path) {
  295     void dfs(Function &callee) {
  317         Function *next_callee = edge.GetCallee(images);
  363   Function *prev_func =
  369   Function *next_func =
  378   std::vector<Function *> path;
  386   for (Function *callee : llvm::reverse(path)) {
  674           Function *function =
tools/lldb/source/Target/ThreadPlanStepOverRange.cpp
  272                     Function *next_line_function =
usr/include/c++/7.4.0/bits/alloc_traits.h
  387       using allocator_type = allocator<_Tp>;
  389       using value_type = _Tp;
  392       using pointer = _Tp*;
  395       using const_pointer = const _Tp*;
  474 	construct(allocator_type& __a, _Up* __p, _Args&&... __args)
  486 	destroy(allocator_type& __a, _Up* __p)
usr/include/c++/7.4.0/bits/allocator.h
  108     class allocator: public __allocator_base<_Tp>
  113       typedef _Tp*       pointer;
  114       typedef const _Tp* const_pointer;
  115       typedef _Tp&       reference;
  116       typedef const _Tp& const_reference;
  117       typedef _Tp        value_type;
  137 	allocator(const allocator<_Tp1>&) throw() { }
usr/include/c++/7.4.0/bits/shared_ptr.h
   93     class shared_ptr : public __shared_ptr<_Tp>
  107       using element_type = typename __shared_ptr<_Tp>::element_type;
  129 	shared_ptr(_Yp* __p) : __shared_ptr<_Tp>(__p) { }
  236 	shared_ptr(const shared_ptr<_Yp>& __r) noexcept
  253 	shared_ptr(shared_ptr<_Yp>&& __r) noexcept
  299 	_Assignable<const shared_ptr<_Yp>&>
  300 	operator=(const shared_ptr<_Yp>& __r) noexcept
  324 	_Assignable<shared_ptr<_Yp>>
  325 	operator=(shared_ptr<_Yp>&& __r) noexcept
  352       shared_ptr(const weak_ptr<_Tp>& __r, std::nothrow_t)
  474     swap(shared_ptr<_Tp>& __a, shared_ptr<_Tp>& __b) noexcept
  474     swap(shared_ptr<_Tp>& __a, shared_ptr<_Tp>& __b) noexcept
  687     inline shared_ptr<_Tp>
  702     inline shared_ptr<_Tp>
  705       typedef typename std::remove_const<_Tp>::type _Tp_nc;
  706       return std::allocate_shared<_Tp>(std::allocator<_Tp_nc>(),
usr/include/c++/7.4.0/bits/shared_ptr_base.h
  882     : is_convertible<_Yp*, _Tp*>::type
  882     : is_convertible<_Yp*, _Tp*>::type
  946     : is_convertible<_Yp*, _Tp*>::type
  946     : is_convertible<_Yp*, _Tp*>::type
  956       using element_type = _Tp;
 1035     : public __shared_ptr_access<_Tp, _Lp>
 1038       using element_type = typename remove_extent<_Tp>::type;
 1078 	__shared_ptr(_Yp* __p)
 1081 	  static_assert( !is_void<_Yp>::value, "incomplete type" );
 1082 	  static_assert( sizeof(_Yp) > 0, "incomplete type" );
 1126 	__shared_ptr(const __shared_ptr<_Yp, _Lp>& __r) noexcept
 1138 	__shared_ptr(__shared_ptr<_Yp, _Lp>&& __r) noexcept
 1192 	_Assignable<_Yp>
 1193 	operator=(const __shared_ptr<_Yp, _Lp>& __r) noexcept
 1218 	_Assignable<_Yp>
 1219 	operator=(__shared_ptr<_Yp, _Lp>&& __r) noexcept
 1272       swap(__shared_ptr<_Tp, _Lp>& __other) noexcept
 1321 	    rebind_traits<typename std::remove_cv<_Tp>::type> __traits;
 1344       __shared_ptr(const __weak_ptr<_Tp, _Lp>& __r, std::nothrow_t)
 1377 	typename enable_if<!__has_esft_base<_Yp2>::value>::type
 1378 	_M_enable_shared_from_this_with(_Yp*) noexcept
 1533     swap(__shared_ptr<_Tp, _Lp>& __a, __shared_ptr<_Tp, _Lp>& __b) noexcept
usr/include/c++/7.4.0/ext/new_allocator.h
   63       typedef _Tp*       pointer;
   64       typedef const _Tp* const_pointer;
   65       typedef _Tp&       reference;
   66       typedef const _Tp& const_reference;
   67       typedef _Tp        value_type;
   84 	new_allocator(const new_allocator<_Tp1>&) _GLIBCXX_USE_NOEXCEPT { }
  111 	return static_cast<_Tp*>(::operator new(__n * sizeof(_Tp)));
  130       { return size_t(-1) / sizeof(_Tp); }
  135 	construct(_Up* __p, _Args&&... __args)
  136 	{ ::new((void *)__p) _Up(std::forward<_Args>(__args)...); }
  140 	destroy(_Up* __p) { __p->~_Up(); }
usr/include/c++/7.4.0/type_traits
  215     : public __is_void_helper<typename remove_cv<_Tp>::type>::type
 1554     { typedef _Tp     type; };
 1563     { typedef _Tp     type; };
 1574       remove_const<typename remove_volatile<_Tp>::type>::type     type;
 1942     { typedef _Tp     type; };
 1983     { typedef _Up     type; };