Home
last modified time | relevance | path

Searched refs:SectionMap (Results 1 – 25 of 47) sorted by relevance

12

/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldMachO.cpp230 ObjSectionToIDMap &SectionMap) { in finalizeLoad() argument
243 if (auto TextSIDOrErr = findOrEmitSection(Obj, Section, true, SectionMap)) in finalizeLoad()
249 SectionMap)) in finalizeLoad()
255 SectionMap)) in finalizeLoad()
260 auto I = SectionMap.find(Section); in finalizeLoad()
261 if (I != SectionMap.end()) in finalizeLoad()
DRuntimeDyldCheckerImpl.h39 typedef std::map<std::string, SectionAddressInfo> SectionMap; typedef
40 typedef std::map<std::string, SectionMap> StubMap;
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldMachO.cpp227 ObjSectionToIDMap &SectionMap) { in finalizeLoad() argument
240 if (auto TextSIDOrErr = findOrEmitSection(Obj, Section, true, SectionMap)) in finalizeLoad()
246 SectionMap)) in finalizeLoad()
252 SectionMap)) in finalizeLoad()
257 auto I = SectionMap.find(Section); in finalizeLoad()
258 if (I != SectionMap.end()) in finalizeLoad()
DRuntimeDyldCheckerImpl.h39 typedef std::map<std::string, SectionAddressInfo> SectionMap; typedef
40 typedef std::map<std::string, SectionMap> StubMap;
DRuntimeDyldMachO.h159 ObjSectionToIDMap &SectionMap) override;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DDbiStreamBuilder.cpp62 SectionMap = SecMap; in setSectionMap()
135 if (SectionMap.empty()) in calculateSectionMapStreamSize()
137 return sizeof(SecMapHeader) + sizeof(SecMapEntry) * SectionMap.size(); in calculateSectionMapStreamSize()
378 if (!SectionMap.empty()) { in commit()
379 ulittle16_t Size = static_cast<ulittle16_t>(SectionMap.size()); in commit()
383 if (auto EC = Writer.writeArray(SectionMap)) in commit()
DDbiStream.cpp211 return SectionMap; in getSectionMap()
345 if (auto EC = SMReader.readArray(SectionMap, Header->SecCount)) in initializeSectionMapData()
/external/llvm/lib/MC/
DWinCOFFObjectWriter.cpp131 section_map SectionMap; member in __anon81048dda0111::WinCOFFObjectWriter
144 SectionMap.clear(); in reset()
340 SectionMap[&Sec] = coff_section; in defineSection()
379 Sec = SectionMap[Base->getFragment()->getParent()]; in DefineSymbol()
675 assert(SectionMap.find(Section) != SectionMap.end() && in recordRelocation()
678 COFFSection *coff_section = SectionMap[Section]; in recordRelocation()
732 SectionMap.find(TargetSection) != SectionMap.end() && in recordRelocation()
734 Reloc.Symb = SectionMap[TargetSection]->Symbol; in recordRelocation()
927 COFFSection *Sec = SectionMap[&Section]; in writeObject()
1048 COFFSection *Sec = SectionMap[&*j]; in writeObject()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DWinCOFFObjectWriter.cpp145 section_map SectionMap; member in __anoneb971b320111::WinCOFFObjectWriter
159 SectionMap.clear(); in reset()
316 SectionMap[&MCSec] = Section; in defineSection()
355 Sec = SectionMap[Base->getFragment()->getParent()]; in DefineSymbol()
644 COFFSection *Sec = SectionMap[&MCSec]; in writeSection()
730 assert(SectionMap.find(MCSec) != SectionMap.end() && in recordRelocation()
733 COFFSection *Sec = SectionMap[MCSec]; in recordRelocation()
767 SectionMap.find(TargetSection) != SectionMap.end() && in recordRelocation()
769 Reloc.Symb = SectionMap[TargetSection]->Symbol; in recordRelocation()
910 COFFSection *Sec = SectionMap[&Section]; in assignFileOffsets()
/external/google-breakpad/src/common/dwarf/
Dfunctioninfo.h118 const SectionMap& sections, in CUFunctionInfoHandler()
181 const SectionMap& sections_;
Ddwarf2reader.h61 typedef std::map<string, std::pair<const char*, uint64> > SectionMap; typedef
224 CompilationUnit(const SectionMap& sections, uint64 offset,
308 const SectionMap& sections_;
Ddwarf2reader_die_unittest.cc62 using dwarf2reader::SectionMap;
129 const SectionMap &MakeSectionMap() { in MakeSectionMap()
146 SectionMap section_map;
/external/google-breakpad/src/common/
Ddwarf_cu_to_module.h93 const dwarf2reader::SectionMap& section_map() const;
112 dwarf2reader::SectionMap section_map_;
/external/google-breakpad/src/common/mac/
Ddump_syms.mm260 const mach_o::SectionMap &dwarf_sections,
272 // Build a dwarf2reader::SectionMap from our mach_o::SectionMap.
273 for (mach_o::SectionMap::const_iterator it = dwarf_sections.begin();
282 dwarf2reader::SectionMap::const_iterator debug_info_entry =
410 mach_o::SectionMap section_map;
417 mach_o::SectionMap::const_iterator eh_frame =
435 mach_o::SectionMap::const_iterator debug_frame
Dmacho_reader.h222 typedef map<string, Section> SectionMap; typedef
418 bool MapSegmentSections(const Segment &segment, SectionMap *section_map)
Dmacho_reader.cc517 SectionMapper(SectionMap *map) : map_(map) { } in SectionMapper()
524 SectionMap *map_;
528 SectionMap *section_map) const { in MapSegmentSections()
Ddump_syms.h138 const mach_o::SectionMap &dwarf_sections,
/external/swiftshader/third_party/LLVM/lib/MC/
DWinCOFFObjectWriter.cpp139 section_map SectionMap; member in __anon8d2f65060111::WinCOFFObjectWriter
408 SectionMap[&SectionData.getSection()] = coff_section; in DefineSection()
465 SectionMap[&SymbolData.Fragment->getParent()->getSection()]; in DefineSymbol()
649 assert(SectionMap.find(&SectionData->getSection()) != SectionMap.end() && in RecordRelocation()
654 COFFSection *coff_section = SectionMap[&SectionData->getSection()]; in RecordRelocation()
793 COFFSection *Sec = SectionMap[&i->getSection()]; in WriteObject()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldCOFFX86_64.h201 ObjSectionToIDMap &SectionMap) override { in finalizeLoad() argument
203 for (const auto &SectionPair : SectionMap) { in finalizeLoad()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldCOFFX86_64.h271 ObjSectionToIDMap &SectionMap) override { in finalizeLoad() argument
273 for (const auto &SectionPair : SectionMap) { in finalizeLoad()
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCAssembler.h678 DenseMap<const MCSection*, MCSectionData*> SectionMap; variable
876 MCSectionData *Entry = SectionMap.lookup(&Section); in getSectionData()
883 MCSectionData *&Entry = SectionMap[&Section];
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
DDbiStream.h115 FixedStreamArray<SecMapEntry> SectionMap; variable
DDbiStreamBuilder.h126 ArrayRef<SecMapEntry> SectionMap; variable
/external/llvm/lib/DebugInfo/PDB/Raw/
DDbiStream.cpp255 return SectionMap; in getSectionMap()
342 if (auto EC = SMReader.readArray(SectionMap, Header->SecCount)) in initializeSectionMapData()
/external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/
DBitcodeWriter.cpp403 std::map<std::string, unsigned> SectionMap; in WriteModuleInfo() local
413 unsigned &Entry = SectionMap[GV->getSection()]; in WriteModuleInfo()
417 Entry = SectionMap.size(); in WriteModuleInfo()
425 unsigned &Entry = SectionMap[F->getSection()]; in WriteModuleInfo()
429 Entry = SectionMap.size(); in WriteModuleInfo()
461 if (SectionMap.empty()) // Section. in WriteModuleInfo()
465 Log2_32_Ceil(SectionMap.size()+1))); in WriteModuleInfo()
485 Vals.push_back(GV->hasSection() ? SectionMap[GV->getSection()] : 0); in WriteModuleInfo()
510 Vals.push_back(F->hasSection() ? SectionMap[F->getSection()] : 0); in WriteModuleInfo()

12