HomeSort by relevance Sort by last modified time
    Searched defs:SectionMap (Results 1 - 9 of 9) sorted by null

  /frameworks/compile/mclinker/lib/Object/
SectionMap.cpp 1 //===- SectionMap.cpp -----------------------------------------------------===//
9 #include <mcld/Object/SectionMap.h>
34 // SectionMap::Input
36 SectionMap::Input::Input(const std::string& pName,
56 SectionMap::Input::Input(const InputSectDesc& pInputDesc)
70 // SectionMap::Output
72 SectionMap::Output::Output(const std::string& pName)
95 SectionMap::Output::Output(const OutputSectDesc& pOutputDesc)
108 bool SectionMap::Output::hasContent() const
113 SectionMap::Output::const_dot_iterato
    [all...]
  /frameworks/compile/mclinker/include/mcld/Object/
SectionMap.h 1 //===- SectionMap.h -------------------------------------------------------===//
24 /** \class SectionMap
27 class SectionMap
157 ~SectionMap();
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 573 std::map<std::string, unsigned> SectionMap;
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);
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.h 190 SectionMapType SectionMap;
  /external/llvm/lib/MC/
WinCOFFObjectWriter.cpp 137 section_map SectionMap;
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()];
    [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp 434 std::map<std::string, unsigned> SectionMap;
445 unsigned &Entry = SectionMap[GV->getSection()];
449 Entry = SectionMap.size();
455 unsigned &Entry = SectionMap[F->getSection()];
459 Entry = SectionMap.size();
491 if (SectionMap.empty()) // Section.
495 Log2_32_Ceil(SectionMap.size()+1)));
515 Vals.push_back(GV->hasSection() ? SectionMap[GV->getSection()] : 0);
540 Vals.push_back(F->hasSection() ? SectionMap[F->getSection()] : 0);
    [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp 388 std::map<std::string, unsigned> SectionMap;
399 unsigned &Entry = SectionMap[GV->getSection()];
403 Entry = SectionMap.size();
409 unsigned &Entry = SectionMap[F->getSection()];
413 Entry = SectionMap.size();
445 if (SectionMap.empty()) // Section.
449 Log2_32_Ceil(SectionMap.size()+1)));
469 Vals.push_back(GV->hasSection() ? SectionMap[GV->getSection()] : 0);
494 Vals.push_back(F->hasSection() ? SectionMap[F->getSection()] : 0);
    [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp 404 std::map<std::string, unsigned> SectionMap;
414 unsigned &Entry = SectionMap[GV->getSection()];
418 Entry = SectionMap.size();
426 unsigned &Entry = SectionMap[F->getSection()];
430 Entry = SectionMap.size();
462 if (SectionMap.empty()) // Section.
466 Log2_32_Ceil(SectionMap.size()+1)));
486 Vals.push_back(GV->hasSection() ? SectionMap[GV->getSection()] : 0);
512 Vals.push_back(F->hasSection() ? SectionMap[F->getSection()] : 0);
    [all...]
  /external/llvm/include/llvm/MC/
MCAssembler.h 881 DenseMap<const MCSection*, MCSectionData*> SectionMap;
    [all...]

Completed in 166 milliseconds