Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectFileInfo.cpp543 PseudoProbeDescSection = in initELFMCObjectFileInfo()
1212 auto *S = static_cast<MCSectionELF *>(PseudoProbeDescSection); in getPseudoProbeDescSection()
1220 return PseudoProbeDescSection; in getPseudoProbeDescSection()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h182 MCSection *PseudoProbeDescSection = nullptr; variable