Searched refs:m_pConfig (Results 1 - 16 of 16) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
H A DRelocationFactory.cpp26 : GCFactory<Relocation, MCLD_RELOCATIONS_PER_INPUT>(), m_pConfig(NULL) {
30 m_pConfig = &pConfig;
36 if (m_pConfig == NULL) {
47 if (llvm::sys::IsLittleEndianHost != m_pConfig->targets().isLittleEndian()) {
50 switch (m_pConfig->targets().bitclass()) {
63 fatal(diag::unsupported_bitclass) << m_pConfig->targets().triple().str()
64 << m_pConfig->targets().bitclass();
69 pFragRef.memcpy(&target_data, (m_pConfig->targets().bitclass() / 8));
H A DDiagnosticEngine.cpp24 : m_pConfig(NULL),
42 m_pConfig = &pConfig;
44 m_pInfoMap = new DiagnosticInfos(*m_pConfig);
/frameworks/compile/mclinker/lib/Core/
H A DLinker.cpp35 : m_pConfig(NULL),
49 m_pConfig = &pConfig;
78 assert(m_pConfig != NULL);
82 m_pObjLinker = new ObjectLinker(*m_pConfig, *m_pBackend);
106 if (m_pConfig->options().trace()) {
140 if (LinkerConfig::DynObj == m_pConfig->codeGenType() ||
141 m_pConfig->options().isPIE()) {
142 m_pConfig->setCodePosition(LinkerConfig::Independent);
147 m_pConfig->setCodePosition(LinkerConfig::StaticDependent);
149 if (LinkerConfig::Exec == m_pConfig
[all...]
/frameworks/compile/mclinker/unittests/
H A DUniqueGCFactoryBaseTest.h39 mcld::LinkerConfig* m_pConfig; member in class:mcldtest::UniqueGCFactoryBaseTest
H A DStaticResolverTest.h46 mcld::LinkerConfig* m_pConfig; member in class:mcldtest::StaticResolverTest
H A DELFReaderTest.cpp32 m_pConfig = new LinkerConfig("x86_64-linux-gnueabi");
33 m_pConfig->targets().setEndian(TargetOptions::Little);
34 m_pConfig->targets().setBitClass(64);
35 Relocation::SetUp(*m_pConfig);
38 m_pInfo = new X86_64GNUInfo(m_pConfig->targets().triple());
39 m_pLDBackend = new X86_64GNULDBackend(*m_pConfig, m_pInfo);
42 m_pIRBuilder = new IRBuilder(*m_pModule, *m_pConfig);
44 new ELFObjectReader(*m_pLDBackend, *m_pIRBuilder, *m_pConfig);
49 delete m_pConfig;
H A DELFReaderTest.h44 mcld::LinkerConfig* m_pConfig; member in class:mcldtest::ELFReaderTest
H A DInputTreeTest.h45 mcld::LinkerConfig* m_pConfig; member in class:mcld::test::InputTreeTest
H A DInputTreeTest.cpp27 m_pConfig = new mcld::LinkerConfig("arm-none-linux-gnueabi");
28 m_pAlloc = new mcld::InputFactory(10, *m_pConfig);
30 *m_pConfig, *m_pAlloc, m_ContextFactory, m_MemFactory, false);
40 delete m_pConfig;
H A DUniqueGCFactoryBaseTest.cpp20 m_pConfig = new LinkerConfig("arm-none-linux-gnueabi");
25 delete m_pConfig;
H A DStaticResolverTest.cpp24 StaticResolverTest::StaticResolverTest() : m_pResolver(NULL), m_pConfig(NULL) {
28 m_pConfig = new LinkerConfig("arm-none-linux-gnueabi");
34 delete m_pConfig;
/frameworks/compile/mclinker/include/mcld/LD/
H A DRelocationFactory.h52 const LinkerConfig* m_pConfig; member in class:mcld::RelocationFactory
H A DDiagnosticEngine.h134 const LinkerConfig* m_pConfig; member in class:mcld::DiagnosticEngine
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsELFDynamic.h24 const LinkerConfig& m_pConfig; member in class:mcld::MipsELFDynamic
H A DMipsELFDynamic.cpp23 : ELFDynamic(pParent, pConfig), m_pParent(pParent), m_pConfig(pConfig) {
79 if (LinkerConfig::Exec != m_pConfig.codeGenType())
/frameworks/compile/mclinker/include/mcld/
H A DLinker.h72 LinkerConfig* m_pConfig; member in class:mcld::Linker

Completed in 201 milliseconds