Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/MC/
H A DMCPseudoProbe.cpp186 std::vector<InlineeType> Inlinees; in emit() local
188 Inlinees.emplace_back(Child.first, Child.second.get()); in emit()
189 llvm::sort(Inlinees, llvm::less_first()); in emit()
191 for (const auto &Inlinee : Inlinees) { in emit()
231 std::vector<InlineeType> Inlinees; in emit() local
233 Inlinees.emplace_back(Child.first, Child.second.get()); in emit()
234 llvm::sort(Inlinees, llvm::less_first()); in emit()
236 for (const auto &Inlinee : Inlinees) { in emit()
/src/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugSubsectionVisitor.h42 virtual Error visitInlineeLines(DebugInlineeLinesSubsectionRef &Inlinees,
/src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.h163 SmallSet<codeview::TypeIndex, 1> Inlinees; member
378 void emitInlinees(const SmallSet<codeview::TypeIndex, 1> &Inlinees);
H A DCodeViewDebug.cpp255 CurFn->Inlinees.insert(InlineeIdx); in getInlineSite()
1199 emitInlinees(FI.Inlinees); in emitDebugInfoForFunction()
3602 const SmallSet<codeview::TypeIndex, 1> &Inlinees) { in emitInlinees() argument
3609 SmallVector<TypeIndex> SortedInlinees{Inlinees.begin(), Inlinees.end()}; in emitInlinees()
/src/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp773 Error visitInlineeLines(DebugInlineeLinesSubsectionRef &Inlinees,
777 Error visitCrossModuleImports(DebugCrossModuleImportsSubsectionRef &Inlinees,
820 DebugInlineeLinesSubsectionRef &Inlinees, in visitInlineeLines() argument
823 State.strings(), State.checksums(), Inlinees); in visitInlineeLines()