OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:postMergeSections
(Results
1 - 4
of
4
) sorted by null
/frameworks/compile/mclinker/include/mcld/Target/
TargetLDBackend.h
121
///
postMergeSections
- hooks to be executed after merging sections
122
virtual void
postMergeSections
(Module& pModule) { }
/frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.h
121
///
postMergeSections
- hooks to be executed after merging sections
122
virtual void
postMergeSections
(Module& pModule);
ARMLDBackend.cpp
475
///
postMergeSections
- hooks to be executed after merging sections
476
void ARMGNULDBackend::
postMergeSections
(Module& pModule) {
[
all
...]
/frameworks/compile/mclinker/lib/Object/
ObjectLinker.cpp
438
m_LDBackend.
postMergeSections
(*m_pModule);
[
all
...]
Completed in 2284 milliseconds