Searched refs:Inlinees (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCPseudoProbe.cpp | 187 std::vector<InlineeType> Inlinees; in emit() local 189 Inlinees.emplace_back(Child.first, Child.second.get()); in emit() 190 llvm::sort(Inlinees, llvm::less_first()); in emit() 192 for (const auto &Inlinee : Inlinees) { in emit() 232 std::vector<InlineeType> Inlinees; in emit() local 234 Inlinees.emplace_back(Child.first, Child.second.get()); in emit() 235 llvm::sort(Inlinees, llvm::less_first()); in emit() 237 for (const auto &Inlinee : Inlinees) { in emit()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | DebugSubsectionVisitor.h | 42 virtual Error visitInlineeLines(DebugInlineeLinesSubsectionRef &Inlinees,
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | CodeViewDebug.h | 168 SmallSet<codeview::TypeIndex, 1> Inlinees; member 385 void emitInlinees(const SmallSet<codeview::TypeIndex, 1> &Inlinees);
|
| H A D | CodeViewDebug.cpp | 257 CurFn->Inlinees.insert(InlineeIdx); in getInlineSite() 1206 emitInlinees(FI.Inlinees); in emitDebugInfoForFunction() 3634 const SmallSet<codeview::TypeIndex, 1> &Inlinees) { in emitInlinees() argument 3641 SmallVector<TypeIndex> SortedInlinees{Inlinees.begin(), Inlinees.end()}; in emitInlinees()
|
| /freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | CodeViewYAMLDebugSections.cpp | 769 Error visitInlineeLines(DebugInlineeLinesSubsectionRef &Inlinees, 773 Error visitCrossModuleImports(DebugCrossModuleImportsSubsectionRef &Inlinees, 816 DebugInlineeLinesSubsectionRef &Inlinees, in visitInlineeLines() argument 819 State.strings(), State.checksums(), Inlinees); in visitInlineeLines()
|