OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sizeNamePools
(Results
1 - 4
of
4
) sorted by null
/frameworks/compile/mclinker/include/mcld/Target/
TargetLDBackend.h
95
///
sizeNamePools
- compute the size of regular name pools
98
virtual void
sizeNamePools
(Module& pModule) = 0;
GNULDBackend.h
113
///
sizeNamePools
- compute the size of regular name pools
116
virtual void
sizeNamePools
(Module& pModule);
/frameworks/compile/mclinker/lib/Object/
ObjectLinker.cpp
455
/// @note
sizeNamePools
replies on LinkerConfig::CodePosition. Must determine
456
/// code position model before calling GNULDBackend::
sizeNamePools
()
457
m_LDBackend.
sizeNamePools
(*m_pModule);
/frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp
721
///
sizeNamePools
- compute the size of regular name pools
724
void GNULDBackend::
sizeNamePools
(Module& pModule)
[
all
...]
Completed in 43 milliseconds