OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_Parent
(Results
1 - 3
of
3
) sorted by null
/frameworks/compile/mclinker/include/mcld/Target/
ELFAttribute.h
81
:
m_Parent
(pParent), m_AttrData(pAttrData) {}
100
ELFAttribute&
m_Parent
;
/frameworks/compile/mclinker/lib/Target/
ELFAttribute.cpp
190
m_Parent
.config().targets().isLittleEndian());
265
!m_AttrData.merge(
m_Parent
.config(), pInput, tag, in_attr)) {
287
return m_AttrData.postMerge(
m_Parent
.config(), pInput);
302
m_Parent
.config().targets().isLittleEndian());
/frameworks/compile/mclinker/lib/Target/Mips/
MipsRelocator.cpp
44
:
m_Parent
(&pParent),
55
return MipsRelocationInfo(*
m_Parent
, m_Type >> 8, result(), result());
58
const Relocation& parent() const { return *
m_Parent
; }
60
Relocation& parent() { return *
m_Parent
; }
75
Relocation*
m_Parent
;
83
:
m_Parent
(&pParent),
[
all
...]
Completed in 675 milliseconds