Home
last modified time | relevance | path

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

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