Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h360 MCSection *getBBAddrMapSection(const MCSection &TextSec) const;
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCObjectFileInfo.cpp1123 MCObjectFileInfo::getBBAddrMapSection(const MCSection &TextSec) const { in getBBAddrMapSection() function in MCObjectFileInfo
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1323 getObjFileLowering().getBBAddrMapSection(*MF.getSection()); in emitBBAddrMapSection()