Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCCodeView.h27 class MCCVInlineLineTableFragment; variable
203 MCCVInlineLineTableFragment &F);
H A DMCAssembler.h38 class MCCVInlineLineTableFragment; variable
218 MCCVInlineLineTableFragment &DF);
H A DMCFragment.h517 class MCCVInlineLineTableFragment : public MCFragment {
530 MCCVInlineLineTableFragment(unsigned SiteFuncId, unsigned StartFileId,
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCFragment.cpp311 delete cast<MCCVInlineLineTableFragment>(this); in destroy()
482 const auto *F = cast<MCCVInlineLineTableFragment>(this); in dump()
H A DMCAssembler.cpp395 return cast<MCCVInlineLineTableFragment>(F).getContents().size(); in computeFragmentSize()
716 const auto &OF = cast<MCCVInlineLineTableFragment>(F); in writeFragment()
1166 MCCVInlineLineTableFragment &F) { in relaxCVInlineLineTable()
1214 return relaxCVInlineLineTable(Layout, cast<MCCVInlineLineTableFragment>(F)); in relaxFragment()
H A DMCCodeView.cpp453 new MCCVInlineLineTableFragment(PrimaryFunctionId, SourceFileId, in emitInlineLineTableForFunction()
486 MCCVInlineLineTableFragment &Frag) { in encodeInlineLineTable()