OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_pParent
(Results
1 - 8
of
8
) sorted by null
/frameworks/compile/mclinker/lib/Fragment/
Fragment.cpp
22
: m_Kind(Type(~0)),
m_pParent
(NULL), m_Offset(~uint64_t(0)) {
26
: m_Kind(pKind),
m_pParent
(pParent), m_Offset(~uint64_t(0)) {
27
if (NULL !=
m_pParent
)
28
m_pParent
->getFragmentList().push_back(this);
/frameworks/compile/mclinker/lib/Support/
Directory.cpp
152
:
m_pParent
(pParent),
158
:
m_pParent
(pCopy.
m_pParent
),
169
if (NULL ==
m_pParent
)
176
if (NULL ==
m_pParent
)
183
m_pParent
= pCopy.
m_pParent
;
191
if (0 ==
m_pParent
)
197
if (
m_pParent
->m_Cache.end() == m_Iter) {
198
if (!
m_pParent
->m_CacheFull)
[
all
...]
MemoryRegion.cpp
22
:
m_pParent
(NULL), m_VMAStart(0), m_Length(0) {
26
:
m_pParent
(NULL), m_VMAStart(pVMAStart), m_Length(pSize) {
/frameworks/compile/mclinker/include/mcld/Fragment/
Fragment.h
50
const SectionData* getParent() const { return
m_pParent
; }
51
SectionData* getParent() { return
m_pParent
; }
53
void setParent(SectionData *pValue) {
m_pParent
= pValue; }
74
SectionData*
m_pParent
;
/frameworks/compile/mclinker/include/mcld/Support/
MemoryRegion.h
54
void setParent(Space& pSpace) {
m_pParent
= &pSpace; }
89
const Space* parent() const { return
m_pParent
; }
90
Space* parent() { return
m_pParent
; }
92
bool hasParent() const { return (NULL !=
m_pParent
); }
109
Space*
m_pParent
;
Directory.h
145
Directory*
m_pParent
; // get handler
/frameworks/compile/mclinker/lib/Target/Mips/
MipsELFDynamic.cpp
30
m_pParent
(pParent)
81
m_pParent
.getGOT().getTotalNum() +
82
m_pParent
.getGOT().getLocalNum();
90
return
m_pParent
.getGOT().getLocalNum();
MipsELFDynamic.h
28
const MipsGNULDBackend&
m_pParent
;
Completed in 584 milliseconds