Searched refs:SectionMap (Results 1 - 12 of 12) sorted by relevance

/frameworks/compile/mclinker/lib/Object/
H A DSectionMap.cpp1 //===- SectionMap.cpp -----------------------------------------------------===//
9 #include <mcld/Object/SectionMap.h>
17 SectionMap::NamePair SectionMap::NullName;
20 // SectionMap::NamePair
22 SectionMap::NamePair::NamePair()
26 SectionMap::NamePair::NamePair(const std::string& pFrom, const std::string& pTo)
28 hash = SectionMap::hash(pFrom);
31 bool SectionMap::NamePair::isNull() const
37 // SectionMap
[all...]
H A DAndroid.mk6 SectionMap.cpp
H A DObjectBuilder.cpp14 #include <mcld/Object/SectionMap.h>
43 const SectionMap::NamePair& pair = m_Module.getScript().sectionMap().find(pName);
54 const SectionMap::NamePair& pair =
/frameworks/compile/mclinker/include/mcld/
H A DLinkerScript.h19 #include <mcld/Object/SectionMap.h>
53 const SectionMap& sectionMap() const { return m_SectionMap; }
54 SectionMap& sectionMap() { return m_SectionMap; }
73 SectionMap m_SectionMap;
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMELFMCLinker.cpp12 #include <mcld/Object/SectionMap.h>
H A DARMLDBackend.h23 class SectionMap;
/frameworks/compile/mclinker/lib/Target/
H A DELFMCLinker.cpp11 #include <mcld/Object/SectionMap.h>
/frameworks/compile/mclinker/include/mcld/Object/
H A DSectionMap.h1 //===- SectionMap.h -------------------------------------------------------===//
22 /** \class SectionMap
26 class SectionMap class in namespace:mcld
29 // a mapping in SectionMap is the triple of
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.h19 class SectionMap;
/frameworks/compile/slang/BitWriter_2_9/
H A DBitcodeWriter.cpp439 std::map<std::string, unsigned> SectionMap; local
450 unsigned &Entry = SectionMap[GV->getSection()];
454 Entry = SectionMap.size();
460 unsigned &Entry = SectionMap[F->getSection()];
464 Entry = SectionMap.size();
496 if (SectionMap.empty()) // Section.
500 Log2_32_Ceil(SectionMap.size()+1)));
520 Vals.push_back(GV->hasSection() ? SectionMap[GV->getSection()] : 0);
545 Vals.push_back(F->hasSection() ? SectionMap[F->getSection()] : 0);
/frameworks/compile/slang/BitWriter_2_9_func/
H A DBitcodeWriter.cpp393 std::map<std::string, unsigned> SectionMap; local
404 unsigned &Entry = SectionMap[GV->getSection()];
408 Entry = SectionMap.size();
414 unsigned &Entry = SectionMap[F->getSection()];
418 Entry = SectionMap.size();
450 if (SectionMap.empty()) // Section.
454 Log2_32_Ceil(SectionMap.size()+1)));
474 Vals.push_back(GV->hasSection() ? SectionMap[GV->getSection()] : 0);
499 Vals.push_back(F->hasSection() ? SectionMap[F->getSection()] : 0);
/frameworks/compile/slang/BitWriter_3_2/
H A DBitcodeWriter.cpp409 std::map<std::string, unsigned> SectionMap; local
419 unsigned &Entry = SectionMap[GV->getSection()];
423 Entry = SectionMap.size();
431 unsigned &Entry = SectionMap[F->getSection()];
435 Entry = SectionMap.size();
467 if (SectionMap.empty()) // Section.
471 Log2_32_Ceil(SectionMap.size()+1)));
491 Vals.push_back(GV->hasSection() ? SectionMap[GV->getSection()] : 0);
517 Vals.push_back(F->hasSection() ? SectionMap[F->getSection()] : 0);

Completed in 312 milliseconds