OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_Target
(Results
1 - 12
of
12
) sorted by null
/frameworks/compile/mclinker/lib/Target/Mips/
MipsLA25Stub.cpp
31
:
m_Target
(pTarget),
45
:
m_Target
(pTarget), m_Name("pic"), m_pData(pData), m_Size(pSize) {
64
if (!
m_Target
.hasNonPICBranch(rsym))
88
m_Target
, m_pData, m_Size, fixup_begin(), fixup_end());
MipsLA25Stub.h
51
const MipsGNULDBackend&
m_Target
;
MipsRelocator.h
78
MipsGNULDBackend& getTarget() { return
m_Target
; }
80
const MipsGNULDBackend& getTarget() const { return
m_Target
; }
164
MipsGNULDBackend&
m_Target
;
MipsRelocator.cpp
144
m_Target
(pParent),
[
all
...]
/frameworks/compile/mclinker/lib/Target/ARM/
ARMRelocator.h
66
ARMGNULDBackend& getTarget() { return
m_Target
; }
68
const ARMGNULDBackend& getTarget() const { return
m_Target
; }
127
ARMGNULDBackend&
m_Target
;
ARMRelocator.cpp
301
: Relocator(pConfig),
m_Target
(pParent) {
[
all
...]
/frameworks/compile/mclinker/lib/Target/X86/
X86Relocator.h
131
X86_32GNULDBackend& getTarget() { return
m_Target
; }
133
const X86_32GNULDBackend& getTarget() const { return
m_Target
; }
175
X86_32GNULDBackend&
m_Target
;
195
X86_64GNULDBackend& getTarget() { return
m_Target
; }
197
const X86_64GNULDBackend& getTarget() const { return
m_Target
; }
236
X86_64GNULDBackend&
m_Target
;
X86Relocator.cpp
275
: X86Relocator(pConfig),
m_Target
(pParent) {
[
all
...]
/frameworks/compile/mclinker/lib/Target/AArch64/
AArch64Relocator.h
72
AArch64GNULDBackend& getTarget() { return
m_Target
; }
74
const AArch64GNULDBackend& getTarget() const { return
m_Target
; }
134
AArch64GNULDBackend&
m_Target
;
AArch64Relocator.cpp
66
: Relocator(pConfig),
m_Target
(pParent) {
/frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonRelocator.h
88
HexagonLDBackend& getTarget() { return
m_Target
; }
90
const HexagonLDBackend& getTarget() const { return
m_Target
; }
139
HexagonLDBackend&
m_Target
;
HexagonRelocator.cpp
170
: Relocator(pConfig),
m_Target
(pParent) {
Completed in 155 milliseconds