Home
last modified time | relevance | path

Searched refs:getBBAddrMapVersion (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h657 uint8_t getBBAddrMapVersion() const { return BBAddrMapVersion; } in getBBAddrMapVersion() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1366 uint8_t BBAddrMapVersion = OutStreamer->getContext().getBBAddrMapVersion(); in emitBBAddrMapSection()