/frameworks/compile/mclinker/lib/LD/ |
ResolveInfo.cpp | 11 #include "mcld/LinkerConfig.h" 220 bool ResolveInfo::shouldForceLocal(const LinkerConfig& pConfig) { 226 if (LinkerConfig::Object != pConfig.codeGenType() &&
|
GNUArchiveReader.cpp | 12 #include "mcld/LinkerConfig.h" 85 bool GNUArchiveReader::readArchive(const LinkerConfig& pConfig, 346 /// @param pConfig - LinkerConfig 349 size_t GNUArchiveReader::includeMember(const LinkerConfig& pConfig, 412 bool GNUArchiveReader::includeAllMembers(const LinkerConfig& pConfig,
|
GroupReader.cpp | 16 #include "mcld/LinkerConfig.h" 40 const LinkerConfig& pConfig) {
|
ELFObjectReader.cpp | 37 const LinkerConfig& pConfig) 228 if ((m_Config.codeGenType() != LinkerConfig::Object) &&
|
IdenticalCodeFolding.cpp | 20 #include "mcld/LinkerConfig.h" 48 IdenticalCodeFolding::IdenticalCodeFolding(const LinkerConfig& pConfig,
|
/frameworks/compile/mclinker/lib/Script/ |
ScriptFile.cpp | 111 const LinkerConfig& pConfig) { 123 const LinkerConfig& pConfig) {
|
GroupCmd.cpp | 34 const LinkerConfig& pConfig)
|
InputCmd.cpp | 24 #include "mcld/LinkerConfig.h" 43 const LinkerConfig& pConfig)
|
ScriptParser.yy | 50 %parse-param { const class LinkerConfig& m_LDConfig }
|
/frameworks/compile/mclinker/lib/Target/ARM/ |
ARMLDBackend.cpp | 22 #include "mcld/LinkerConfig.h" 122 ARMGNULDBackend::ARMGNULDBackend(const LinkerConfig& pConfig, GNUInfo* pInfo) 174 if (LinkerConfig::Object != config().codeGenType()) { 200 if (LinkerConfig::Object != config().codeGenType()) { 293 if (LinkerConfig::Object != config().codeGenType()) { 294 if (LinkerConfig::DynObj == config().codeGenType() || m_pGOT->hasGOT1() || 341 if (LinkerConfig::DynObj == config().codeGenType()) [all...] |
ARMELFAttributeData.cpp | 11 #include "mcld/LinkerConfig.h" 144 bool ARMELFAttributeData::merge(const LinkerConfig& pConfig, 687 bool ARMELFAttributeData::postMerge(const LinkerConfig& pConfig, [all...] |
ARMRelocator.cpp | 13 #include "mcld/LinkerConfig.h" 300 const LinkerConfig& pConfig) [all...] |
/frameworks/compile/mclinker/lib/Target/Mips/ |
MipsLDBackend.cpp | 17 #include "mcld/LinkerConfig.h" 49 MipsGNULDBackend::MipsGNULDBackend(const LinkerConfig& pConfig, 98 if (LinkerConfig::Object == config().codeGenType()) 190 if (LinkerConfig::Object != config().codeGenType()) { 191 if (LinkerConfig::DynObj == config().codeGenType() || m_pGOT->hasGOT1() || [all...] |
MipsRelocator.cpp | 13 #include "mcld/LinkerConfig.h" 142 const LinkerConfig& pConfig) 223 if (LinkerConfig::Object != config().codeGenType()) 229 if (LinkerConfig::Object != config().codeGenType()) 255 if (pReloc.isFirst() && LinkerConfig::DynObj == config().codeGenType()) { 759 const LinkerConfig& pConfig) 795 const LinkerConfig& pConfig) [all...] |
/frameworks/compile/mclinker/lib/Target/X86/ |
X86Relocator.cpp | 13 #include "mcld/LinkerConfig.h" 154 X86Relocator::X86Relocator(const LinkerConfig& pConfig) : Relocator(pConfig) { 165 if (LinkerConfig::Object == config().codeGenType()) 274 const LinkerConfig& pConfig) 442 if (LinkerConfig::DynObj == config().codeGenType()) { 492 if (LinkerConfig::DynObj == config().codeGenType()) { 620 LinkerConfig::DynObj != config().codeGenType()) { 696 if (LinkerConfig::DynObj == config().codeGenType()) { 744 if (LinkerConfig::DynObj == config().codeGenType()) { [all...] |
/frameworks/compile/mclinker/unittests/ |
InputTreeTest.cpp | 16 #include "mcld/LinkerConfig.h" 27 m_pConfig = new mcld::LinkerConfig("arm-none-linux-gnueabi");
|
ELFReaderTest.cpp | 32 m_pConfig = new LinkerConfig("x86_64-linux-gnueabi");
|
StaticResolverTest.cpp | 13 #include "mcld/LinkerConfig.h" 28 m_pConfig = new LinkerConfig("arm-none-linux-gnueabi");
|
/frameworks/compile/mclinker/include/mcld/Target/ |
GNULDBackend.h | 38 class LinkerConfig; 50 GNULDBackend(const LinkerConfig& pConfig, GNUInfo* pInfo);
|
/frameworks/compile/mclinker/lib/Target/AArch64/ |
AArch64Relocator.cpp | 10 #include "mcld/LinkerConfig.h" 65 const LinkerConfig& pConfig) 274 LinkerConfig::DynObj != config().codeGenType()) { 417 return (config().codeGenType() == LinkerConfig::DynObj); 421 return ((config().codeGenType() == LinkerConfig::DynObj) &&
|
/frameworks/compile/mclinker/lib/Target/Hexagon/ |
HexagonRelocator.cpp | 169 const LinkerConfig& pConfig) 200 if (LinkerConfig::Object == config().codeGenType())
|
/frameworks/compile/mclinker/lib/Core/ |
IRBuilder.cpp | 111 IRBuilder::IRBuilder(Module& pModule, const LinkerConfig& pConfig)
|