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

1 2 34 5

  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.h 26 class LinkerConfig;
42 ARMGNULDBackend(const LinkerConfig& pConfig, GNUInfo* pInfo);
ARMRelocator.h 61 ARMRelocator(ARMGNULDBackend& pParent, const LinkerConfig& pConfig);
  /frameworks/compile/mclinker/lib/Target/
ELFDynamic.cpp 13 #include "mcld/LinkerConfig.h"
35 ELFDynamic::ELFDynamic(const GNULDBackend& pParent, const LinkerConfig& pConfig)
92 if (LinkerConfig::DynObj == m_Config.codeGenType()) {
166 (LinkerConfig::DynObj == m_Config.codeGenType()))
180 ((LinkerConfig::DynObj == m_Config.codeGenType()) &&
194 if (LinkerConfig::DynObj == m_Config.codeGenType() &&
264 LinkerConfig::DynObj == m_Config.codeGenType())
278 (LinkerConfig::DynObj == m_Config.codeGenType()))
300 if (LinkerConfig::DynObj == m_Config.codeGenType()) {
GNULDBackend.cpp 13 #include "mcld/LinkerConfig.h"
79 GNULDBackend::GNULDBackend(const LinkerConfig& pConfig, GNUInfo* pInfo)
131 if (LinkerConfig::Binary == config().codeGenType())
183 case LinkerConfig::DynObj: {
190 case LinkerConfig::Exec:
191 case LinkerConfig::Binary: {
198 case LinkerConfig::Object: {
214 if (LinkerConfig::Object == config().codeGenType())
491 if (LinkerConfig::Object == config().codeGenType())
664 case LinkerConfig::DynObj
    [all...]
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.h 17 #include "mcld/LinkerConfig.h"
26 class LinkerConfig;
33 HexagonLDBackend(const LinkerConfig& pConfig, HexagonGNUInfo* pInfo);
HexagonPLT.cpp 13 #include "mcld/LinkerConfig.h"
37 const LinkerConfig& pConfig)
39 assert(LinkerConfig::DynObj == pConfig.codeGenType() ||
40 LinkerConfig::Exec == pConfig.codeGenType() ||
41 LinkerConfig::Binary == pConfig.codeGenType());
HexagonLDBackend.cpp 17 #include "mcld/LinkerConfig.h"
44 HexagonLDBackend::HexagonLDBackend(const LinkerConfig& pConfig,
91 if ((LinkerConfig::Object != config().codeGenType()) &&
115 if (LinkerConfig::Object == config().codeGenType())
145 if ((LinkerConfig::Object != config().codeGenType()) &&
293 if (LinkerConfig::DynObj == config().codeGenType() || m_pGOTPLT->hasGOT1() ||
377 if (LinkerConfig::Object != config().codeGenType()) {
405 if ((LinkerConfig::Object != config().codeGenType()) &&
475 if (config().codeGenType() == LinkerConfig::Object)
663 if (config().codeGenType() == LinkerConfig::Object
    [all...]
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsELFDynamic.cpp 9 #include "mcld/LinkerConfig.h"
22 const LinkerConfig& pConfig)
79 if (LinkerConfig::Exec != m_pConfig.codeGenType())
MipsLDBackend.h 21 class LinkerConfig;
35 MipsGNULDBackend(const LinkerConfig& pConfig, MipsGNUInfo* pInfo);
271 Mips32GNULDBackend(const LinkerConfig& pConfig, MipsGNUInfo* pInfo);
287 Mips64GNULDBackend(const LinkerConfig& pConfig, MipsGNUInfo* pInfo);
  /frameworks/compile/mclinker/include/mcld/
IRBuilder.h 33 class LinkerConfig;
53 IRBuilder(Module& pModule, const LinkerConfig& pConfig);
459 bool shouldForceLocal(const ResolveInfo& pInfo, const LinkerConfig& pConfig);
482 const LinkerConfig& m_Config;
  /frameworks/compile/mclinker/lib/LD/
RelocationFactory.cpp 11 #include "mcld/LinkerConfig.h"
29 void RelocationFactory::setConfig(const LinkerConfig& pConfig) {
TextDiagnosticPrinter.cpp 11 #include "mcld/LinkerConfig.h"
36 const LinkerConfig& pConfig)
167 const LinkerConfig& pConfig) {
GarbageCollection.cpp 19 #include "mcld/LinkerConfig.h"
98 GarbageCollection::GarbageCollection(const LinkerConfig& pConfig,
204 if (LinkerConfig::DynObj == m_Config.codeGenType() ||
229 if (LinkerConfig::Exec == m_Config.codeGenType() ||
ELFBinaryReader.cpp 12 #include "mcld/LinkerConfig.h"
27 const LinkerConfig& pConfig)
ELFDynObjReader.cpp 12 #include "mcld/LinkerConfig.h"
32 const LinkerConfig& pConfig)
ResolveInfo.cpp 11 #include "mcld/LinkerConfig.h"
220 bool ResolveInfo::shouldForceLocal(const LinkerConfig& pConfig) {
226 if (LinkerConfig::Object != pConfig.codeGenType() &&
  /frameworks/compile/mclinker/lib/Target/X86/
X86LDBackend.cpp 16 #include "mcld/LinkerConfig.h"
36 X86GNULDBackend::X86GNULDBackend(const LinkerConfig& pConfig,
89 if (LinkerConfig::Object != config().codeGenType()) {
255 if (LinkerConfig::Object != config().codeGenType()) {
326 X86_32GNULDBackend::X86_32GNULDBackend(const LinkerConfig& pConfig,
347 if (LinkerConfig::Object != config().codeGenType()) {
457 if (LinkerConfig::DynObj == config().codeGenType() || m_pGOTPLT->hasGOT1() ||
511 X86_64GNULDBackend::X86_64GNULDBackend(const LinkerConfig& pConfig,
614 if (LinkerConfig::Object != config().codeGenType()) {
642 if (LinkerConfig::DynObj == config().codeGenType() || m_pGOTPLT->hasGOT1() |
    [all...]
  /frameworks/compile/mclinker/include/mcld/LD/
ResolveInfo.h 18 class LinkerConfig;
189 bool shouldForceLocal(const LinkerConfig& pConfig);
  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64LDBackend.cpp 21 #include "mcld/LinkerConfig.h"
53 AArch64GNULDBackend::AArch64GNULDBackend(const LinkerConfig& pConfig,
90 if (LinkerConfig::Object != config().codeGenType()) {
129 if (LinkerConfig::Object != config().codeGenType()) {
190 if (LinkerConfig::Object != config().codeGenType()) {
194 if (LinkerConfig::DynObj == config().codeGenType() || m_pGOT->hasGOT1() ||
201 if (LinkerConfig::DynObj == config().codeGenType() ||
249 if (LinkerConfig::DynObj == config().codeGenType())
594 TargetLDBackend* createAArch64LDBackend(const LinkerConfig& pConfig) {
AArch64Relocator.h 67 AArch64Relocator(AArch64GNULDBackend& pParent, const LinkerConfig& pConfig);
  /frameworks/compile/mclinker/unittests/
UniqueGCFactoryBaseTest.cpp 20 m_pConfig = new LinkerConfig("arm-none-linux-gnueabi");
  /frameworks/compile/mclinker/lib/Object/
ObjectLinker.cpp 13 #include "mcld/LinkerConfig.h"
55 ObjectLinker::ObjectLinker(const LinkerConfig& pConfig,
265 if (m_Config.codeGenType() == LinkerConfig::Object) {
384 if (LinkerConfig::Object == m_Config.codeGenType())
607 if (LinkerConfig::Object != m_Config.codeGenType()) {
637 if (LinkerConfig::Object != m_Config.codeGenType() ||
652 m_Config.codeGenType() == LinkerConfig::Object);
659 (LinkerConfig::Exec == m_Config.codeGenType() ||
670 /// @note sizeNamePools replies on LinkerConfig::CodePosition. Must determine
685 if (LinkerConfig::Object != m_Config.codeGenType())
    [all...]
  /frameworks/compile/mclinker/include/mcld/MC/
CommandAction.h 22 class LinkerConfig;
  /frameworks/compile/mclinker/lib/Fragment/
Relocation.cpp 29 void Relocation::SetUp(const LinkerConfig& pConfig) {
  /frameworks/compile/mclinker/tools/mcld/
Main.cpp 12 #include <mcld/LinkerConfig.h>
108 mcld::LinkerConfig config_;
209 mcld::LinkerConfig& config) {
215 case mcld::LinkerConfig::Object: {
219 case mcld::LinkerConfig::DynObj: {
223 case mcld::LinkerConfig::Exec: {
227 case mcld::LinkerConfig::External:
486 config_.setCodeGenType(mcld::LinkerConfig::DynObj);
489 config_.setCodeGenType(mcld::LinkerConfig::Object);
494 config_.setCodeGenType(mcld::LinkerConfig::Binary)
    [all...]

Completed in 172 milliseconds

1 2 34 5