Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/MC/
H A DMCObjectFileInfo.cpp531 PseudoProbeSection = Ctx->getELFSection(".pseudo_probe", DebugSecType, 0); in initELFMCObjectFileInfo()
1148 auto *S = static_cast<MCSectionELF *>(PseudoProbeSection); in getPseudoProbeSection()
1155 return PseudoProbeSection; in getPseudoProbeSection()
/llvm-project-15.0.7/bolt/include/bolt/Rewrite/
H A DRewriteInstance.h555 ErrorOr<BinarySection &> PseudoProbeSection{std::errc::bad_address};
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h179 MCSection *PseudoProbeSection = nullptr; variable
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DRewriteInstance.cpp593 if (!PseudoProbeDescSection && !PseudoProbeSection) { in parsePseudoProbe()
602 } else if (!PseudoProbeSection) { in parsePseudoProbe()
614 Contents = PseudoProbeSection->getContents(); in parsePseudoProbe()
1604 PseudoProbeSection = BC->getUniqueSectionByName(".pseudo_probe"); in readSpecialSections()
3458 BC->registerOrUpdateSection(".pseudo_probe", PseudoProbeSection->getELFType(), in encodePseudoProbes()
3459 PseudoProbeSection->getELFFlags(), Output, in encodePseudoProbes()
3470 StringRef ProbeContents = PseudoProbeSection->getOutputContents(); in encodePseudoProbes()