Home
last modified time | relevance | path

Searched refs:m_functions (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/
H A DSymbolFileCTF.cpp754 if (!m_functions.empty()) in ParseFunctions()
828 lldb::user_id_t func_uid = m_functions.size(); in ParseFunctions()
832 m_functions.emplace_back(function_sp); in ParseFunctions()
837 LLDB_LOG(log, "CTF parsed {0} functions", m_functions.size()); in ParseFunctions()
839 return m_functions.size(); in ParseFunctions()
947 for (FunctionSP function_sp : m_functions) { in ResolveSymbolContext()
1064 for (FunctionSP function_sp : m_functions) { in FindFunctions()
1077 for (FunctionSP function_sp : m_functions) { in FindFunctions()
H A DSymbolFileCTF.h255 std::vector<lldb::FunctionSP> m_functions;
292 std::vector<lldb::FunctionSP> m_functions; global() variable
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.h275 llvm::DenseMap<lldb::user_id_t, lldb::FunctionSP> m_functions; variable
H A DSymbolFileNativePDB.cpp981 auto emplace_result = m_functions.try_emplace(toOpaqueUid(func_id), nullptr); in GetOrCreateFunction()
/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp12153 std::vector<TestCase> m_functions; member in Catch::TestRegistry
14015 m_functions.push_back( testCase ); in registerTest()
14019 return m_functions; in getAllTests()
14023 enforceNoDuplicateTestCases( m_functions ); in getAllTestsSorted()
14026 m_sortedFunctions = sortTests( config, m_functions ); in getAllTestsSorted()