Home
last modified time | relevance | path

Searched defs:GOTMultipart (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/mclinker/lib/Target/Mips/
DMipsGOT.h99 struct GOTMultipart struct
103 typedef llvm::DenseSet<const Input*> InputSetType;
105 size_t m_LocalNum; ///< number of reserved local entries
106 size_t m_GlobalNum; ///< number of reserved global entries
108 size_t m_ConsumedLocal; ///< consumed local entries
109 size_t m_ConsumedGlobal; ///< consumed global entries
111 Fragment* m_pLastLocal; ///< the last consumed local entry
112 Fragment* m_pLastGlobal; ///< the last consumed global entry
137 typedef std::vector<GOTMultipart> MultipartListType; argument
DMipsGOT.cpp33 MipsGOT::GOTMultipart::GOTMultipart(size_t local, size_t global) in GOTMultipart() function in MipsGOT::GOTMultipart