OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getFragmentList
(Results
1 - 17
of
17
) sorted by null
/frameworks/compile/mclinker/lib/Fragment/
Fragment.cpp
28
m_pParent->
getFragmentList
().push_back(this);
/frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonGOTPLT.cpp
49
(*(m_SectionData->
getFragmentList
().begin())).setValue(pAddress);
HexagonLDBackend.cpp
716
SectionData::FragmentListType& to_list = pTo->
getFragmentList
();
727
SectionData::FragmentListType& newlist = pTo->
getFragmentList
();
906
SectionData::FragmentListType& to_list = pTo.
getFragmentList
();
937
pFrom.
getFragmentList
().push_front(align);
940
to_list.splice(fragInsert, pFrom.
getFragmentList
());
942
to_list.splice(frag, pFrom.
getFragmentList
());
[
all
...]
HexagonPLT.cpp
62
iterator first = m_SectionData->
getFragmentList
().begin();
64
assert(first != m_SectionData->
getFragmentList
().end() &&
/frameworks/compile/mclinker/include/mcld/LD/
SectionData.h
63
FragmentListType &
getFragmentList
() { return m_Fragments; }
64
const FragmentListType &
getFragmentList
() const { return m_Fragments; }
/frameworks/compile/mclinker/lib/Target/X86/
X86GOTPLT.cpp
47
(*(m_SectionData->
getFragmentList
().begin())).setValue(pAddress);
91
(*(m_SectionData->
getFragmentList
().begin())).setValue(pAddress);
X86PLT.cpp
158
iterator first = m_SectionData->
getFragmentList
().begin();
160
assert(first != m_SectionData->
getFragmentList
().end() &&
/frameworks/compile/mclinker/lib/Object/
ObjectBuilder.cpp
118
pTo.
getFragmentList
().push_back(align);
123
SectionData::FragmentListType& from_list = pFrom.
getFragmentList
();
124
SectionData::FragmentListType& to_list = pTo.
getFragmentList
();
166
pSD.
getFragmentList
().push_back(align);
173
pSD.
getFragmentList
().push_back(&pFrag);
/frameworks/compile/mclinker/lib/Target/ARM/
ARMPLT.cpp
86
iterator first = m_SectionData->
getFragmentList
().begin();
88
assert(first != m_SectionData->
getFragmentList
().end() &&
111
iterator first = m_SectionData->
getFragmentList
().begin();
113
assert(first != m_SectionData->
getFragmentList
().end() &&
ARMGOT.cpp
129
(*(m_SectionData->
getFragmentList
().begin())).setValue(pAddress);
/frameworks/compile/mclinker/lib/LD/
BranchIsland.cpp
129
sd->
getFragmentList
().insert(end(), align_frag);
135
sd->
getFragmentList
().insert(end(), &pStub);
EhFrame.cpp
98
m_pSectionData->
getFragmentList
().push_back(&pFrag);
108
m_pSectionData->
getFragmentList
().push_back(&pFrag);
/external/llvm/include/llvm/MC/
MCObjectStreamer.h
62
CurSectionData->
getFragmentList
().insert(CurInsertionPoint, F);
MCAssembler.h
629
const FragmentListType &
getFragmentList
() const { return Fragments; }
630
FragmentListType &
getFragmentList
() { return Fragments; }
[
all
...]
/external/llvm/lib/MC/
MCAssembler.cpp
153
const MCFragment &F = SD->
getFragmentList
().back();
219
Parent->
getFragmentList
().push_back(this);
271
getFragmentList
().insert(IP, F);
772
if (it->
getFragmentList
().empty())
[
all
...]
MCObjectStreamer.cpp
57
if (CurInsertionPoint != getCurrentSectionData()->
getFragmentList
().begin())
WinCOFFObjectWriter.cpp
512
return !S->MCData->
getFragmentList
().empty();
Completed in 872 milliseconds