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

/frameworks/compile/mclinker/lib/Target/X86/
H A DX86GOTPLT.h33 // hasGOT1 - return if this section has any GOT1 entry
34 bool hasGOT1() const;
51 // hasGOT1 - return if this section has any GOT1 entry
52 bool hasGOT1() const;
H A DX86GOTPLT.cpp35 bool X86_32GOTPLT::hasGOT1() const function in class:mcld::X86_32GOTPLT
74 bool X86_64GOTPLT::hasGOT1() const function in class:mcld::X86_64GOTPLT
H A DX86LDBackend.cpp498 m_pGOTPLT->hasGOT1() ||
698 m_pGOTPLT->hasGOT1() ||
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonGOTPLT.h33 // hasGOT1 - return if this section has any GOT1 entry
34 bool hasGOT1() const;
H A DHexagonGOTPLT.cpp38 bool HexagonGOTPLT::hasGOT1() const function in class:mcld::HexagonGOTPLT
H A DHexagonLDBackend.cpp317 m_pGOTPLT->hasGOT1() ||
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsGOTPLT.h28 // hasGOT1 - return if this section has any GOT1 entry
29 bool hasGOT1() const;
H A DMipsGOTPLT.cpp59 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.cpp179 m_pGOT->hasGOT1() ||
187 if (m_pGOTPLT->hasGOT1()) {
624 if (!m_pGOT->hasGOT1())
H A DMipsGOT.cpp108 bool MipsGOT::hasGOT1() const function in class:MipsGOT
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64GOT.h79 bool hasGOT1() const;
H A DAArch64LDBackend.cpp205 m_pGOT->hasGOT1() ||
214 m_pGOTPLT->hasGOT1() ||
219 if (m_pGOT->hasGOT1())
H A DAArch64GOT.cpp41 bool AArch64GOT::hasGOT1() const function in class:AArch64GOT
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMGOT.h67 bool hasGOT1() const;
H A DARMGOT.cpp37 bool ARMGOT::hasGOT1() const function in class:ARMGOT
H A DARMLDBackend.cpp234 m_pGOT->hasGOT1() ||

Completed in 110 milliseconds