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

1 2

  /frameworks/compile/mclinker/lib/Fragment/
Fragment.cpp 27 m_pParent->getFragmentList().push_back(this);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/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();
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/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();
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/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();
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/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();
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/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();
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/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();
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/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();
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/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();
  /frameworks/compile/mclinker/lib/LD/
BranchIsland.cpp 113 sd->getFragmentList().insert(end(), align_frag);
119 sd->getFragmentList().insert(end(), &pStub);
139 sd->getFragmentList().insert(end(), align_frag);
145 sd->getFragmentList().insert(end(), &pStub);
EhFrame.cpp 134 m_pSectionData->getFragmentList().push_back(&pFrag);
315 SectionData::FragmentListType& in_frag_list = in_sd.getFragmentList();
317 SectionData::FragmentListType& out_frag_list = out_sd.getFragmentList();
328 SectionData::FragmentListType& in_frag_list = in_sd.getFragmentList();
330 SectionData::FragmentListType& out_frag_list = out_sd.getFragmentList();
357 getSectionData()->getFragmentList();
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonGOTPLT.cpp 40 llvm::cast<HexagonGOTEntry>(*(m_SectionData->getFragmentList().begin()))
HexagonLDBackend.cpp 721 SectionData::FragmentListType& to_list = pTo->getFragmentList();
732 SectionData::FragmentListType& newlist = pTo->getFragmentList();
905 SectionData::FragmentListType& to_list = pTo.getFragmentList();
936 pFrom.getFragmentList().push_front(align);
939 to_list.splice(fragInsert, pFrom.getFragmentList());
941 to_list.splice(frag, pFrom.getFragmentList());
972 SectionData::FragmentListType& to_list = pTo.getFragmentList();
    [all...]
HexagonPLT.cpp 54 iterator first = m_pSectionData->getFragmentList().begin();
56 assert(first != m_pSectionData->getFragmentList().end() &&
  /frameworks/compile/mclinker/include/mcld/LD/
SectionData.h 57 const FragmentListType& getFragmentList() const { return m_Fragments; }
58 FragmentListType& getFragmentList() { return m_Fragments; }
  /frameworks/compile/mclinker/lib/Target/X86/
X86GOTPLT.cpp 37 llvm::cast<X86_32GOTEntry>(*(m_SectionData->getFragmentList().begin()))
70 llvm::cast<X86_64GOTEntry>(*(m_SectionData->getFragmentList().begin()))
X86PLT.cpp 122 iterator first = m_pSectionData->getFragmentList().begin();
124 assert(first != m_pSectionData->getFragmentList().end() &&
  /frameworks/compile/mclinker/lib/Object/
ObjectBuilder.cpp 144 pTo.getFragmentList().push_back(align);
149 SectionData::FragmentListType& from_list = pFrom.getFragmentList();
150 SectionData::FragmentListType& to_list = pTo.getFragmentList();
196 pSD.getFragmentList().push_back(align);
203 pSD.getFragmentList().push_back(&pFrag);
  /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);
  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64GOT.cpp 56 SectionData::FragmentListType& frag_list = m_SectionData->getFragmentList();
97 llvm::cast<AArch64GOTEntry>(*(m_SectionData->getFragmentList().begin()))
AArch64PLT.cpp 67 iterator first = m_pSectionData->getFragmentList().begin();
68 assert(first != m_pSectionData->getFragmentList().end() &&
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMGOT.cpp 53 SectionData::FragmentListType& frag_list = m_SectionData->getFragmentList();
94 llvm::cast<ARMGOTEntry>(*(m_SectionData->getFragmentList().begin()))
ARMPLT.cpp 76 iterator first = m_pSectionData->getFragmentList().begin();
78 assert(first != m_pSectionData->getFragmentList().end() &&
  /external/llvm/lib/MC/
MCSection.cpp 81 getFragmentList().insert(IP, F);

Completed in 624 milliseconds

1 2