Home
last modified time | relevance | path

Searched refs:MCSymbolIdFragment (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCWinCOFFStreamer.cpp260 insert(getContext().allocFragment<MCSymbolIdFragment>(Symbol)); in emitCOFFSafeSEH()
275 insert(getContext().allocFragment<MCSymbolIdFragment>(Symbol)); in emitCOFFSymbolIndex()
H A DMCFragment.cpp160 const auto *F = cast<MCSymbolIdFragment>(this); in dump()
H A DMCAssembler.cpp678 const MCSymbolIdFragment &SF = cast<MCSymbolIdFragment>(F); in writeFragment()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSection.h665 class MCSymbolIdFragment : public MCFragment {
669 MCSymbolIdFragment(const MCSymbol *Sym) in MCSymbolIdFragment() function