Home
last modified time | relevance | path

Searched refs:ForeachFunction (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompileUnit.cpp65 void CompileUnit::ForeachFunction( in ForeachFunction() function in CompileUnit
133 ForeachFunction([&s, show_context](const FunctionSP &f) { in Dump()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompileUnit.h165 void ForeachFunction(
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DSearchFilter.cpp321 // since CompUnit::ForeachFunction only iterates over already in DoCUIteration()
328 // If we got any functions, use ForeachFunction to do the iteration. in DoCUIteration()
329 cu_sp->ForeachFunction([&](const FunctionSP &func_sp) { in DoCUIteration()
H A DModule.cpp394 sc.comp_unit->ForeachFunction([&sc, &symbols](const FunctionSP &f) { in ParseAllDebugSymbols()