Searched refs:MCSymbolIdFragment (Results 1 – 4 of 4) sorted by relevance
260 insert(getContext().allocFragment<MCSymbolIdFragment>(Symbol)); in emitCOFFSafeSEH()275 insert(getContext().allocFragment<MCSymbolIdFragment>(Symbol)); in emitCOFFSymbolIndex()
160 const auto *F = cast<MCSymbolIdFragment>(this); in dump()
678 const MCSymbolIdFragment &SF = cast<MCSymbolIdFragment>(F); in writeFragment()
665 class MCSymbolIdFragment : public MCFragment {669 MCSymbolIdFragment(const MCSymbol *Sym) in MCSymbolIdFragment() function