Searched defs:getSymGOTPLTMap (Results 1 - 3 of 3) sorted by relevance

/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMRelocator.h97 const SymGOTMap& getSymGOTPLTMap() const { return m_SymGOTPLTMap; } function in class:mcld::ARMRelocator
98 SymGOTMap& getSymGOTPLTMap() { return m_SymGOTPLTMap; } function in class:mcld::ARMRelocator
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonRelocator.h121 const SymGOTPLTMap& getSymGOTPLTMap() const { return m_SymGOTPLTMap; } function in class:mcld::HexagonRelocator
122 SymGOTPLTMap& getSymGOTPLTMap() { return m_SymGOTPLTMap; } function in class:mcld::HexagonRelocator
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86Relocator.h159 const SymGOTPLTMap& getSymGOTPLTMap() const { return m_SymGOTPLTMap; } function in class:mcld::X86_32Relocator
160 SymGOTPLTMap& getSymGOTPLTMap() { return m_SymGOTPLTMap; } function in class:mcld::X86_32Relocator
213 const SymGOTPLTMap& getSymGOTPLTMap() const { return m_SymGOTPLTMap; } function in class:mcld::X86_64Relocator
214 SymGOTPLTMap& getSymGOTPLTMap() { return m_SymGOTPLTMap; } function in class:mcld::X86_64Relocator

Completed in 61 milliseconds