Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/
DMCFragment.cpp315 case FT_Dummy: in destroy()
360 case MCFragment::FT_Dummy: OS << "MCDummyFragment"; break; in dump()
499 case MCFragment::FT_Dummy: in dump()
DMCAssembler.cpp388 case MCFragment::FT_Dummy: in computeFragmentSize()
714 case MCFragment::FT_Dummy: in writeFragment()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/MC/
DMCFragment.h51 FT_Dummy enumerator
117 explicit MCDummyFragment(MCSection *Sec) : MCFragment(FT_Dummy, false, Sec) {} in MCDummyFragment()
119 static bool classof(const MCFragment *F) { return F->getKind() == FT_Dummy; } in classof()