Home
last modified time | relevance | path

Searched refs:forEachFunctionInfo (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/GSYM/
H A DGsymCreator.h221 void forEachFunctionInfo(
228 void forEachFunctionInfo(
/llvm-project-15.0.7/llvm/lib/DebugInfo/GSYM/
H A DGsymCreator.cpp330 void GsymCreator::forEachFunctionInfo( in forEachFunctionInfo() function in GsymCreator
339 void GsymCreator::forEachFunctionInfo( in forEachFunctionInfo() function in GsymCreator
/llvm-project-15.0.7/llvm/unittests/DebugInfo/GSYM/
H A DGSYMTest.cpp974 GC.forEachFunctionInfo([](FunctionInfo &FI) -> bool { in TEST()
982 GC.forEachFunctionInfo([](FunctionInfo &FI) -> bool { in TEST()
994 GC.forEachFunctionInfo([&](const FunctionInfo &FI) -> bool { in Compare()