Home
last modified time | relevance | path

Searched refs:getPseudoProbeSection (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h364 MCSection *getPseudoProbeSection(const MCSection &TextSec) const;
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCPseudoProbe.cpp223 if (auto *S = Ctx.getObjectFileInfo()->getPseudoProbeSection( in emit()
H A DMCObjectFileInfo.cpp1138 MCObjectFileInfo::getPseudoProbeSection(const MCSection &TextSec) const { in getPseudoProbeSection() function in MCObjectFileInfo