Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h369 MCSection *getPCSection(StringRef Name, const MCSection *TextSec) const;
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectFileInfo.cpp1234 MCSection *MCObjectFileInfo::getPCSection(StringRef Name, in getPCSection() function in MCObjectFileInfo
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1582 MCSection *S = getObjFileLowering().getPCSection(Sec, MF.getSection()); in emitPCSections()