OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:allocateCommonSymbols
(Results
1 - 10
of
10
) sorted by null
/frameworks/compile/mclinker/include/mcld/Object/
ObjectLinker.h
73
bool
allocateCommonSymbols
();
/frameworks/compile/mclinker/include/mcld/Target/
TargetLDBackend.h
114
///
allocateCommonSymbols
- allocate common symbols in the corresponding
116
virtual bool
allocateCommonSymbols
(Module& pModule) = 0;
GNULDBackend.h
187
///
allocateCommonSymbols
- allocate common symbols in the corresponding
190
virtual bool
allocateCommonSymbols
(Module& pModule);
/frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.h
50
bool
allocateCommonSymbols
(Module& pModule);
HexagonLDBackend.cpp
744
///
allocateCommonSymbols
- allocate common symbols in the corresponding
746
bool HexagonLDBackend::
allocateCommonSymbols
(Module& pModule) {
[
all
...]
/frameworks/compile/mclinker/lib/Core/
Linker.cpp
194
// 9.b -
allocateCommonSymbols
196
if (!m_pObjLinker->
allocateCommonSymbols
())
/frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.h
124
///
allocateCommonSymbols
- allocate common symbols in the corresponding
126
bool
allocateCommonSymbols
(Module& pModule);
MipsLDBackend.cpp
578
///
allocateCommonSymbols
- allocate common symbols in the corresponding
581
bool MipsGNULDBackend::
allocateCommonSymbols
(Module& pModule) {
[
all
...]
/frameworks/compile/mclinker/lib/Object/
ObjectLinker.cpp
636
bool ObjectLinker::
allocateCommonSymbols
() {
639
return m_LDBackend.
allocateCommonSymbols
(*m_pModule);
[
all
...]
/frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp
[
all
...]
Completed in 363 milliseconds