Searched defs:SectionMap (Results 1 - 6 of 6) sorted by relevance

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h405 virtual void finalizeLoad(ObjectImage &ObjImg, ObjSectionToIDMap &SectionMap) {} argument
H A DRuntimeDyldMachO.cpp216 ObjSectionToIDMap &SectionMap) {
221 for (i = SectionMap.begin(), e = SectionMap.end(); i != e; ++i) {
215 finalizeLoad(ObjectImage &ObjImg, ObjSectionToIDMap &SectionMap) argument
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h190 SectionMapType SectionMap; member in class:llvm::DwarfDebug
/external/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp137 section_map SectionMap; member in class:__anon25894::WinCOFFObjectWriter
393 SectionMap[&SectionData.getSection()] = coff_section;
471 SectionMap[&BaseData.Fragment->getParent()->getSection()];
717 assert(SectionMap.find(&SectionData->getSection()) != SectionMap.end() &&
722 COFFSection *coff_section = SectionMap[&SectionData->getSection()];
904 COFFSection *Sec = SectionMap[&Section.getSection()];
/external/llvm/include/llvm/MC/
H A DMCAssembler.h881 DenseMap<const MCSection*, MCSectionData*> SectionMap; member in class:llvm::MCAssembler
1188 MCSectionData *Entry = SectionMap.lookup(&Section);
1195 MCSectionData *&Entry = SectionMap[&Section];
/external/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp573 std::map<std::string, unsigned> SectionMap; local
582 unsigned &Entry = SectionMap[GV.getSection()];
586 Entry = SectionMap.size();
594 unsigned &Entry = SectionMap[F.getSection()];
598 Entry = SectionMap.size();
630 if (SectionMap.empty()) // Section.
634 Log2_32_Ceil(SectionMap.size()+1)));
653 Vals.push_back(GV.hasSection() ? SectionMap[GV.getSection()] : 0);
683 Vals.push_back(F.hasSection() ? SectionMap[F.getSection()] : 0);

Completed in 674 milliseconds