HomeSort by relevance Sort by last modified time
    Searched refs:getFragmentList (Results 1 - 20 of 20) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
MCSection.h 143 MCSection::FragmentListType &getFragmentList() { return Fragments; }
144 const MCSection::FragmentListType &getFragmentList() const {
145 return const_cast<MCSection *>(this)->getFragmentList();
MCObjectStreamer.h 70 CurSection->getFragmentList().insert(CurInsertionPoint, F);
  /external/llvm/include/llvm/MC/
MCSection.h 151 MCSection::FragmentListType &getFragmentList() { return Fragments; }
152 const MCSection::FragmentListType &getFragmentList() const {
153 return const_cast<MCSection *>(this)->getFragmentList();
MCObjectStreamer.h 67 CurSection->getFragmentList().insert(CurInsertionPoint, F);
  /external/llvm/lib/MC/
MCSection.cpp 81 getFragmentList().insert(IP, F);
MCFragment.cpp 178 const MCFragment &F = Sec->getFragmentList().back();
250 Parent->getFragmentList().push_back(this);
MCObjectStreamer.cpp 48 CurSection->getFragmentList().insert(CurInsertionPoint, F);
95 if (CurInsertionPoint != getCurrentSectionOnly()->getFragmentList().begin())
MCAssembler.cpp 645 if (Sec.getFragmentList().empty())
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
MCSection.cpp 82 getFragmentList().insert(IP, F);
MCFragment.cpp 178 const MCFragment &F = Sec->getFragmentList().back();
243 Parent->getFragmentList().push_back(this);
MCContext.cpp 345 Ret->getFragmentList().insert(Ret->begin(), F);
527 Result->getFragmentList().insert(Result->begin(), F);
MCObjectStreamer.cpp 52 CurSection->getFragmentList().insert(CurInsertionPoint, F);
117 if (CurInsertionPoint != getCurrentSectionOnly()->getFragmentList().begin())
WasmObjectWriter.cpp     [all...]
MCAssembler.cpp 761 if (Sec.getFragmentList().empty())
    [all...]
  /external/swiftshader/third_party/LLVM/lib/MC/
MCObjectStreamer.cpp 51 return &getCurrentSectionData()->getFragmentList().back();
MCAssembler.cpp 138 const MCFragment &F = SD->getFragmentList().back();
163 Parent->getFragmentList().push_back(this);
577 if (it->getFragmentList().empty())
WinCOFFObjectWriter.cpp 513 return !S->MCData->getFragmentList().empty();
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCAssembler.h 487 const FragmentListType &getFragmentList() const { return Fragments; }
488 FragmentListType &getFragmentList() { return Fragments; }
  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonAsmBackend.cpp 694 auto &Fragments = I->getFragmentList();
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonAsmBackend.cpp 713 auto &Fragments = I->getFragmentList();

Completed in 152 milliseconds