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

/external/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp140 section_map SectionMap; member in class:__anon8798::WinCOFFObjectWriter
410 SectionMap[&SectionData.getSection()] = coff_section;
467 SectionMap[&SymbolData.Fragment->getParent()->getSection()];
645 assert(SectionMap.find(&SectionData->getSection()) != SectionMap.end() &&
650 COFFSection *coff_section = SectionMap[&SectionData->getSection()];
772 COFFSection *Sec = SectionMap[&i->getSection()];
/external/llvm/include/llvm/MC/
H A DMCAssembler.h714 DenseMap<const MCSection*, MCSectionData*> SectionMap; member in class:llvm::MCAssembler
943 MCSectionData *Entry = SectionMap.lookup(&Section);
950 MCSectionData *&Entry = SectionMap[&Section];
/external/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp414 std::map<std::string, unsigned> SectionMap; local
424 unsigned &Entry = SectionMap[GV->getSection()];
428 Entry = SectionMap.size();
436 unsigned &Entry = SectionMap[F->getSection()];
440 Entry = SectionMap.size();
472 if (SectionMap.empty()) // Section.
476 Log2_32_Ceil(SectionMap.size()+1)));
496 Vals.push_back(GV->hasSection() ? SectionMap[GV->getSection()] : 0);
521 Vals.push_back(F->hasSection() ? SectionMap[F->getSection()] : 0);
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h223 /// SectionMap - Provides a unique id per text section.
225 UniqueVector<const MCSection*> SectionMap; member in class:llvm::DwarfDebug
H A DDwarfDebug.cpp767 SectionMap.insert(Asm->getObjFileLowering().getTextSection());
840 for (unsigned i = 1, N = SectionMap.size(); i <= N; ++i) {
841 Asm->OutStreamer.SwitchSection(SectionMap[i]);

Completed in 108 milliseconds