OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isCodeIndep
(Results
1 - 7
of
7
) sorted by null
/frameworks/compile/mclinker/include/mcld/
LinkerConfig.h
94
bool
isCodeIndep
() const { return (Independent == m_CodePosition); }
/frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.cpp
625
getStubFactory()->addPrototype(new ARMToARMStub(config().
isCodeIndep
()));
626
getStubFactory()->addPrototype(new ARMToTHMStub(config().
isCodeIndep
()));
627
getStubFactory()->addPrototype(new THMToTHMStub(config().
isCodeIndep
()));
628
getStubFactory()->addPrototype(new THMToARMStub(config().
isCodeIndep
()));
ARMRelocator.cpp
148
if (!config().
isCodeIndep
())
190
if (config().
isCodeIndep
()) {
209
if (config().
isCodeIndep
()) {
236
if (config().
isCodeIndep
()) {
[
all
...]
/frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp
137
else if (config().
isCodeIndep
())
[
all
...]
/frameworks/compile/mclinker/lib/Target/X86/
X86Relocator.cpp
220
if (config().
isCodeIndep
()) {
[
all
...]
/frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.cpp
545
(new HexagonAbsoluteStub(config().
isCodeIndep
()));
[
all
...]
HexagonRelocator.cpp
155
if (config().
isCodeIndep
()) {
[
all
...]
Completed in 961 milliseconds