Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h364 MCSection *getBBAddrMapSection(const MCSection &TextSec) const;
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectFileInfo.cpp1143 MCObjectFileInfo::getBBAddrMapSection(const MCSection &TextSec) const { in getBBAddrMapSection() function in MCObjectFileInfo
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1433 getObjFileLowering().getBBAddrMapSection(*MF.getSection()); in emitBBAddrMapSection()