HomeSort by: relevance | last modified time | path
    Searched refs:getFragmentList (Results 1 - 11 of 11) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCSection.h 157 MCSection::FragmentListType &getFragmentList() { return Fragments; }
158 const MCSection::FragmentListType &getFragmentList() const {
159 return const_cast<MCSection *>(this)->getFragmentList();
MCObjectStreamer.h 81 CurSection->getFragmentList().insert(CurInsertionPoint, F);
  /src/external/apache2/llvm/dist/llvm/lib/MC/
MCSection.cpp 81 getFragmentList().insert(IP, F);
120 getFragmentList().insert(CurInsertionPoint, F);
MCFragment.cpp 196 const MCFragment &F = Sec->getFragmentList().back();
259 Parent->getFragmentList().push_back(this);
MCContext.cpp 491 Ret->getFragmentList().insert(Ret->begin(), F);
713 Result->getFragmentList().insert(Result->begin(), F);
775 Result->getFragmentList().insert(Result->begin(), F);
MCAssembler.cpp 830 if (Sec.getFragmentList().empty())
1270 Layout.getFragmentOffset(&*Section.getFragmentList().rbegin());
1271 computeFragmentSize(Layout, *Section.getFragmentList().rbegin());
MCObjectStreamer.cpp 187 if (CurInsertionPoint != getCurrentSectionOnly()->getFragmentList().begin())
WasmObjectWriter.cpp 1793 if (WS.getFragmentList().empty())
1797 if (WS.getFragmentList().size() != 3)
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/
ARMELFObjectWriter.cpp 281 for (auto &F : TextSection->getFragmentList())
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonAsmBackend.cpp 715 auto &Fragments = I->getFragmentList();
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
X86AsmBackend.cpp 1079 Layout.getFragmentOffset(&*Section.getFragmentList().rbegin());
1080 Asm.computeFragmentSize(Layout, *Section.getFragmentList().rbegin());

Completed in 80 milliseconds