Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h364 MCSection *getPseudoProbeDescSection(StringRef FuncName) const;
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCObjectFileInfo.cpp1159 MCObjectFileInfo::getPseudoProbeDescSection(StringRef FuncName) const { in getPseudoProbeDescSection() function in MCObjectFileInfo
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp350 auto *S = C.getObjectFileInfo()->getPseudoProbeDescSection( in emitModuleMetadata()