HomeSort by relevance Sort by last modified time
    Searched refs:TargetLDBackend (Results 26 - 39 of 39) sorted by null

12

  /frameworks/compile/mclinker/lib/Support/
Target.cpp 65 TargetLDBackend* Target::createLDBackend(const LinkerConfig& pConfig) const
  /frameworks/compile/mclinker/include/mcld/Script/
Operator.h 21 class TargetLDBackend;
112 const TargetLDBackend& pBackend) = 0;
  /frameworks/compile/mclinker/lib/Script/
RpnEvaluator.cpp 25 const TargetLDBackend& pBackend)
  /frameworks/compile/mclinker/include/mcld/Target/
GNULDBackend.h 11 #include <mcld/Target/TargetLDBackend.h>
48 class GNULDBackend : public TargetLDBackend
  /frameworks/compile/mclinker/lib/LD/
GarbageCollection.cpp 22 #include <mcld/Target/TargetLDBackend.h>
106 const TargetLDBackend& pBackend,
  /frameworks/compile/mclinker/lib/Core/
Linker.cpp 22 #include <mcld/Target/TargetLDBackend.h>
  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64LDBackend.cpp 433 TargetLDBackend* createAArch64LDBackend(const LinkerConfig& pConfig)
  /frameworks/compile/mclinker/lib/CodeGen/
MCLDTargetMachine.cpp 16 #include <mcld/Target/TargetLDBackend.h>
  /frameworks/compile/mclinker/lib/Object/
ObjectLinker.cpp 40 #include <mcld/Target/TargetLDBackend.h>
55 TargetLDBackend& pLDBackend)
734 /// Create relocation section, asking TargetLDBackend to
    [all...]
  /frameworks/compile/mclinker/lib/Target/X86/
X86LDBackend.cpp 758 TargetLDBackend* createX86LDBackend(const LinkerConfig& pConfig)
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.cpp 786 TargetLDBackend* createARMLDBackend(const LinkerConfig& pConfig)
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.cpp     [all...]
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.cpp 997 static TargetLDBackend* createMipsLDBackend(const LinkerConfig& pConfig)
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp 81 : TargetLDBackend(pConfig),
    [all...]

Completed in 1024 milliseconds

12