Searched refs:Inlinees (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCPseudoProbe.cpp | 186 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 D | DebugSubsectionVisitor.h | 42 virtual Error visitInlineeLines(DebugInlineeLinesSubsectionRef &Inlinees,
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | CodeViewDebug.h | 163 SmallSet<codeview::TypeIndex, 1> Inlinees; member 378 void emitInlinees(const SmallSet<codeview::TypeIndex, 1> &Inlinees);
|
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | CodeViewYAMLDebugSections.cpp | 773 Error visitInlineeLines(DebugInlineeLinesSubsectionRef &Inlinees, 777 Error visitCrossModuleImports(DebugCrossModuleImportsSubsectionRef &Inlinees, 820 DebugInlineeLinesSubsectionRef &Inlinees, in visitInlineeLines() argument 823 State.strings(), State.checksums(), Inlinees); in visitInlineeLines()
|