HomeSort by relevance Sort by last modified time
    Searched refs:hasGOT1 (Results 1 - 9 of 9) sorted by null

  /frameworks/compile/mclinker/lib/Target/X86/
X86GOTPLT.h 36 // hasGOT1 - return if this section has any GOT1 entry
37 bool hasGOT1() const;
54 // hasGOT1 - return if this section has any GOT1 entry
55 bool hasGOT1() const;
X86GOTPLT.cpp 39 bool X86_32GOTPLT::hasGOT1() const
83 bool X86_64GOTPLT::hasGOT1() const
X86LDBackend.cpp 856 m_pGOTPLT->hasGOT1() ||
    [all...]
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMGOT.h 77 bool hasGOT1() const;
ARMGOT.cpp 42 bool ARMGOT::hasGOT1() const
ARMLDBackend.cpp 211 m_pGOT->hasGOT1() ||
    [all...]
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsGOT.h 72 /// hasGOT1 - return if this got section has any GOT1 entry
73 bool hasGOT1() const;
MipsGOT.cpp 69 bool MipsGOT::hasGOT1() const
MipsLDBackend.cpp 159 m_pGOT->hasGOT1() ||
    [all...]

Completed in 155 milliseconds