Home
last modified time | relevance | path

Searched refs:getFragmentList (Results 1 – 20 of 20) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCSection.h143 MCSection::FragmentListType &getFragmentList() { return Fragments; }
144 const MCSection::FragmentListType &getFragmentList() const {
145 return const_cast<MCSection *>(this)->getFragmentList();
DMCObjectStreamer.h70 CurSection->getFragmentList().insert(CurInsertionPoint, F); in insert()
/external/llvm/include/llvm/MC/
DMCSection.h151 MCSection::FragmentListType &getFragmentList() { return Fragments; }
152 const MCSection::FragmentListType &getFragmentList() const {
153 return const_cast<MCSection *>(this)->getFragmentList();
DMCObjectStreamer.h67 CurSection->getFragmentList().insert(CurInsertionPoint, F); in insert()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCSection.cpp82 getFragmentList().insert(IP, F); in getSubsectionInsertionPoint()
DMCFragment.cpp178 const MCFragment &F = Sec->getFragmentList().back(); in getSectionAddressSize()
243 Parent->getFragmentList().push_back(this); in MCFragment()
DMCContext.cpp345 Ret->getFragmentList().insert(Ret->begin(), F); in createELFSectionImpl()
527 Result->getFragmentList().insert(Result->begin(), F); in getWasmSection()
DMCObjectStreamer.cpp52 CurSection->getFragmentList().insert(CurInsertionPoint, F); in flushPendingLabels()
117 if (CurInsertionPoint != getCurrentSectionOnly()->getFragmentList().begin()) in getCurrentFragment()
DWasmObjectWriter.cpp1400 if (WS.getFragmentList().empty()) in writeObject()
1404 if (WS.getFragmentList().size() != 3) in writeObject()
DMCAssembler.cpp761 if (Sec.getFragmentList().empty()) in layout()
/external/llvm/lib/MC/
DMCSection.cpp81 getFragmentList().insert(IP, F); in getSubsectionInsertionPoint()
DMCFragment.cpp178 const MCFragment &F = Sec->getFragmentList().back(); in getSectionAddressSize()
250 Parent->getFragmentList().push_back(this); in MCFragment()
DMCObjectStreamer.cpp48 CurSection->getFragmentList().insert(CurInsertionPoint, F); in flushPendingLabels()
95 if (CurInsertionPoint != getCurrentSectionOnly()->getFragmentList().begin()) in getCurrentFragment()
DMCAssembler.cpp645 if (Sec.getFragmentList().empty()) in layout()
/external/swiftshader/third_party/LLVM/lib/MC/
DMCAssembler.cpp138 const MCFragment &F = SD->getFragmentList().back(); in getSectionAddressSize()
163 Parent->getFragmentList().push_back(this); in MCFragment()
577 if (it->getFragmentList().empty()) in Finish()
DMCObjectStreamer.cpp51 return &getCurrentSectionData()->getFragmentList().back(); in getCurrentFragment()
DWinCOFFObjectWriter.cpp513 return !S->MCData->getFragmentList().empty(); in ExportSection()
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCAssembler.h487 const FragmentListType &getFragmentList() const { return Fragments; } in getFragmentList() function
488 FragmentListType &getFragmentList() { return Fragments; } in getFragmentList() function
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonAsmBackend.cpp694 auto &Fragments = I->getFragmentList(); in finishLayout()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonAsmBackend.cpp713 auto &Fragments = I->getFragmentList(); in finishLayout()