Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h356 MCSection *getBBAddrMapSection(const MCSection &TextSec) const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/MC/
DMCObjectFileInfo.h360 MCSection *getBBAddrMapSection(const MCSection &TextSec) const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/MC/
DMCObjectFileInfo.h359 MCSection *getBBAddrMapSection(const MCSection &TextSec) const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/MC/
DMCObjectFileInfo.h360 MCSection *getBBAddrMapSection(const MCSection &TextSec) const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/MC/
DMCObjectFileInfo.h360 MCSection *getBBAddrMapSection(const MCSection &TextSec) const;
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/
H A DMCObjectFileInfo.cpp1128 MCObjectFileInfo::getBBAddrMapSection(const MCSection &TextSec) const { in getBBAddrMapSection() function in MCObjectFileInfo
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1332 getObjFileLowering().getBBAddrMapSection(*MF.getSection()); in emitBBAddrMapSection()