Searched refs:PseudoProbeSection (Results 1 – 4 of 4) sorted by relevance
531 PseudoProbeSection = Ctx->getELFSection(".pseudo_probe", DebugSecType, 0); in initELFMCObjectFileInfo()1148 auto *S = static_cast<MCSectionELF *>(PseudoProbeSection); in getPseudoProbeSection()1155 return PseudoProbeSection; in getPseudoProbeSection()
555 ErrorOr<BinarySection &> PseudoProbeSection{std::errc::bad_address};
179 MCSection *PseudoProbeSection = nullptr; variable
593 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()