HomeSort by relevance Sort by last modified time
    Searched refs:LinkerConfig (Results 1 - 25 of 121) sorted by null

1 2 3 4 5

  /frameworks/compile/mclinker/lib/Core/
LinkerConfig.cpp 1 //===- LinkerConfig.cpp ---------------------------------------------------===//
9 #include "mcld/LinkerConfig.h"
17 // LinkerConfig
19 LinkerConfig::LinkerConfig()
29 LinkerConfig::LinkerConfig(const std::string& pTripleString)
39 LinkerConfig::~LinkerConfig() {
44 const char* LinkerConfig::version()
    [all...]
  /frameworks/compile/mclinker/include/mcld/Target/
ELFEmulation.h 14 class LinkerConfig;
17 bool MCLDEmulateELF(LinkerScript& pScript, LinkerConfig& pConfig);
  /frameworks/compile/mclinker/include/mcld/LD/
ArchiveReader.h 16 class LinkerConfig;
33 virtual bool readArchive(const LinkerConfig& pConfig, Archive& pArchive) = 0;
BSDArchiveReader.h 17 class LinkerConfig;
28 bool readArchive(const LinkerConfig& pConfig, Archive& pArchive);
TextDiagnosticPrinter.h 17 class LinkerConfig;
25 const LinkerConfig& pConfig);
34 virtual void beginInput(const Input& pInput, const LinkerConfig& pConfig);
40 const LinkerConfig& m_Config;
ELFBinaryReader.h 18 class LinkerConfig;
25 ELFBinaryReader(IRBuilder& pBuilder, const LinkerConfig& pConfig);
35 const LinkerConfig& m_Config;
DiagnosticInfos.h 34 class LinkerConfig;
41 explicit DiagnosticInfos(const LinkerConfig& pConfig);
50 const LinkerConfig& m_Config;
RelocationFactory.h 18 class LinkerConfig;
36 void setConfig(const LinkerConfig& pConfig);
52 const LinkerConfig* m_pConfig;
ELFDynObjReader.h 19 class LinkerConfig;
29 const LinkerConfig& pConfig);
ELFObjectWriter.h 21 class LinkerConfig;
33 ELFObjectWriter(GNULDBackend& pBackend, const LinkerConfig& pConfig);
51 void writeELFHeader(const LinkerConfig& pConfig,
55 uint64_t getEntryPoint(const LinkerConfig& pConfig,
61 const LinkerConfig& pConfig,
79 void emitRelocation(const LinkerConfig& pConfig,
85 void emitRel(const LinkerConfig& pConfig,
91 void emitRela(const LinkerConfig& pConfig,
101 const LinkerConfig& pConfig) const;
117 const LinkerConfig& m_Config
    [all...]
ELFObjectReader.h 22 class LinkerConfig;
39 const LinkerConfig& pConfig);
64 const LinkerConfig& m_Config;
GNUArchiveReader.h 20 class LinkerConfig;
34 bool readArchive(const LinkerConfig& pConfig, Archive& pArchive);
77 /// @param pConfig - LinkerConfig
80 size_t includeMember(const LinkerConfig& pConfig,
86 bool includeAllMembers(const LinkerConfig& pConfig, Archive& pArchive);
GarbageCollection.h 19 class LinkerConfig;
58 GarbageCollection(const LinkerConfig& pConfig,
80 const LinkerConfig& m_Config;
  /frameworks/compile/mclinker/lib/Target/
TargetLDBackend.cpp 11 #include "mcld/LinkerConfig.h"
15 TargetLDBackend::TargetLDBackend(const LinkerConfig& pConfig)
  /frameworks/compile/mclinker/include/mcld/Support/
Target.h 25 class LinkerConfig;
47 LinkerConfig&,
51 typedef bool (*EmulationFnTy)(LinkerScript&, LinkerConfig&);
53 typedef TargetLDBackend* (*TargetLDBackendCtorTy)(const LinkerConfig&);
73 LinkerConfig& pConfig,
79 bool emulate(LinkerScript& pScript, LinkerConfig& pConfig) const;
82 TargetLDBackend* createLDBackend(const LinkerConfig& pConfig) const;
  /frameworks/compile/mclinker/include/mcld/Script/
GroupCmd.h 19 class LinkerConfig;
32 const LinkerConfig& pConfig);
48 const LinkerConfig& m_Config;
InputCmd.h 20 class LinkerConfig;
36 const LinkerConfig& pConfig);
54 const LinkerConfig& m_Config;
  /frameworks/compile/mclinker/lib/LD/
BSDArchiveReader.cpp 21 bool BSDArchiveReader::readArchive(const LinkerConfig& pConfig,
  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64ELFDynamic.h 18 AArch64ELFDynamic(const GNULDBackend& pParent, const LinkerConfig& pConfig);
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMELFDynamic.h 18 ARMELFDynamic(const GNULDBackend& pParent, const LinkerConfig& pConfig);
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonELFDynamic.h 18 HexagonELFDynamic(const GNULDBackend& pParent, const LinkerConfig& pConfig);
  /frameworks/compile/mclinker/lib/Target/X86/
X86ELFDynamic.h 18 X86ELFDynamic(const GNULDBackend& pParent, const LinkerConfig& pConfig);
  /frameworks/compile/mclinker/unittests/
UniqueGCFactoryBaseTest.h 13 #include "mcld/LinkerConfig.h"
39 mcld::LinkerConfig* m_pConfig;
InputTreeTest.h 21 class LinkerConfig;
45 mcld::LinkerConfig* m_pConfig;
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsELFDynamic.h 20 MipsELFDynamic(const MipsGNULDBackend& pParent, const LinkerConfig& pConfig);
24 const LinkerConfig& m_pConfig;

Completed in 235 milliseconds

1 2 3 4 5