Searched refs:NamePair (Results 1 - 3 of 3) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Object/
H A DSectionMap.h31 struct NamePair struct in class:mcld::SectionMap
34 NamePair();
35 NamePair(const std::string& pFrom, const std::string& pTo);
45 typedef std::vector<NamePair> NamePairList;
49 /// NullName - the null object of NamePair
50 static NamePair NullName;
55 const NamePair& find(const std::string& pFrom) const;
56 NamePair& find(const std::string& pFrom);
58 const NamePair& find(const std::string& pFrom, unsigned int pHash) const;
59 NamePair
[all...]
/frameworks/compile/mclinker/lib/Object/
H A DSectionMap.cpp17 SectionMap::NamePair SectionMap::NullName;
20 // SectionMap::NamePair
22 SectionMap::NamePair::NamePair() function in class:SectionMap::NamePair
26 SectionMap::NamePair::NamePair(const std::string& pFrom, const std::string& pTo) function in class:SectionMap::NamePair
31 bool SectionMap::NamePair::isNull() const
39 const SectionMap::NamePair& SectionMap::find(const std::string& pFrom) const
45 SectionMap::NamePair& SectionMap::find(const std::string& pFrom)
51 const SectionMap::NamePair
[all...]
H A DObjectBuilder.cpp43 const SectionMap::NamePair& pair = m_Module.getScript().sectionMap().find(pName);
54 const SectionMap::NamePair& pair =

Completed in 121 milliseconds