Searched refs:SectionMap (Results 1 – 5 of 5) sorted by relevance
140 section_map SectionMap; member in __anon39a7a0d70111::WinCOFFObjectWriter410 SectionMap[&SectionData.getSection()] = coff_section; in DefineSection()467 SectionMap[&SymbolData.Fragment->getParent()->getSection()]; in DefineSymbol()645 assert(SectionMap.find(&SectionData->getSection()) != SectionMap.end() && in RecordRelocation()650 COFFSection *coff_section = SectionMap[&SectionData->getSection()]; in RecordRelocation()772 COFFSection *Sec = SectionMap[&i->getSection()]; in WriteObject()
714 DenseMap<const MCSection*, MCSectionData*> SectionMap; variable943 MCSectionData *Entry = SectionMap.lookup(&Section); in getSectionData()950 MCSectionData *&Entry = SectionMap[&Section];
414 std::map<std::string, unsigned> SectionMap; in WriteModuleInfo() local424 unsigned &Entry = SectionMap[GV->getSection()]; in WriteModuleInfo()428 Entry = SectionMap.size(); in WriteModuleInfo()436 unsigned &Entry = SectionMap[F->getSection()]; in WriteModuleInfo()440 Entry = SectionMap.size(); in WriteModuleInfo()472 if (SectionMap.empty()) // Section. in WriteModuleInfo()476 Log2_32_Ceil(SectionMap.size()+1))); in WriteModuleInfo()496 Vals.push_back(GV->hasSection() ? SectionMap[GV->getSection()] : 0); in WriteModuleInfo()521 Vals.push_back(F->hasSection() ? SectionMap[F->getSection()] : 0); in WriteModuleInfo()
225 UniqueVector<const MCSection*> SectionMap; variable
767 SectionMap.insert(Asm->getObjFileLowering().getTextSection()); in beginModule()840 for (unsigned i = 1, N = SectionMap.size(); i <= N; ++i) { in endModule()841 Asm->OutStreamer.SwitchSection(SectionMap[i]); in endModule()