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

12 3 4 5 6

  /external/llvm/test/MC/ARM/
eh-directive-handlerdata.s 26 @ CHECK: SectionData (
33 @ CHECK: SectionData (
40 @ CHECK: SectionData (
85 @ CHECK: SectionData (
93 @ CHECK: SectionData (
100 @ CHECK: SectionData (
eh-directive-personality.s 27 @ CHECK: SectionData (
33 @ CHECK: SectionData (
47 @ CHECK: SectionData (
78 @ CHECK: SectionData (
84 @ CHECK: SectionData (
98 @ CHECK: SectionData (
directive-cpu.s 5 @ CHECK: SectionData (
directive-even.s 26 @ CHECK: SectionData (
65 @ CHECK: SectionData (
directive-fpu.s 5 @ CHECK: SectionData (
eh-directive-cantunwind.s 29 @ CHECK: SectionData (
44 @ CHECK: SectionData (
eh-directive-movsp.s 21 @ CHECK: SectionData (
41 @ CHECK: SectionData (
eh-compact-pr1.s 30 @ CHECK: SectionData (
48 @ CHECK: SectionData (
59 @ CHECK: SectionData (
  /frameworks/compile/mclinker/lib/LD/
BranchIsland.cpp 39 SectionData::iterator BranchIsland::begin() {
43 SectionData::const_iterator BranchIsland::begin() const {
47 SectionData::iterator BranchIsland::end() {
53 SectionData::const_iterator BranchIsland::end() const {
106 SectionData* sd = m_Entry.getParent();
132 SectionData* sd = m_Entry.getParent();
EhFrame.cpp 17 #include "mcld/LD/SectionData.h"
97 m_pSectionData = SectionData::Create(pSection);
314 SectionData& in_sd = *pInFrame.getSectionData();
315 SectionData::FragmentListType& in_frag_list = in_sd.getFragmentList();
316 SectionData& out_sd = *getSectionData();
317 SectionData::FragmentListType& out_frag_list = out_sd.getFragmentList();
327 SectionData& in_sd = *pInFrame.getSectionData();
328 SectionData::FragmentListType& in_frag_list = in_sd.getFragmentList();
329 SectionData& out_sd = *getSectionData();
330 SectionData::FragmentListType& out_frag_list = out_sd.getFragmentList()
    [all...]
  /external/llvm/test/MC/MachO/ARM/
nop-armv4-padding.s 10 @ CHECK: SectionData (
nop-armv6t2-padding.s 10 @ CHECK: SectionData (
nop-thumb-padding.s 12 @ CHECK: SectionData (
nop-thumb2-padding.s 12 @ CHECK: SectionData (
thumb2-function-relative-load.s 13 @ CHECK: SectionData (
  /frameworks/compile/mclinker/lib/Fragment/
Fragment.cpp 11 #include "mcld/LD/SectionData.h"
24 Fragment::Fragment(Type pKind, SectionData* pParent)
  /frameworks/compile/mclinker/lib/Target/
GOT.cpp 33 SectionData::iterator frag, fragEnd = m_SectionData->end();
  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64PLT.h 40 AArch64PLT0(SectionData& pParent);
45 AArch64PLT1(SectionData& pParent);
AArch64GOT.cpp 56 SectionData::FragmentListType& frag_list = m_SectionData->getFragmentList();
58 SectionData::iterator frag, fragEnd = m_SectionData->end();
64 // push GOTPLT into the SectionData and setup the offset
78 // push GOT into the SectionData and setup the offset
105 SectionData::iterator entry(m_pGOTPLTFront);
106 SectionData::iterator e_end;
110 e_end = SectionData::iterator(m_pGOTFront);
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonPLT.h 51 HexagonPLT0(SectionData& pParent);
92 HexagonPLT1(SectionData& pParent);
  /frameworks/compile/mclinker/include/mcld/LD/
LDSection.h 25 class SectionData;
93 /// constraint is set in SectionData::setAlignment. addr() contains the
132 // ----- SectionData ----- //
133 const SectionData* getSectionData() const { return m_Data.sect_data; }
134 SectionData* getSectionData() { return m_Data.sect_data; }
136 void setSectionData(SectionData* pSD) { m_Data.sect_data = pSD; }
175 SectionData* sect_data;
196 /// m_Data - the SectionData or RelocData of this section
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMGOT.cpp 53 SectionData::FragmentListType& frag_list = m_SectionData->getFragmentList();
55 SectionData::iterator frag, fragEnd = m_SectionData->end();
61 // push GOTPLT into the SectionData and setup the offset
75 // push GOT into the SectionData and setup the offset
102 SectionData::iterator entry(m_pGOTPLTFront);
103 SectionData::iterator e_end;
107 e_end = SectionData::iterator(m_pGOTFront);
  /external/llvm/test/MC/AsmParser/
section.s 62 # CHECK-NEXT: SectionData (
78 # CHECK-NEXT: SectionData (
94 # CHECK-NEXT: SectionData (
110 # CHECK-NEXT: SectionData (
126 # CHECK-NEXT: SectionData (
  /frameworks/compile/mclinker/lib/Object/
ObjectBuilder.cpp 20 #include "mcld/LD/SectionData.h"
105 SectionData* data = NULL;
130 bool ObjectBuilder::MoveSectionData(SectionData& pFrom, SectionData& pTo) {
149 SectionData::FragmentListType& from_list = pFrom.getFragmentList();
150 SectionData::FragmentListType& to_list = pTo.getFragmentList();
151 SectionData::FragmentListType::iterator frag, fragEnd = from_list.end();
178 /// AppendFragment - To append pFrag to the given SectionData pSD.
180 SectionData& pSD,
  /frameworks/compile/mclinker/lib/Target/X86/
X86PLT.cpp 24 X86_32DynPLT0::X86_32DynPLT0(SectionData& pParent)
28 X86_32DynPLT1::X86_32DynPLT1(SectionData& pParent)
32 X86_32ExecPLT0::X86_32ExecPLT0(SectionData& pParent)
36 X86_32ExecPLT1::X86_32ExecPLT1(SectionData& pParent)
40 X86_64PLT0::X86_64PLT0(SectionData& pParent)
44 X86_64PLT1::X86_64PLT1(SectionData& pParent)
103 SectionData::iterator frag, fragEnd = m_pSectionData->end();

Completed in 360 milliseconds

12 3 4 5 6