Home
last modified time | relevance | path

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

/freebsd/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()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugSubsectionVisitor.h42 virtual Error visitInlineeLines(DebugInlineeLinesSubsectionRef &Inlinees,
/freebsd/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);
/freebsd/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()