Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectFileInfo.cpp541 PseudoProbeSection = Ctx->getELFSection(".pseudo_probe", DebugSecType, 0); in initELFMCObjectFileInfo()
1140 return PseudoProbeSection; in getPseudoProbeSection()
1150 return Ctx->getELFSection(PseudoProbeSection->getName(), ELF::SHT_PROGBITS, in getPseudoProbeSection()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h176 MCSection *PseudoProbeSection = nullptr; variable