HomeSort by relevance Sort by last modified time
    Searched refs:SectionData (Results 51 - 75 of 149) sorted by null

1 23 4 5 6

  /external/llvm/test/MC/ARM/
eh-compact-pr0.s 43 @ CHECK: SectionData (
59 @ CHECK: SectionData (
82 @ CHECK: SectionData (
96 @ CHECK: SectionData (
eh-directive-section.s 55 @ CHECK: SectionData (
65 @ CHECK: SectionData (
94 @ CHECK: SectionData (
114 @ CHECK: SectionData (
124 @ CHECK: SectionData (
153 @ CHECK: SectionData (
eh-directive-multiple-offsets.s 30 @ CHECK: SectionData (
59 @ CHECK: SectionData (
92 @ CHECK: SectionData (
123 @ CHECK: SectionData (
165 @ CHECK: SectionData (
eh-directive-pad.s 40 @ CHECK: SectionData (
82 @ CHECK: SectionData (
123 @ CHECK: SectionData (
166 @ CHECK: SectionData (
222 @ CHECK: SectionData (
eh-directive-section-multiple-func.s 48 @ CHECK: SectionData (
59 @ CHECK: SectionData (
71 @ CHECK: SectionData (
95 @ CHECK: SectionData (
  /external/llvm/test/MC/MachO/AArch64/
darwin-ARM64-local-label-diff.s 21 ; CHECK: SectionData (
  /external/llvm/test/MC/MachO/ARM/
no-subsections-reloc.s 18 @ CHECK: SectionData (
relax-thumb-ldr-literal.s 20 @ CHECK: SectionData (
relax-thumb2-branches.s 13 @ CHECK: SectionData (
thumb-bl-jbits.s 24 # CHECK: SectionData (
  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64GOT.h 28 AArch64GOTEntry(uint64_t pContent, SectionData* pParent)
AArch64PLT.cpp 22 AArch64PLT0::AArch64PLT0(SectionData& pParent)
26 AArch64PLT1::AArch64PLT1(SectionData& pParent)
51 SectionData::iterator frag, fragEnd = m_pSectionData->end();
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMGOT.h 26 ARMGOTEntry(uint64_t pContent, SectionData* pParent)
ARMPLT.cpp 21 ARMPLT0::ARMPLT0(SectionData& pParent) : PLT::Entry<sizeof(arm_plt0)>(pParent) {
24 ARMPLT1::ARMPLT1(SectionData& pParent) : PLT::Entry<sizeof(arm_plt1)>(pParent) {
48 SectionData::iterator frag, fragEnd = m_pSectionData->end();
ARMLDBackend.cpp 188 // create SectionData and ARMRelDynSection
411 const SectionData* sect_data = pSection.getSectionData();
412 SectionData::const_iterator frag_iter, frag_end = sect_data->end();
503 // Create SectionData for m_pEXIDX.
504 SectionData* sectData = IRBuilder::CreateSectionData(*m_pEXIDX);
524 SectionData::FragmentListType& src =
526 SectionData::FragmentListType& dst =
528 SectionData::FragmentListType::iterator frag = src.begin();
529 SectionData::FragmentListType::iterator fragEnd = src.end();
619 bool ARMGNULDBackend::readSection(Input& pInput, SectionData& pSD)
    [all...]
  /frameworks/compile/mclinker/include/mcld/LD/
ELFObjectWriter.h 24 class SectionData;
112 void emitSectionData(const SectionData& pSD, MemoryRegion& pRegion) const;
ELFReaderIf.h 25 class SectionData;
60 virtual bool readRegularSection(Input& pInput, SectionData& pSD) const = 0;
BranchIsland.h 15 #include "mcld/LD/SectionData.h"
36 typedef SectionData::iterator iterator;
37 typedef SectionData::const_iterator const_iterator;
77 SectionData* getParent() const { return m_Entry.getParent(); }
ELFReader.h 25 class SectionData;
69 bool readRegularSection(Input& pInput, SectionData& pSD) const;
154 bool readRegularSection(Input& pInput, SectionData& pSD) const;
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.cpp 179 const SectionData* sect_data = pSection.getSectionData();
180 SectionData::const_iterator frag_iter, frag_end = sect_data->end();
644 SectionData* prev = NULL;
649 SectionData* sd = (*island).begin()->getParent();
698 SectionData* sd = NULL;
713 SectionData* pTo = (m_psdata->getSectionData());
721 SectionData::FragmentListType& to_list = pTo->getFragmentList();
722 SectionData::FragmentListType::iterator fragTo, fragToEnd = to_list.end();
732 SectionData::FragmentListType& newlist = pTo->getFragmentList();
763 // get or create corresponding BSS SectionData
    [all...]
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsPLT.cpp 44 MipsPLT0(SectionData& pParent) : PLT::Entry<sizeof(PLT0)>(pParent) {}
52 MipsPLTA(SectionData& pParent) : PLT::Entry<sizeof(PLTA)>(pParent) {}
67 SectionData::iterator frag, fragEnd = m_pSectionData->end();
  /external/llvm/test/MC/PowerPC/
ppc-llong.s 26 # CHECK-NEXT: SectionData (
ppc-word.s 26 # CHECK-NEXT: SectionData (
  /frameworks/compile/mclinker/include/mcld/Target/
TargetLDBackend.h 41 class SectionData;
147 virtual bool readSection(Input& pInput, SectionData& pSD) { return true; }
  /frameworks/compile/mclinker/lib/LD/
BranchIslandFactory.cpp 13 #include "mcld/LD/SectionData.h"
39 /// @param pSectionData - the SectionData holds fragments need to be grouped
44 SectionData& sd = *((*sect)->getSectionData());
46 for (SectionData::iterator it = sd.begin(), ie = sd.end(); it != ie;

Completed in 237 milliseconds

1 23 4 5 6