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

/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64Relocator.h86 const SymGOTMap& getSymGOTPLTMap() const { return m_SymGOTPLTMap; } function in class:mcld::AArch64Relocator
87 SymGOTMap& getSymGOTPLTMap() { return m_SymGOTPLTMap; } function in class:mcld::AArch64Relocator
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMRelocator.h80 const SymGOTMap& getSymGOTPLTMap() const { return m_SymGOTPLTMap; } function in class:mcld::ARMRelocator
81 SymGOTMap& getSymGOTPLTMap() { return m_SymGOTPLTMap; } function in class:mcld::ARMRelocator
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsRelocator.h142 const SymGOTPLTMap& getSymGOTPLTMap() const { return m_SymGOTPLTMap; } function in class:mcld::MipsRelocator
143 SymGOTPLTMap& getSymGOTPLTMap() { return m_SymGOTPLTMap; } function in class:mcld::MipsRelocator
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonRelocator.h102 const SymGOTPLTMap& getSymGOTPLTMap() const { return m_SymGOTPLTMap; } function in class:mcld::HexagonRelocator
103 SymGOTPLTMap& getSymGOTPLTMap() { return m_SymGOTPLTMap; } function in class:mcld::HexagonRelocator
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86Relocator.h142 const SymGOTPLTMap& getSymGOTPLTMap() const { return m_SymGOTPLTMap; } function in class:mcld::X86_32Relocator
143 SymGOTPLTMap& getSymGOTPLTMap() { return m_SymGOTPLTMap; } function in class:mcld::X86_32Relocator
206 const SymGOTPLTMap& getSymGOTPLTMap() const { return m_SymGOTPLTMap; } function in class:mcld::X86_64Relocator
207 SymGOTPLTMap& getSymGOTPLTMap() { return m_SymGOTPLTMap; } function in class:mcld::X86_64Relocator

Completed in 1158 milliseconds