Home
last modified time | relevance | path

Searched refs:hasGOT1 (Results 1 – 17 of 17) sorted by relevance

/frameworks/compile/mclinker/lib/Target/X86/
DX86GOTPLT.h33 bool hasGOT1() const;
50 bool hasGOT1() const;
DX86GOTPLT.cpp32 bool X86_32GOTPLT::hasGOT1() const { in hasGOT1() function in mcld::X86_32GOTPLT
65 bool X86_64GOTPLT::hasGOT1() const { in hasGOT1() function in mcld::X86_64GOTPLT
DX86LDBackend.cpp457 if (LinkerConfig::DynObj == config().codeGenType() || m_pGOTPLT->hasGOT1() || in setGOTSectionSize()
642 if (LinkerConfig::DynObj == config().codeGenType() || m_pGOTPLT->hasGOT1() || in setGOTSectionSize()
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonGOTPLT.h33 bool hasGOT1() const;
DHexagonGOTPLT.cpp35 bool HexagonGOTPLT::hasGOT1() const { in hasGOT1() function in mcld::HexagonGOTPLT
DHexagonLDBackend.cpp293 if (LinkerConfig::DynObj == config().codeGenType() || m_pGOTPLT->hasGOT1() || in setGOTSectionSize()
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsGOTPLT.h28 bool hasGOT1() const;
DMipsGOTPLT.cpp46 bool MipsGOTPLT::hasGOT1() const { in hasGOT1() function in mcld::MipsGOTPLT
DMipsGOT.h83 bool hasGOT1() const;
DMipsLDBackend.cpp191 if (LinkerConfig::DynObj == config().codeGenType() || m_pGOT->hasGOT1() || in doPreLayout()
199 if (m_pGOTPLT->hasGOT1()) { in doPreLayout()
691 if (!m_pGOT->hasGOT1()) in defineGOTSymbol()
DMipsGOT.cpp110 bool MipsGOT::hasGOT1() const { in hasGOT1() function in mcld::MipsGOT
/frameworks/compile/mclinker/lib/Target/ARM/
DARMGOT.h64 bool hasGOT1() const;
DARMGOT.cpp35 bool ARMGOT::hasGOT1() const { in hasGOT1() function in mcld::ARMGOT
DARMLDBackend.cpp294 if (LinkerConfig::DynObj == config().codeGenType() || m_pGOT->hasGOT1() || in doPreLayout()
/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64GOT.h76 bool hasGOT1() const;
DAArch64LDBackend.cpp194 if (LinkerConfig::DynObj == config().codeGenType() || m_pGOT->hasGOT1() || in doPreLayout()
202 m_pGOTPLT->hasGOT1() || m_pGOTSymbol != NULL) { in doPreLayout()
206 if (m_pGOT->hasGOT1()) in doPreLayout()
DAArch64GOT.cpp38 bool AArch64GOT::hasGOT1() const { in hasGOT1() function in mcld::AArch64GOT