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

  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldCheckerImpl.h 39 typedef std::map<std::string, SectionAddressInfo> SectionMap;
40 typedef std::map<std::string, SectionMap> StubMap;
  /frameworks/compile/mclinker/lib/Object/
SectionMap.cpp 1 //===- SectionMap.cpp -----------------------------------------------------===//
9 #include "mcld/Object/SectionMap.h"
38 // SectionMap::Input
40 SectionMap::Input::Input(const std::string& pName,
59 SectionMap::Input::Input(const InputSectDesc& pInputDesc)
72 // SectionMap::Output
74 SectionMap::Output::Output(const std::string& pName)
95 SectionMap::Output::Output(const OutputSectDesc& pOutputDesc)
107 bool SectionMap::Output::hasContent() const {
111 SectionMap::Output::const_dot_iterato
    [all...]
  /external/google-breakpad/src/common/mac/
macho_reader.h 222 typedef map<string, Section> SectionMap;
418 bool MapSegmentSections(const Segment &segment, SectionMap *section_map)
  /external/llvm/include/llvm/DebugInfo/PDB/Raw/
DbiStream.h 135 codeview::FixedStreamArray<SecMapEntry> SectionMap;
  /frameworks/compile/mclinker/include/mcld/Object/
SectionMap.h 1 //===- SectionMap.h -------------------------------------------------------===//
26 /** \class SectionMap
29 class SectionMap {
158 ~SectionMap();
  /external/google-breakpad/src/common/dwarf/
dwarf2reader.h 61 typedef std::map<string, std::pair<const char*, uint64> > SectionMap;
224 CompilationUnit(const SectionMap& sections, uint64 offset,
308 const SectionMap& sections_;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DwarfDebug.h 221 /// SectionMap - Provides a unique id per text section.
223 UniqueVector<const MCSection*> SectionMap;
  /external/swiftshader/third_party/LLVM/lib/MC/
WinCOFFObjectWriter.cpp 139 section_map SectionMap;
408 SectionMap[&SectionData.getSection()] = coff_section;
465 SectionMap[&SymbolData.Fragment->getParent()->getSection()];
649 assert(SectionMap.find(&SectionData->getSection()) != SectionMap.end() &&
654 COFFSection *coff_section = SectionMap[&SectionData->getSection()];
793 COFFSection *Sec = SectionMap[&i->getSection()];
  /device/google/contexthub/util/nanoapp_postprocess/
postprocess_elf.c 544 const struct SectionMap {
547 } sectionMap[] = {
568 for (size_t i = 0; i < ARRAY_SIZE(sectionMap); i++) {
569 if (strcmp(name, sectionMap[i].name) != 0) {
572 appSection = (struct ElfAppSection *) &appBytes[sectionMap[i].offset];
    [all...]
  /external/llvm/lib/MC/
WinCOFFObjectWriter.cpp 131 section_map SectionMap;
144 SectionMap.clear();
340 SectionMap[&Sec] = coff_section;
379 Sec = SectionMap[Base->getFragment()->getParent()];
675 assert(SectionMap.find(Section) != SectionMap.end() &&
678 COFFSection *coff_section = SectionMap[Section];
732 SectionMap.find(TargetSection) != SectionMap.end() &&
734 Reloc.Symb = SectionMap[TargetSection]->Symbol
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCAssembler.h 678 DenseMap<const MCSection*, MCSectionData*> SectionMap;
876 MCSectionData *Entry = SectionMap.lookup(&Section);
883 MCSectionData *&Entry = SectionMap[&Section];
  /external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/
BitcodeWriter.cpp 403 std::map<std::string, unsigned> SectionMap;
413 unsigned &Entry = SectionMap[GV->getSection()];
417 Entry = SectionMap.size();
425 unsigned &Entry = SectionMap[F->getSection()];
429 Entry = SectionMap.size();
461 if (SectionMap.empty()) // Section.
465 Log2_32_Ceil(SectionMap.size()+1)));
485 Vals.push_back(GV->hasSection() ? SectionMap[GV->getSection()] : 0);
510 Vals.push_back(F->hasSection() ? SectionMap[F->getSection()] : 0);
    [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp 399 std::map<std::string, unsigned> SectionMap;
408 unsigned &Entry = SectionMap[GV.getSection()];
412 Entry = SectionMap.size();
420 unsigned &Entry = SectionMap[F.getSection()];
424 Entry = SectionMap.size();
456 if (SectionMap.empty()) // Section.
460 Log2_32_Ceil(SectionMap.size()+1)));
479 Vals.push_back(GV.hasSection() ? SectionMap[GV.getSection()] : 0);
504 Vals.push_back(F.hasSection() ? SectionMap[F.getSection()] : 0);
    [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp 397 std::map<std::string, unsigned> SectionMap;
406 unsigned &Entry = SectionMap[GV.getSection()];
410 Entry = SectionMap.size();
418 unsigned &Entry = SectionMap[F.getSection()];
422 Entry = SectionMap.size();
454 if (SectionMap.empty()) // Section.
458 Log2_32_Ceil(SectionMap.size()+1)));
477 Vals.push_back(GV.hasSection() ? SectionMap[GV.getSection()] : 0);
502 Vals.push_back(F.hasSection() ? SectionMap[F.getSection()] : 0);
    [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp 410 std::map<std::string, unsigned> SectionMap;
419 unsigned &Entry = SectionMap[GV.getSection()];
423 Entry = SectionMap.size();
431 unsigned &Entry = SectionMap[F.getSection()];
435 Entry = SectionMap.size();
467 if (SectionMap.empty()) // Section.
471 Log2_32_Ceil(SectionMap.size()+1)));
490 Vals.push_back(GV.hasSection() ? SectionMap[GV.getSection()] : 0);
517 Vals.push_back(F.hasSection() ? SectionMap[F.getSection()] : 0);
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp     [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp     [all...]

Completed in 615 milliseconds