Home
last modified time | relevance | path

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

/aosp12/frameworks/compile/mclinker/lib/Target/X86/
H A DX86GOTPLT.h33 bool hasGOT1() const;
50 bool hasGOT1() const;
H A 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
H A DX86LDBackend.cpp457 if (LinkerConfig::DynObj == config().codeGenType() || m_pGOTPLT->hasGOT1() || in setGOTSectionSize()
642 if (LinkerConfig::DynObj == config().codeGenType() || m_pGOTPLT->hasGOT1() || in setGOTSectionSize()
/aosp12/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonGOTPLT.h33 bool hasGOT1() const;
H A DHexagonGOTPLT.cpp35 bool HexagonGOTPLT::hasGOT1() const { in hasGOT1() function in mcld::HexagonGOTPLT
H A DHexagonLDBackend.cpp293 if (LinkerConfig::DynObj == config().codeGenType() || m_pGOTPLT->hasGOT1() || in setGOTSectionSize()
/aosp12/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsGOTPLT.h28 bool hasGOT1() const;
H A DMipsGOTPLT.cpp46 bool MipsGOTPLT::hasGOT1() const { in hasGOT1() function in mcld::MipsGOTPLT
H A DMipsGOT.h83 bool hasGOT1() const;
H A 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()
H A DMipsGOT.cpp110 bool MipsGOT::hasGOT1() const { in hasGOT1() function in mcld::MipsGOT
/aosp12/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMGOT.h64 bool hasGOT1() const;
H A DARMGOT.cpp35 bool ARMGOT::hasGOT1() const { in hasGOT1() function in mcld::ARMGOT
H A DARMLDBackend.cpp294 if (LinkerConfig::DynObj == config().codeGenType() || m_pGOT->hasGOT1() || in doPreLayout()
/aosp12/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64GOT.h76 bool hasGOT1() const;
H A 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()
H A DAArch64GOT.cpp38 bool AArch64GOT::hasGOT1() const { in hasGOT1() function in mcld::AArch64GOT