OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_pAttribute
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/mclinker/include/mcld/Target/
GNULDBackend.h
334
ELFAttribute& attribute() { return *
m_pAttribute
; }
337
const ELFAttribute& attribute() const { return *
m_pAttribute
; }
540
ELFAttribute*
m_pAttribute
;
/frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp
90
m_pAttribute
(NULL),
114
m_pAttribute
= new ELFAttribute(*this, pConfig);
125
delete
m_pAttribute
;
[
all
...]
Completed in 56 milliseconds