HomeSort by relevance Sort by last modified time
    Searched refs:isCodeIndep (Results 1 - 10 of 10) sorted by null

  /frameworks/compile/mclinker/include/mcld/
LinkerConfig.h 79 bool isCodeIndep() const { return (Independent == m_CodePosition); }
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.cpp     [all...]
ARMRelocator.cpp 385 if (!config().isCodeIndep())
445 if (config().isCodeIndep()) {
464 if (config().isCodeIndep()) {
489 if (config().isCodeIndep())
    [all...]
  /frameworks/compile/mclinker/lib/Target/X86/
X86Relocator.cpp 323 if (config().isCodeIndep()) {
341 if (config().isCodeIndep()) {
372 if (config().isCodeIndep())
    [all...]
  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64Relocator.cpp 160 if (config().isCodeIndep()) {
179 if (config().isCodeIndep()) {
201 if (config().isCodeIndep())
AArch64LDBackend.cpp 510 factory->addPrototype(new AArch64LongBranchStub(config().isCodeIndep()));
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp 153 else if (config().isCodeIndep())
    [all...]
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.cpp 524 new HexagonAbsoluteStub(config().isCodeIndep()));
    [all...]
HexagonRelocator.cpp 264 if (config().isCodeIndep()) {
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.cpp 76 if (config().isCodeIndep())
    [all...]

Completed in 686 milliseconds