Home
last modified time | relevance | path

Searched refs:MCCVInlineLineTableFragment (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAssembler.h36 class MCCVInlineLineTableFragment; variable
124 bool relaxCVInlineLineTable(MCCVInlineLineTableFragment &DF);
H A DMCCodeView.h28 class MCCVInlineLineTableFragment; variable
205 MCCVInlineLineTableFragment &F);
H A DMCSection.h682 class MCCVInlineLineTableFragment : public MCEncodedFragment {
694 MCCVInlineLineTableFragment(unsigned SiteFuncId, unsigned StartFileId, in MCCVInlineLineTableFragment() function
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCFragment.cpp165 const auto *F = cast<MCCVInlineLineTableFragment>(this); in dump()
H A DMCCodeView.cpp436 auto *F = MCCtx->allocFragment<MCCVInlineLineTableFragment>( in emitInlineLineTableForFunction()
473 MCCVInlineLineTableFragment &Frag) { in encodeInlineLineTable()
H A DMCAssembler.cpp1040 bool MCAssembler::relaxCVInlineLineTable(MCCVInlineLineTableFragment &F) { in relaxCVInlineLineTable()
1093 return relaxCVInlineLineTable(cast<MCCVInlineLineTableFragment>(F)); in relaxFragment()