OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:postlayout
(Results
1 - 8
of
8
) sorted by null
/frameworks/compile/mclinker/include/mcld/MC/
MCLDDriver.h
90
///
postlayout
- help backend to do some modification after layout
91
bool
postlayout
();
/frameworks/compile/mclinker/include/mcld/Target/
TargetLDBackend.h
97
///
postLayout
-Backend can do any needed modification after layout
98
virtual void
postLayout
(const Output& pOutput,
GNULDBackend.h
254
///
postLayout
-Backend can do any needed modification after layout
255
void
postLayout
(const Output& pOutput,
274
///
postLayout
-Backend can do any needed modification after layout
/frameworks/compile/mclinker/lib/MC/
MCLDDriver.cpp
309
bool MCLDDriver::
postlayout
()
function in class:MCLDDriver
311
m_LDBackend.
postLayout
(m_LDInfo.output(),
/frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.h
83
///
postLayout
-Backend can do any needed modification after layout
/frameworks/compile/mclinker/lib/CodeGen/
SectLinker.cpp
170
m_pLDDriver->
postlayout
();
/frameworks/compile/mclinker/lib/Target/X86/
X86LDBackend.h
96
///
postLayout
-Backend can do any needed modification after layout
/frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp
968
///
postLayout
-Backend can do any needed modification after layout
969
void GNULDBackend::
postLayout
(const Output& pOutput,
Completed in 509 milliseconds