Searched refs:Traverser (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
| H A D | LVCodeViewReader.cpp | 628 LVSymbolVisitor Traverser(this, W, &LogicalVisitor, Types, Ids, in traverseSymbolsSubsection() local 632 Pipeline.addCallbackToPipeline(Traverser); in traverseSymbolsSubsection() 981 LVSymbolVisitor Traverser(this, W, &LogicalVisitor, Types, Ids, nullptr, in createScopes() local 989 if (Error Err = Traverser.visitSymbolBegin(Symbol, Offset)) in createScopes() 999 Pipeline.addCallbackToPipeline(Traverser); in createScopes() 1037 LVSymbolVisitor Traverser(this, W, &LogicalVisitor, Types, Ids, nullptr, in createScopes() local 1041 Pipeline.addCallbackToPipeline(Traverser); in createScopes()
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | CtxProfAnalysis.cpp | 627 std::function<void(ProfTy &)> Traverser = [&](auto &Ctx) { in preorderVisitOneRoot() local 631 Traverser(Subctx); in preorderVisitOneRoot() 633 Traverser(Profile); in preorderVisitOneRoot()
|