Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h346 MCSection *getBBAddrMapSection(const MCSection &TextSec) const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCObjectFileInfo.cpp1047 MCObjectFileInfo::getBBAddrMapSection(const MCSection &TextSec) const { in getBBAddrMapSection() function in MCObjectFileInfo
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1130 getObjFileLowering().getBBAddrMapSection(*MF.getSection()); in emitBBAddrMapSection()