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

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.h106 ObjSectionToIDMap &SectionMap) override;
H A DRuntimeDyldELF.h120 ObjSectionToIDMap &SectionMap) override;
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
H A DRuntimeDyldELF.cpp1492 ObjSectionToIDMap &SectionMap) {
1518 for (i = SectionMap.begin(), e = SectionMap.end(); i != e; ++i) {
/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()];
H A DMCAssembler.cpp363 SectionMap.clear();
/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);
/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/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp784 SectionMap[Asm->getObjFileLowering().getTextSection()];
968 SectionMap[Section].push_back(SCU);
973 SectionMap[nullptr].push_back(SCU);
979 for (const auto &it : SectionMap) {
1004 SectionMap[Section].push_back(SymbolCU(nullptr, Sym));
2098 for (const auto &it : SectionMap) {
2109 SmallVector<SymbolCU, 8> &List = SectionMap[Section];
H A DDwarfDebug.h190 SectionMapType SectionMap; member in class:llvm::DwarfDebug

Completed in 638 milliseconds