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

/frameworks/compile/mclinker/lib/Target/X86/
H A DX86GOTPLT.h32 // hasGOT1 - return if this section has any GOT1 entry
33 bool hasGOT1() const;
49 // hasGOT1 - return if this section has any GOT1 entry
50 bool hasGOT1() const;
H A DX86GOTPLT.cpp32 bool X86_32GOTPLT::hasGOT1() const { function in class:mcld::X86_32GOTPLT
65 bool X86_64GOTPLT::hasGOT1() const { function in class:mcld::X86_64GOTPLT
H A DX86LDBackend.cpp457 if (LinkerConfig::DynObj == config().codeGenType() || m_pGOTPLT->hasGOT1() ||
642 if (LinkerConfig::DynObj == config().codeGenType() || m_pGOTPLT->hasGOT1() ||
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonGOTPLT.h32 // hasGOT1 - return if this section has any GOT1 entry
33 bool hasGOT1() const;
H A DHexagonGOTPLT.cpp35 bool HexagonGOTPLT::hasGOT1() const { function in class:mcld::HexagonGOTPLT
H A DHexagonLDBackend.cpp292 if (LinkerConfig::DynObj == config().codeGenType() || m_pGOTPLT->hasGOT1() ||
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsGOTPLT.h27 // hasGOT1 - return if this section has any GOT1 entry
28 bool hasGOT1() const;
H A DMipsGOTPLT.cpp55 bool MipsGOTPLT::hasGOT1() const { function in class:mcld::MipsGOTPLT
H A DMipsGOT.h74 /// hasGOT1 - return if this got section has any GOT1 entry
75 bool hasGOT1() const;
H A DMipsLDBackend.cpp169 if (LinkerConfig::DynObj == config().codeGenType() || m_pGOT->hasGOT1() ||
177 if (m_pGOTPLT->hasGOT1()) {
568 if (!m_pGOT->hasGOT1())
H A DMipsGOT.cpp94 bool MipsGOT::hasGOT1() const { function in class:mcld::MipsGOT
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64GOT.h76 bool hasGOT1() const;
H A DAArch64LDBackend.cpp189 if (LinkerConfig::DynObj == config().codeGenType() || m_pGOT->hasGOT1() ||
197 m_pGOTPLT->hasGOT1() || m_pGOTSymbol != NULL) {
201 if (m_pGOT->hasGOT1())
H A DAArch64GOT.cpp38 bool AArch64GOT::hasGOT1() const { function in class:mcld::AArch64GOT
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMGOT.h64 bool hasGOT1() const;
H A DARMGOT.cpp35 bool ARMGOT::hasGOT1() const { function in class:mcld::ARMGOT
H A DARMLDBackend.cpp226 if (LinkerConfig::DynObj == config().codeGenType() || m_pGOT->hasGOT1() ||

Completed in 280 milliseconds