OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_pBackend
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/mclinker/include/mcld/
Linker.h
76
TargetLDBackend*
m_pBackend
;
/frameworks/compile/mclinker/lib/Core/
Linker.cpp
38
m_pBackend
(NULL),
82
m_pObjLinker = new ObjectLinker(*m_pConfig, *
m_pBackend
);
311
delete
m_pBackend
;
312
m_pBackend
= NULL;
343
m_pBackend
= m_pTarget->createLDBackend(*m_pConfig);
344
if (
m_pBackend
== NULL) {
Completed in 179 milliseconds