Home
last modified time | relevance | path

Searched refs:SectionMap (Results 1 – 10 of 10) sorted by relevance

/frameworks/compile/mclinker/lib/Object/
DSectionMap.cpp17 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 …]
DAndroid.mk6 SectionMap.cpp
DObjectBuilder.cpp43 const SectionMap::NamePair& pair = m_Module.getScript().sectionMap().find(pName); in CreateSection()
54 const SectionMap::NamePair& pair = in MergeSection()
/frameworks/compile/mclinker/include/mcld/
DLinkerScript.h53 const SectionMap& sectionMap() const { return m_SectionMap; } in sectionMap()
54 SectionMap& sectionMap() { return m_SectionMap; } in sectionMap()
73 SectionMap m_SectionMap;
/frameworks/compile/mclinker/include/mcld/Object/
DSectionMap.h26 class SectionMap
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsLDBackend.h19 class SectionMap; variable
/frameworks/compile/mclinker/lib/Target/ARM/
DARMLDBackend.h23 class SectionMap; variable
/frameworks/compile/slang/BitWriter_2_9/
DBitcodeWriter.cpp439 std::map<std::string, unsigned> SectionMap; in WriteModuleInfo() local
450 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()
/frameworks/compile/slang/BitWriter_2_9_func/
DBitcodeWriter.cpp393 std::map<std::string, unsigned> SectionMap; in WriteModuleInfo() local
404 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()
/frameworks/compile/slang/BitWriter_3_2/
DBitcodeWriter.cpp409 std::map<std::string, unsigned> SectionMap; in WriteModuleInfo() local
419 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()