OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setEndian
(Results
1 - 7
of
7
) sorted by null
/frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonEmulation.cpp
23
pConfig.targets().
setEndian
(TargetOptions::Little);
/frameworks/compile/mclinker/lib/Target/Mips/
MipsEmulation.cpp
23
pConfig.targets().
setEndian
(TargetOptions::Little);
/frameworks/compile/mclinker/tools/mcld/lib/Support/
TargetLinkerConfigs.cpp
34
getLDConfig()->targets().
setEndian
(mcld::TargetOptions::Little);
76
getLDConfig()->targets().
setEndian
(mcld::TargetOptions::Little);
109
getLDConfig()->targets().
setEndian
(mcld::TargetOptions::Little);
151
getLDConfig()->targets().
setEndian
(mcld::TargetOptions::Little);
/frameworks/compile/mclinker/include/mcld/
TargetOptions.h
57
void
setEndian
(Endian pEndian) { m_Endian = pEndian; }
/frameworks/compile/mclinker/lib/Target/ARM/
ARMEmulation.cpp
23
pConfig.targets().
setEndian
(TargetOptions::Little);
/frameworks/compile/mclinker/lib/Target/X86/
X86Emulation.cpp
23
pConfig.targets().
setEndian
(TargetOptions::Little);
/frameworks/compile/mclinker/unittests/
ELFReaderTest.cpp
31
m_pConfig->targets().
setEndian
( TargetOptions::Little );
Completed in 37 milliseconds