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

/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64Relocator.h83 const SymPLTMap& getSymPLTMap() const { return m_SymPLTMap; } function in class:mcld::AArch64Relocator
84 SymPLTMap& getSymPLTMap() { return m_SymPLTMap; } function in class:mcld::AArch64Relocator
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMRelocator.h77 const SymPLTMap& getSymPLTMap() const { return m_SymPLTMap; } function in class:mcld::ARMRelocator
78 SymPLTMap& getSymPLTMap() { return m_SymPLTMap; } function in class:mcld::ARMRelocator
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsRelocator.h139 const SymPLTMap& getSymPLTMap() const { return m_SymPLTMap; } function in class:mcld::MipsRelocator
140 SymPLTMap& getSymPLTMap() { return m_SymPLTMap; } function in class:mcld::MipsRelocator
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonRelocator.h96 const SymPLTMap& getSymPLTMap() const { return m_SymPLTMap; } function in class:mcld::HexagonRelocator
97 SymPLTMap& getSymPLTMap() { return m_SymPLTMap; } function in class:mcld::HexagonRelocator
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86Relocator.h71 const SymPLTMap& getSymPLTMap() const { return m_SymPLTMap; } function in class:mcld::X86Relocator
72 SymPLTMap& getSymPLTMap() { return m_SymPLTMap; } function in class:mcld::X86Relocator

Completed in 1256 milliseconds