reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
78 CurSection->getFragmentList().insert(CurInsertionPoint, F);
include/llvm/MC/MCSection.h 152 return const_cast<MCSection *>(this)->getFragmentList();
lib/MC/MCAssembler.cpp 769 if (Sec.getFragmentList().empty())
lib/MC/MCContext.cpp357 Ret->getFragmentList().insert(Ret->begin(), F); 531 Result->getFragmentList().insert(Result->begin(), F); 563 Result->getFragmentList().insert(Result->begin(), F);lib/MC/MCFragment.cpp
242 Parent->getFragmentList().push_back(this);
lib/MC/MCObjectStreamer.cpp51 CurSection->getFragmentList().insert(CurInsertionPoint, F); 140 if (CurInsertionPoint != getCurrentSectionOnly()->getFragmentList().begin())lib/MC/MCSection.cpp
82 getFragmentList().insert(IP, F);
lib/Target/Hexagon/MCTargetDesc/HexagonAsmBackend.cpp 709 auto &Fragments = I->getFragmentList();