Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/MC/
H A DMCPseudoProbe.cpp188 Inlinees.emplace_back(Child.first, Child.second.get()); in emit() local
236 for (const auto &Inlinee : Inlinees) { in emit() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.h163 SmallSet<codeview::TypeIndex, 1> Inlinees; member
H A DCodeViewDebug.cpp3602 const SmallSet<codeview::TypeIndex, 1> &Inlinees) { in emitInlinees()
/freebsd-src/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp820 DebugInlineeLinesSubsectionRef &Inlinees, in visitInlineeLines()
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp2527 for (auto &Inlinees : FS.getCallsiteSamples()) { distributeIRToProfileLocationMap() local