Searched refs:FunctionSP (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/ |
| H A D | CompileUnit.cpp | 70 llvm::function_ref<bool(const FunctionSP &)> lambda) const { in ForeachFunction() 71 std::vector<lldb::FunctionSP> sorted_functions; in ForeachFunction() 76 [](const lldb::FunctionSP &a, const lldb::FunctionSP &b) { in ForeachFunction() 110 ForeachFunction([&s, show_context](const FunctionSP &f) { in Dump() 123 void CompileUnit::AddFunction(FunctionSP &funcSP) { in AddFunction() 172 FunctionSP CompileUnit::FindFunctionByUID(lldb::user_id_t func_uid) { in FindFunctionByUID() 175 return FunctionSP(); in FindFunctionByUID()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/ |
| H A D | CompileUnit.h | 138 void AddFunction(lldb::FunctionSP &function_sp); 180 llvm::function_ref<bool(const lldb::FunctionSP &)> lambda) const; 321 lldb::FunctionSP FindFunctionByUID(lldb::user_id_t uid); 425 llvm::DenseMap<lldb::user_id_t, lldb::FunctionSP> m_functions_by_uid;
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | SymbolFileNativePDB.h | 197 lldb::FunctionSP GetOrCreateFunction(PdbCompilandSymId func_id, 209 lldb::FunctionSP CreateFunction(PdbCompilandSymId func_id, 237 llvm::DenseMap<lldb::user_id_t, lldb::FunctionSP> m_functions;
|
| H A D | SymbolFileNativePDB.cpp | 377 lldb::FunctionSP SymbolFileNativePDB::CreateFunction(PdbCompilandSymId func_id, in CreateFunction() 406 FunctionSP func_sp = std::make_shared<Function>( in CreateFunction() 836 FunctionSP SymbolFileNativePDB::GetOrCreateFunction(PdbCompilandSymId func_id, in GetOrCreateFunction() 914 FunctionSP func = GetOrCreateFunction(sym_id, comp_unit); in ParseFunctions()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/Symtab/ |
| H A D | SymbolFileSymtab.cpp | 185 FunctionSP func_sp( in ParseFunctions()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/ |
| H A D | lldb-forward.h | 354 typedef std::shared_ptr<lldb_private::Function> FunctionSP; typedef
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Core/ |
| H A D | SearchFilter.cpp | 334 cu_sp->ForeachFunction([&](const FunctionSP &func_sp) { in DoCUIteration()
|
| H A D | Module.cpp | 375 sc.comp_unit->ForeachFunction([&sc, &symbols](const FunctionSP &f) { in ParseAllDebugSymbols()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/PDB/ |
| H A D | SymbolFilePDB.cpp | 283 if (FunctionSP result = comp_unit.FindFunctionByUID(pdb_func.getSymIndexId())) in ParseCompileUnitFunctionForPDBFunc() 305 FunctionSP func_sp = in ParseCompileUnitFunctionForPDBFunc()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFASTParserClang.cpp | 2644 FunctionSP func_sp; in ParseFunctionFromDWARF()
|