Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/MC/
DMCObjectFileInfo.h341 MCSection *getBBAddrMapSection(const MCSection &TextSec) const;
/external/llvm-project/llvm/lib/MC/
DMCObjectFileInfo.cpp1010 MCObjectFileInfo::getBBAddrMapSection(const MCSection &TextSec) const { in getBBAddrMapSection() function in MCObjectFileInfo
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1065 getObjFileLowering().getBBAddrMapSection(*MF.getSection()); in emitBBAddrMapSection()