Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/MC/
DMCObjectFileInfo.h356 MCSection *getBBAddrMapSection(const MCSection &TextSec) const;
/openbsd/src/gnu/llvm/llvm/lib/MC/
DMCObjectFileInfo.cpp1128 MCObjectFileInfo::getBBAddrMapSection(const MCSection &TextSec) const { in getBBAddrMapSection() function in MCObjectFileInfo
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1332 getObjFileLowering().getBBAddrMapSection(*MF.getSection()); in emitBBAddrMapSection()