Searched refs:SectionMap (Results 1 – 10 of 10) sorted by relevance
17 SectionMap::NamePair SectionMap::NullName;22 SectionMap::NamePair::NamePair() in NamePair()26 SectionMap::NamePair::NamePair(const std::string& pFrom, const std::string& pTo) in NamePair()28 hash = SectionMap::hash(pFrom); in NamePair()31 bool SectionMap::NamePair::isNull() const in isNull()39 const SectionMap::NamePair& SectionMap::find(const std::string& pFrom) const in find()41 unsigned int hash = SectionMap::hash(pFrom); in find()45 SectionMap::NamePair& SectionMap::find(const std::string& pFrom) in find()47 unsigned int hash = SectionMap::hash(pFrom); in find()51 const SectionMap::NamePair&[all …]
6 SectionMap.cpp
43 const SectionMap::NamePair& pair = m_Module.getScript().sectionMap().find(pName); in CreateSection()54 const SectionMap::NamePair& pair = in MergeSection()
53 const SectionMap& sectionMap() const { return m_SectionMap; } in sectionMap()54 SectionMap& sectionMap() { return m_SectionMap; } in sectionMap()73 SectionMap m_SectionMap;
26 class SectionMap
19 class SectionMap; variable
23 class SectionMap; variable
439 std::map<std::string, unsigned> SectionMap; in WriteModuleInfo() local450 unsigned &Entry = SectionMap[GV->getSection()]; in WriteModuleInfo()454 Entry = SectionMap.size(); in WriteModuleInfo()460 unsigned &Entry = SectionMap[F->getSection()]; in WriteModuleInfo()464 Entry = SectionMap.size(); in WriteModuleInfo()496 if (SectionMap.empty()) // Section. in WriteModuleInfo()500 Log2_32_Ceil(SectionMap.size()+1))); in WriteModuleInfo()520 Vals.push_back(GV->hasSection() ? SectionMap[GV->getSection()] : 0); in WriteModuleInfo()545 Vals.push_back(F->hasSection() ? SectionMap[F->getSection()] : 0); in WriteModuleInfo()
393 std::map<std::string, unsigned> SectionMap; in WriteModuleInfo() local404 unsigned &Entry = SectionMap[GV->getSection()]; in WriteModuleInfo()408 Entry = SectionMap.size(); in WriteModuleInfo()414 unsigned &Entry = SectionMap[F->getSection()]; in WriteModuleInfo()418 Entry = SectionMap.size(); in WriteModuleInfo()450 if (SectionMap.empty()) // Section. in WriteModuleInfo()454 Log2_32_Ceil(SectionMap.size()+1))); in WriteModuleInfo()474 Vals.push_back(GV->hasSection() ? SectionMap[GV->getSection()] : 0); in WriteModuleInfo()499 Vals.push_back(F->hasSection() ? SectionMap[F->getSection()] : 0); in WriteModuleInfo()
409 std::map<std::string, unsigned> SectionMap; in WriteModuleInfo() local419 unsigned &Entry = SectionMap[GV->getSection()]; in WriteModuleInfo()423 Entry = SectionMap.size(); in WriteModuleInfo()431 unsigned &Entry = SectionMap[F->getSection()]; in WriteModuleInfo()435 Entry = SectionMap.size(); in WriteModuleInfo()467 if (SectionMap.empty()) // Section. in WriteModuleInfo()471 Log2_32_Ceil(SectionMap.size()+1))); in WriteModuleInfo()491 Vals.push_back(GV->hasSection() ? SectionMap[GV->getSection()] : 0); in WriteModuleInfo()517 Vals.push_back(F->hasSection() ? SectionMap[F->getSection()] : 0); in WriteModuleInfo()