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

/frameworks/compile/mclinker/lib/LD/
H A DSectionMap.cpp1 //===- SectionMap.cpp -----------------------------------------------------===//
11 #include <mcld/LD/SectionMap.h>
16 // SectionMap
17 SectionMap::SectionMap() function in class:SectionMap
21 SectionMap::~SectionMap()
25 const std::string& SectionMap::getOutputSectName(const std::string& pInput)
43 bool SectionMap::push_back(const std::string& pInput,
62 SectionMap
[all...]
H A DSectionMerger.cpp18 SectionMerger::SectionMerger(SectionMap& pSectionMap, LDContext& pContext)
76 // the mapping rule is not in SectionMap, and this is handled in getOutputSectHdr.
82 // Based on SectionMap to initialize the map from a input substr to its
84 SectionMap::iterator it;
H A DAndroid.mk48 SectionMap.cpp \
/frameworks/compile/mclinker/include/mcld/LD/
H A DELFSectionMap.h12 #include <mcld/LD/SectionMap.h>
17 class ELFSectionMap : public SectionMap
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
42 SectionMap();
43 ~SectionMap();
83 // to SectionMap
H A DSectionMerger.h20 #include <mcld/LD/SectionMap.h>
43 SectionMerger(SectionMap& pSectionMap, LDContext& pContext);
88 SectionMap& m_SectionNameMap;
/frameworks/compile/mclinker/include/mcld/MC/
H A DMCLDDriver.h21 #include <mcld/LD/SectionMap.h>
122 SectionMap m_SectionMap;
H A DMCLinker.h44 class SectionMap;
70 SectionMap& pSectionMap);
120 /// SectionMap& getSectionMap()
269 SectionMap& m_SectionMap;
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.h19 class SectionMap;
40 bool initTargetSectionMap(SectionMap& pSectionMap);
H A DMipsLDBackend.cpp19 #include <mcld/LD/SectionMap.h>
62 bool MipsGNULDBackend::initTargetSectionMap(SectionMap& pSectionMap)
/frameworks/compile/mclinker/include/mcld/Target/
H A DTargetLDBackend.h29 class SectionMap;
53 virtual bool initTargetSectionMap(SectionMap& pSectionMap) { return true;}
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMLDBackend.h24 class SectionMap;
83 bool initTargetSectionMap(SectionMap& pSectionMap);
H A DARMLDBackend.cpp21 #include <mcld/LD/SectionMap.h>
81 bool ARMGNULDBackend::initTargetSectionMap(SectionMap& pSectionMap)
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86LDBackend.h156 bool initTargetSectionMap(SectionMap& pSectionMap);
H A DX86LDBackend.cpp18 #include <mcld/LD/SectionMap.h>
693 bool X86GNULDBackend::initTargetSectionMap(SectionMap& pSectionMap)
/frameworks/compile/slang/BitWriter_2_9/
H A DBitcodeWriter.cpp453 std::map<std::string, unsigned> SectionMap; local
464 unsigned &Entry = SectionMap[GV->getSection()];
468 Entry = SectionMap.size();
474 unsigned &Entry = SectionMap[F->getSection()];
478 Entry = SectionMap.size();
510 if (SectionMap.empty()) // Section.
514 Log2_32_Ceil(SectionMap.size()+1)));
534 Vals.push_back(GV->hasSection() ? SectionMap[GV->getSection()] : 0);
559 Vals.push_back(F->hasSection() ? SectionMap[F->getSection()] : 0);
/frameworks/compile/slang/BitWriter_2_9_func/
H A DBitcodeWriter.cpp406 std::map<std::string, unsigned> SectionMap; local
416 unsigned &Entry = SectionMap[GV->getSection()];
420 Entry = SectionMap.size();
428 unsigned &Entry = SectionMap[F->getSection()];
432 Entry = SectionMap.size();
464 if (SectionMap.empty()) // Section.
468 Log2_32_Ceil(SectionMap.size()+1)));
488 Vals.push_back(GV->hasSection() ? SectionMap[GV->getSection()] : 0);
513 Vals.push_back(F->hasSection() ? SectionMap[F->getSection()] : 0);
/frameworks/compile/mclinker/lib/MC/
H A DMCLinker.cpp24 #include <mcld/LD/SectionMap.h>
39 SectionMap& pSectionMap)

Completed in 3022 milliseconds