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
102 typedef llvm::DenseSet<const Input*> InputSetType;
104 size_t m_LocalNum; ///< number of reserved local entries
105 size_t m_GlobalNum; ///< number of reserved global entries
107 size_t m_ConsumedLocal; ///< consumed local entries
108 size_t m_ConsumedGlobal; ///< consumed global entries
110 Fragment* m_pLastLocal; ///< the last consumed local entry
111 Fragment* m_pLastGlobal; ///< the last consumed global entry
136 typedef std::vector<GOTMultipart> MultipartListType; argument
DMipsGOT.cpp33 MipsGOT::GOTMultipart::GOTMultipart(size_t local, size_t global) in GOTMultipart() function in mcld::MipsGOT::GOTMultipart