OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FragmentListType
(Results
1 - 2
of
2
) 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
...]
/external/llvm/include/llvm/MC/
MCSection.h
60
typedef iplist<MCFragment>
FragmentListType
;
62
typedef
FragmentListType
::const_iterator const_iterator;
63
typedef
FragmentListType
::iterator iterator;
65
typedef
FragmentListType
::const_reverse_iterator const_reverse_iterator;
66
typedef
FragmentListType
::reverse_iterator reverse_iterator;
98
FragmentListType
Fragments;
152
MCSection::
FragmentListType
&getFragmentList() { return Fragments; }
153
const MCSection::
FragmentListType
&getFragmentList() const {
158
static
FragmentListType
MCSection::*getSublistAccess(MCFragment *) {
Completed in 575 milliseconds