Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/MC/
H A DMCObjectFileInfo.cpp532 PseudoProbeDescSection = in initELFMCObjectFileInfo()
1171 auto *S = static_cast<MCSectionELF *>(PseudoProbeDescSection); in getPseudoProbeDescSection()
1179 return PseudoProbeDescSection; in getPseudoProbeDescSection()
/llvm-project-15.0.7/bolt/include/bolt/Rewrite/
H A DRewriteInstance.h551 ErrorOr<BinarySection &> PseudoProbeDescSection{std::errc::bad_address};
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h180 MCSection *PseudoProbeDescSection = nullptr; variable
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DRewriteInstance.cpp593 if (!PseudoProbeDescSection && !PseudoProbeSection) { in parsePseudoProbe()
599 if (!PseudoProbeDescSection) { in parsePseudoProbe()
607 StringRef Contents = PseudoProbeDescSection->getContents(); in parsePseudoProbe()
1603 PseudoProbeDescSection = BC->getUniqueSectionByName(".pseudo_probe_desc"); in readSpecialSections()
3466 StringRef DescContents = PseudoProbeDescSection->getContents(); in encodePseudoProbes()