Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h366 MCSection *getPCSection(StringRef Name, const MCSection *TextSec) const;
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCObjectFileInfo.cpp1210 MCSection *MCObjectFileInfo::getPCSection(StringRef Name, in getPCSection() function in MCObjectFileInfo
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1487 MCSection *S = getObjFileLowering().getPCSection(Sec, MF.getSection()); in emitPCSections()