Searched defs:Sections (Results 1 - 18 of 18) sorted by path

/external/llvm/include/llvm/MC/
H A DMCAssembler.h103 SectionListType Sections; member in class:llvm::MCAssembler
303 iterator begin() { return Sections.begin(); }
304 const_iterator begin() const { return Sections.begin(); }
306 iterator end() { return Sections.end(); }
307 const_iterator end() const { return Sections.end(); }
309 size_t size() const { return Sections.size(); }
/external/llvm/include/llvm/Object/
H A DMachO.h455 SectionList Sections; member in class:llvm::object::MachOObjectFile
/external/llvm/include/llvm/ObjectYAML/
H A DCOFFYAML.h86 std::vector<Section> Sections; member in struct:llvm::COFFYAML::Object
H A DELFYAML.h168 std::vector<std::unique_ptr<Section>> Sections; member in struct:llvm::ELFYAML::Object
H A DMachOYAML.h54 std::vector<Section> Sections; member in struct:llvm::MachOYAML::LoadCommand
108 std::vector<Section> Sections; member in struct:llvm::MachOYAML::Object
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h143 SectionPair Sections; member in union:llvm::RelocationEntry::__anon12698
172 Sections.SectionA = SectionA;
173 Sections.SectionB = SectionB;
238 SectionList Sections; member in class:llvm::RuntimeDyldImpl
300 return Sections[SectionID].getLoadAddress();
304 return Sections[SectionID].getAddress();
/external/llvm/lib/MC/
H A DMCDwarf.cpp571 auto &Sections = context.getGenDwarfSectionSyms(); local
590 Length += 2 * AddrSize * Sections.size();
617 for (MCSection *Sec : Sections) {
702 auto &Sections = context.getGenDwarfSectionSyms(); local
703 const auto TextSection = Sections.begin();
704 assert(TextSection != Sections.end() && "No text section found");
805 auto &Sections = context.getGenDwarfSectionSyms(); local
812 for (MCSection *Sec : Sections) {
H A DWinCOFFObjectWriter.cpp126 sections Sections; member in class:__anon12746::WinCOFFObjectWriter
141 Sections.clear();
252 return createCOFFEntity<COFFSection>(Name, Sections);
805 size_t SectionsSize = Sections.size();
817 for (const auto &Section : Sections) {
866 for (const auto &S : Sections)
875 for (const auto &S : Sections)
892 for (auto &Section : Sections) {
1000 for (auto &Section : Sections) {
1009 for (i = Sections
[all...]
/external/llvm/lib/Object/
H A DMachOObjectFile.cpp220 // sections to \param Sections, and optionally sets
225 SmallVectorImpl<const char *> &Sections, bool &IsPageZeroSegment,
242 Sections.push_back(Sec);
365 this, Load, Sections, HasPageZeroSegment, I,
370 this, Load, Sections, HasPageZeroSegment, I, "LC_SEGMENT")))
584 if (DRI.d.a >= Sections.size()){
1137 DRI.d.a = Sections.size();
1968 assert(Sec.d.a < Sections.size() && "Should have detected this earlier");
1970 reinterpret_cast<const section_base *>(Sections[Sec.d.a]);
1976 assert(Sec.d.a < Sections
223 parseSegmentLoadCommand( const MachOObjectFile *Obj, const MachOObjectFile::LoadCommandInfo &Load, SmallVectorImpl<const char *> &Sections, bool &IsPageZeroSegment, uint32_t LoadCommandIndex, const char *CmdName) argument
[all...]
/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp295 std::vector<SectionRef> &Sections,
315 Sections.push_back(Section);
1785 std::vector<SectionRef> *Sections; member in struct:DisassembleInfo
2518 for (unsigned SectIdx = 0; SectIdx != info->Sections->size(); SectIdx++) {
2519 uint64_t SectAddress = ((*(info->Sections))[SectIdx]).getAddress();
2520 uint64_t SectSize = ((*(info->Sections))[SectIdx]).getSize();
2525 ((*(info->Sections))[SectIdx]).getName(SectName);
2526 DataRefImpl Ref = ((*(info->Sections))[SectIdx]).getRawDataRefImpl();
2532 S = (*(info->Sections))[SectIdx];
2536 ((*(info->Sections))[SectId
294 getSectionsAndSymbols(MachOObjectFile *MachOObj, std::vector<SectionRef> &Sections, std::vector<SymbolRef> &Symbols, SmallVectorImpl<uint64_t> &FoundFns, uint64_t &BaseSegmentAddress) argument
5295 std::vector<SectionRef> Sections; local
5368 std::vector<SectionRef> Sections; local
5478 std::vector<SectionRef> Sections; local
5651 std::vector<SectionRef> Sections; local
6524 std::vector<SectionRef> Sections; local
9136 SmallVector<SectionInfo, 32> Sections; member in class:__anon13518::SegInfo
[all...]
/external/llvm/tools/llvm-readobj/
H A DELFDumper.cpp2939 OS << "\n Section to Segment mapping:\n Segment Sections...\n";
2942 std::string Sections; local
2955 Sections += unwrapOrError(Obj->getSectionName(&Sec)).str() + " ";
2957 OS << Sections << "\n"; local
3317 ListScope SectionsD(W, "Sections");
/external/llvm/tools/obj2yaml/
H A Dmacho2yaml.cpp88 std::vector<MachOYAML::Section> &Sections,
98 Sections.push_back(constructSection(Sec));
100 Sections.push_back(constructSection(*Curr));
118 LoadCmd, LC.Sections, Obj.isLittleEndian());
126 LoadCmd, LC.Sections, Obj.isLittleEndian());
87 extractSections(const llvm::object::MachOObjectFile::LoadCommandInfo &LoadCmd, std::vector<MachOYAML::Section> &Sections, bool IsLittleEndian) argument
/external/mesa3d/src/gallium/auxiliary/util/
H A Ddbghelp.h37 PIMAGE_SECTION_HEADER Sections; member in struct:_LOADED_IMAGE
/external/swiftshader/third_party/LLVM/include/llvm/MC/
H A DMCAssembler.h671 iplist<MCSectionData> Sections; member in class:llvm::MCAssembler
818 const SectionDataListType &getSectionList() const { return Sections; }
819 SectionDataListType &getSectionList() { return Sections; }
821 iterator begin() { return Sections.begin(); }
822 const_iterator begin() const { return Sections.begin(); }
824 iterator end() { return Sections.end(); }
825 const_iterator end() const { return Sections.end(); }
827 size_t size() const { return Sections.size(); }
/external/swiftshader/third_party/LLVM/include/llvm/Object/
H A DMachO.h85 SectionList Sections; member in class:llvm::object::MachOObjectFile
/external/swiftshader/third_party/LLVM/lib/MC/
H A DELFObjectWriter.cpp858 std::vector<const MCSectionELF*> Sections; local
863 Sections.push_back(&Section);
865 array_pod_sort(Sections.begin(), Sections.end(), compareBySuffix);
874 for (unsigned int I = 0, E = Sections.size(); I != E; ++I) {
875 const MCSectionELF &Section = *Sections[I];
879 StringRef PreviousName = Sections[I - 1]->getSectionName();
1084 std::vector<const MCSectionELF*> Sections; local
1085 Sections.resize(NumSections - 1);
1090 Sections[
1118 ComputeSectionOrder(MCAssembler &Asm, std::vector<const MCSectionELF*> &Sections) argument
1183 std::vector<const MCSectionELF*> Sections; local
[all...]
H A DWinCOFFObjectWriter.cpp134 sections Sections; member in class:__anon18662::WinCOFFObjectWriter
237 assert(Section->Number != -1 && "Sections with relocations must be real!");
328 for (sections::iterator I = Sections.begin(), E = Sections.end(); I != E; ++I)
347 return createCOFFEntity<COFFSection>(Name, Sections);
736 for (sections::iterator i = Sections.begin(),
737 e = Sections.end(); i != e; i++) {
843 for (i = Sections.begin(), ie = Sections.end(); i != ie; i++)
847 for (i = Sections
[all...]
/external/swiftshader/third_party/LLVM/tools/llvm-objdump/
H A DMachODump.cpp126 static void DumpAddress(uint64_t Address, ArrayRef<Section> Sections, argument
128 for (unsigned i = 0; i != Sections.size(); ++i) {
129 uint64_t addr = Address-Sections[i].Address;
130 if (Sections[i].Address <= Address &&
131 Sections[i].Address + Sections[i].Size > Address) {
132 StringRef bytes = MachOObj->getData(Sections[i].Offset,
133 Sections[i].Size);
135 if (!strcmp(Sections[i].Name, "__cstring"))
138 if (!strcmp(Sections[
214 getSectionsAndSymbols(const macho::Header &Header, MachOObject *MachOObj, InMemoryStruct<macho::SymtabLoadCommand> *SymtabLC, std::vector<Section> &Sections, std::vector<Symbol> &Symbols, SmallVectorImpl<uint64_t> &FoundFns) argument
325 std::vector<Section> Sections; local
[all...]

Completed in 559 milliseconds