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

  /frameworks/compile/mclinker/include/mcld/LD/
SectionData.h 36 typedef llvm::iplist<Fragment> FragmentListType;
38 typedef FragmentListType::reference reference;
39 typedef FragmentListType::const_reference const_reference;
41 typedef FragmentListType::iterator iterator;
42 typedef FragmentListType::const_iterator const_iterator;
44 typedef FragmentListType::reverse_iterator reverse_iterator;
45 typedef FragmentListType::const_reverse_iterator const_reverse_iterator;
57 const FragmentListType& getFragmentList() const { return m_Fragments; }
58 FragmentListType& getFragmentList() { return m_Fragments; }
64 static FragmentListType SectionData::*getSublistAccess(Fragment *)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
MCSection.h 50 typedef iplist<MCFragment> FragmentListType;
52 typedef FragmentListType::const_iterator const_iterator;
53 typedef FragmentListType::iterator iterator;
55 typedef FragmentListType::const_reverse_iterator const_reverse_iterator;
56 typedef FragmentListType::reverse_iterator reverse_iterator;
85 FragmentListType Fragments;
143 MCSection::FragmentListType &getFragmentList() { return Fragments; }
144 const MCSection::FragmentListType &getFragmentList() const {
149 static FragmentListType MCSection::*getSublistAccess(MCFragment *) {
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
MCSection.h 50 typedef iplist<MCFragment> FragmentListType;
52 typedef FragmentListType::const_iterator const_iterator;
53 typedef FragmentListType::iterator iterator;
55 typedef FragmentListType::const_reverse_iterator const_reverse_iterator;
56 typedef FragmentListType::reverse_iterator reverse_iterator;
85 FragmentListType Fragments;
143 MCSection::FragmentListType &getFragmentList() { return Fragments; }
144 const MCSection::FragmentListType &getFragmentList() const {
149 static FragmentListType MCSection::*getSublistAccess(MCFragment *) {
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
MCSection.h 50 typedef iplist<MCFragment> FragmentListType;
52 typedef FragmentListType::const_iterator const_iterator;
53 typedef FragmentListType::iterator iterator;
55 typedef FragmentListType::const_reverse_iterator const_reverse_iterator;
56 typedef FragmentListType::reverse_iterator reverse_iterator;
85 FragmentListType Fragments;
143 MCSection::FragmentListType &getFragmentList() { return Fragments; }
144 const MCSection::FragmentListType &getFragmentList() const {
149 static FragmentListType MCSection::*getSublistAccess(MCFragment *) {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCSection.h 50 typedef iplist<MCFragment> FragmentListType;
52 typedef FragmentListType::const_iterator const_iterator;
53 typedef FragmentListType::iterator iterator;
55 typedef FragmentListType::const_reverse_iterator const_reverse_iterator;
56 typedef FragmentListType::reverse_iterator reverse_iterator;
85 FragmentListType Fragments;
143 MCSection::FragmentListType &getFragmentList() { return Fragments; }
144 const MCSection::FragmentListType &getFragmentList() const {
149 static FragmentListType MCSection::*getSublistAccess(MCFragment *) {
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
MCSection.h 50 typedef iplist<MCFragment> FragmentListType;
52 typedef FragmentListType::const_iterator const_iterator;
53 typedef FragmentListType::iterator iterator;
55 typedef FragmentListType::const_reverse_iterator const_reverse_iterator;
56 typedef FragmentListType::reverse_iterator reverse_iterator;
85 FragmentListType Fragments;
143 MCSection::FragmentListType &getFragmentList() { return Fragments; }
144 const MCSection::FragmentListType &getFragmentList() const {
149 static FragmentListType MCSection::*getSublistAccess(MCFragment *) {
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
MCSection.h 50 typedef iplist<MCFragment> FragmentListType;
52 typedef FragmentListType::const_iterator const_iterator;
53 typedef FragmentListType::iterator iterator;
55 typedef FragmentListType::const_reverse_iterator const_reverse_iterator;
56 typedef FragmentListType::reverse_iterator reverse_iterator;
85 FragmentListType Fragments;
143 MCSection::FragmentListType &getFragmentList() { return Fragments; }
144 const MCSection::FragmentListType &getFragmentList() const {
149 static FragmentListType MCSection::*getSublistAccess(MCFragment *) {
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
MCSection.h 50 typedef iplist<MCFragment> FragmentListType;
52 typedef FragmentListType::const_iterator const_iterator;
53 typedef FragmentListType::iterator iterator;
55 typedef FragmentListType::const_reverse_iterator const_reverse_iterator;
56 typedef FragmentListType::reverse_iterator reverse_iterator;
85 FragmentListType Fragments;
143 MCSection::FragmentListType &getFragmentList() { return Fragments; }
144 const MCSection::FragmentListType &getFragmentList() const {
149 static FragmentListType MCSection::*getSublistAccess(MCFragment *) {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCSection.h 50 typedef iplist<MCFragment> FragmentListType;
52 typedef FragmentListType::const_iterator const_iterator;
53 typedef FragmentListType::iterator iterator;
55 typedef FragmentListType::const_reverse_iterator const_reverse_iterator;
56 typedef FragmentListType::reverse_iterator reverse_iterator;
85 FragmentListType Fragments;
143 MCSection::FragmentListType &getFragmentList() { return Fragments; }
144 const MCSection::FragmentListType &getFragmentList() const {
149 static FragmentListType MCSection::*getSublistAccess(MCFragment *) {
  /external/llvm/include/llvm/MC/
MCSection.h 59 typedef iplist<MCFragment> FragmentListType;
61 typedef FragmentListType::const_iterator const_iterator;
62 typedef FragmentListType::iterator iterator;
64 typedef FragmentListType::const_reverse_iterator const_reverse_iterator;
65 typedef FragmentListType::reverse_iterator reverse_iterator;
97 FragmentListType Fragments;
151 MCSection::FragmentListType &getFragmentList() { return Fragments; }
152 const MCSection::FragmentListType &getFragmentList() const {
157 static FragmentListType MCSection::*getSublistAccess(MCFragment *) {
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCAssembler.h 433 typedef iplist<MCFragment> FragmentListType;
435 typedef FragmentListType::const_iterator const_iterator;
436 typedef FragmentListType::iterator iterator;
438 typedef FragmentListType::const_reverse_iterator const_reverse_iterator;
439 typedef FragmentListType::reverse_iterator reverse_iterator;
442 FragmentListType Fragments;
487 const FragmentListType &getFragmentList() const { return Fragments; }
488 FragmentListType &getFragmentList() { return Fragments; }
  /frameworks/compile/mclinker/lib/Object/
ObjectBuilder.cpp 149 SectionData::FragmentListType& from_list = pFrom.getFragmentList();
150 SectionData::FragmentListType& to_list = pTo.getFragmentList();
151 SectionData::FragmentListType::iterator frag, fragEnd = from_list.end();
  /frameworks/compile/mclinker/lib/LD/
EhFrame.cpp 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();
356 SectionData::FragmentListType& frag_list =
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.cpp 721 SectionData::FragmentListType& to_list = pTo->getFragmentList();
722 SectionData::FragmentListType::iterator fragTo, fragToEnd = to_list.end();
732 SectionData::FragmentListType& newlist = pTo->getFragmentList();
905 SectionData::FragmentListType& to_list = pTo.getFragmentList();
906 SectionData::FragmentListType::iterator frag, fragEnd = to_list.end();
911 SectionData::FragmentListType::iterator fragInsert;
972 SectionData::FragmentListType& to_list = pTo.getFragmentList();
973 SectionData::FragmentListType::iterator frag, fragEnd = to_list.end();
    [all...]
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.cpp 524 SectionData::FragmentListType& src =
526 SectionData::FragmentListType& dst =
528 SectionData::FragmentListType::iterator frag = src.begin();
529 SectionData::FragmentListType::iterator fragEnd = src.end();
715 SectionData::FragmentListType& list = sectData->getFragmentList();
719 SectionData::FragmentListType tmp;
739 SectionData::FragmentListType::iterator it = list.begin();
    [all...]
ARMGOT.cpp 53 SectionData::FragmentListType& frag_list = m_SectionData->getFragmentList();
  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64GOT.cpp 56 SectionData::FragmentListType& frag_list = m_SectionData->getFragmentList();
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.cpp     [all...]
  /frameworks/compile/mclinker/lib/Target/X86/
X86LDBackend.cpp 281 SectionData::FragmentListType& frag_list =

Completed in 735 milliseconds