OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_pStubFactory
(Results
1 - 3
of
3
) sorted by null
/frameworks/compile/mclinker/include/mcld/Target/
GNULDBackend.h
309
StubFactory* getStubFactory() { return
m_pStubFactory
; }
531
StubFactory*
m_pStubFactory
;
/frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.cpp
539
if (
m_pStubFactory
== NULL) {
540
m_pStubFactory
= new StubFactory();
[
all
...]
/frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp
88
m_pStubFactory
(NULL),
127
delete
m_pStubFactory
;
[
all
...]
Completed in 785 milliseconds