OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_pConfig
(Results
1 - 14
of
14
) sorted by null
/frameworks/compile/mclinker/lib/LD/
RelocationFactory.cpp
25
: GCFactory<Relocation, MCLD_RELOCATIONS_PER_INPUT>(),
m_pConfig
(NULL) {
30
m_pConfig
= &pConfig;
37
if (NULL ==
m_pConfig
) {
48
if(llvm::sys::IsLittleEndianHost !=
m_pConfig
->targets().isLittleEndian()) {
51
switch (
m_pConfig
->targets().bitclass()) {
64
fatal(diag::unsupported_bitclass) <<
m_pConfig
->targets().triple().str()
65
<<
m_pConfig
->targets().bitclass();
71
pFragRef.memcpy(&target_data, (
m_pConfig
->targets().bitclass()/8));
DiagnosticEngine.cpp
23
:
m_pConfig
(NULL), m_pLineInfo(NULL), m_pPrinter(NULL),
40
m_pConfig
= &pConfig;
42
m_pInfoMap = new DiagnosticInfos(*
m_pConfig
);
/frameworks/compile/mclinker/lib/Core/
Linker.cpp
35
:
m_pConfig
(NULL), m_pIRBuilder(NULL),
48
m_pConfig
= &pConfig;
79
assert(NULL !=
m_pConfig
);
83
m_pObjLinker = new ObjectLinker(*
m_pConfig
, *m_pBackend);
104
if (
m_pConfig
->options().trace()) {
136
if (LinkerConfig::DynObj ==
m_pConfig
->codeGenType() ||
137
m_pConfig
->options().isPIE()) {
138
m_pConfig
->setCodePosition(LinkerConfig::Independent);
144
m_pConfig
->setCodePosition(LinkerConfig::StaticDependent);
146
if (LinkerConfig::Exec ==
m_pConfig
->codeGenType())
[
all
...]
/frameworks/compile/mclinker/unittests/
StaticResolverTest.h
48
mcld::LinkerConfig*
m_pConfig
;
UniqueGCFactoryBaseTest.h
41
mcld::LinkerConfig*
m_pConfig
;
ELFReaderTest.cpp
30
m_pConfig
= new LinkerConfig("x86_64-linux-gnueabi");
31
m_pConfig
->targets().setEndian( TargetOptions::Little );
32
m_pConfig
->targets().setBitClass( 64 );
33
Relocation::SetUp( *
m_pConfig
);
36
m_pInfo = new X86_64GNUInfo(
m_pConfig
->targets().triple() );
37
m_pLDBackend = new X86_64GNULDBackend( *
m_pConfig
, m_pInfo );
40
m_pIRBuilder = new IRBuilder( *m_pModule, *
m_pConfig
);
43
*
m_pConfig
);
49
delete
m_pConfig
;
InputTreeTest.h
46
mcld::LinkerConfig*
m_pConfig
;
ELFReaderTest.h
45
mcld::LinkerConfig*
m_pConfig
;
UniqueGCFactoryBaseTest.cpp
22
m_pConfig
= new LinkerConfig("arm-none-linux-gnueabi");
28
delete
m_pConfig
;
InputTreeTest.cpp
30
m_pConfig
= new mcld::LinkerConfig("arm-none-linux-gnueabi");
31
m_pAlloc = new mcld::InputFactory(10, *
m_pConfig
);
32
m_pBuilder = new mcld::InputBuilder(*
m_pConfig
,
47
delete
m_pConfig
;
StaticResolverTest.cpp
25
: m_pResolver(NULL),
m_pConfig
(NULL) {
29
m_pConfig
= new LinkerConfig("arm-none-linux-gnueabi");
36
delete
m_pConfig
;
/frameworks/compile/mclinker/include/mcld/LD/
RelocationFactory.h
57
const LinkerConfig*
m_pConfig
;
DiagnosticEngine.h
141
const LinkerConfig*
m_pConfig
;
/frameworks/compile/mclinker/include/mcld/
Linker.h
79
LinkerConfig*
m_pConfig
;
Completed in 68 milliseconds