Home
last modified time | relevance | path

Searched defs:Section (Results 1 – 25 of 119) sorted by relevance

12345

/external/llvm/include/llvm/Object/
DELFYAML.h65 StringRef Section; member
80 struct Section { struct
81 enum class SectionKind { Group, RawContent, Relocation }; argument
82 SectionKind Kind; argument
90 Section(SectionKind Kind) : Kind(Kind) {} in Section() argument
DCOFFYAML.h55 struct Section { struct
58 yaml::BinaryRef SectionData; argument
61 Section(); argument
/external/llvm/lib/MC/
DConstantPools.cpp52 AssemblerConstantPools::getConstantPool(const MCSection *Section) { in getConstantPool()
61 AssemblerConstantPools::getOrCreateConstantPool(const MCSection *Section) { in getOrCreateConstantPool()
65 static void emitConstantPool(MCStreamer &Streamer, const MCSection *Section, in emitConstantPool()
78 const MCSection *Section = CPI->first; in emitAll() local
86 const MCSection *Section = Streamer.getCurrentSection().first; in emitForCurrentSection() local
95 const MCSection *Section = Streamer.getCurrentSection().first; in addEntry() local
DMCContext.cpp114 MCSymbol *MCContext::getOrCreateSectionSymbol(const MCSectionELF &Section) { in getOrCreateSectionSymbol()
237 MCContext::getMachOSection(StringRef Segment, StringRef Section, in getMachOSection()
265 void MCContext::renameELFSection(const MCSectionELF *Section, StringRef Name) { in renameELFSection()
293 const MCSectionELF *MCContext::getELFSection(StringRef Section, unsigned Type, in getELFSection()
305 const MCSectionELF *MCContext::getELFSection(StringRef Section, unsigned Type, in getELFSection()
348 MCContext::getCOFFSection(StringRef Section, unsigned Characteristics, in getCOFFSection()
376 const MCSectionCOFF *MCContext::getCOFFSection(StringRef Section, in getCOFFSection()
383 const MCSectionCOFF *MCContext::getCOFFSection(StringRef Section) { in getCOFFSection()
DMCELFStreamer.cpp110 const MCSectionELF &Section = in EmitLabel() local
134 void MCELFStreamer::ChangeSection(const MCSection *Section, in ChangeSection()
305 const MCSection *Section = getAssembler().getContext().getELFSection( in EmitCommonSymbol() local
625 const MCSection &Section = Symbol.getSection(); in Flush() local
682 void MCELFStreamer::EmitZerofill(const MCSection *Section, MCSymbol *Symbol, in EmitZerofill()
687 void MCELFStreamer::EmitTBSSSymbol(const MCSection *Section, MCSymbol *Symbol, in EmitTBSSSymbol()
DELFObjectWriter.cpp939 const MCSectionELF &Section = in computeIndexMap() local
949 const MCSectionELF &Section = in computeIndexMap() local
1018 const MCSectionELF &Section = in computeSymbolTable() local
1116 const MCSectionELF &Section = in createRelocationSection() local
1225 const MCSectionELF &Section, in CompressDebugSection()
1270 const MCSectionELF &Section = in CompressDebugSections() local
1294 const MCSectionELF *Section = RelSection.getAssociatedSection(); in WriteRelocations() local
1406 const MCSectionELF &Section = in CreateMetadataSections() local
1423 const MCSectionELF &Section = in createIndexedSections() local
1446 const MCSectionELF &Section = in createIndexedSections() local
[all …]
DWinCOFFStreamer.cpp222 const MCSection *Section = getContext().getObjectFileInfo()->getBSSSection(); in EmitLocalCommonSymbol() local
241 void MCWinCOFFStreamer::EmitZerofill(const MCSection *Section, in EmitZerofill()
247 void MCWinCOFFStreamer::EmitTBSSSymbol(const MCSection *Section, in EmitTBSSSymbol()
DWinCOFFObjectWriter.cpp70 COFFSection *Section; member in __anon06e85d110111::COFFSymbol
644 for (const auto &Section : Asm) in ExecutePostLayoutBinding() local
824 for (const auto &Section : Sections) { in WriteObject() local
905 for (auto &Section : Sections) { in WriteObject() local
941 for (const auto &Section : Asm) { in WriteObject() local
1006 for (auto &Section : Sections) { in WriteObject() local
/external/google-breakpad/src/common/mac/
Dmacho_reader.h193 struct Section { struct
212 // Flags from SectionFlags describing the section's contents. argument
222 typedef map<string, Section> SectionMap; argument
/external/llvm/tools/llvm-readobj/
DWin64EHDumper.cpp116 const coff_section *Section, uint64_t Offset, in formatSymbol()
138 const coff_section *Section, in resolveRelocation()
161 const coff_section *Section, in printRuntimeFunctionEntry()
232 void Dumper::printUnwindInfo(const Context &Ctx, const coff_section *Section, in printUnwindInfo()
277 const coff_section *Section, in printRuntimeFunction()
301 for (const auto &Section : Ctx.COFF.sections()) { in printData() local
DCOFFDumper.cpp119 std::error_code COFFDumper::resolveSymbol(const coff_section *Section, in resolveSymbol()
137 std::error_code COFFDumper::resolveSymbolName(const coff_section *Section, in resolveSymbolName()
342 const coff_section *Section = Obj->getCOFFSection(S); in cacheRelocations() local
472 void COFFDumper::printCodeViewDebugInfo(const SectionRef &Section) { in printCodeViewDebugInfo()
638 const SectionRef &Section, in printCodeViewSymbolsSubsection()
726 const coff_section *Section = Obj->getCOFFSection(Sec); in printSections() local
781 for (const SectionRef &Section : Obj->sections()) { in printRelocations() local
805 void COFFDumper::printRelocation(const SectionRef &Section, in printRelocation()
846 const coff_section *Section) { in getSectionName()
866 const coff_section *Section; in printSymbol() local
[all …]
DARMWinEHPrinter.cpp188 for (const auto &Section : COFF.sections()) { in getSectionContaining() local
219 const SectionRef &Section, in getRelocatedSymbol()
517 const SectionRef &Section, in dumpXDataRecord()
590 const SectionRef Section, uint64_t Offset, in dumpUnpackedEntry()
644 ErrorOr<SectionRef> Section = in dumpUnpackedEntry() local
655 const SectionRef Section, uint64_t Offset, in dumpPackedEntry()
692 const SectionRef Section, unsigned Index, in dumpProcedureDataEntry()
706 const SectionRef Section) { in dumpProcedureData()
722 for (const auto &Section : COFF.sections()) { in dumpProcedureData() local
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOARM.h37 const SectionEntry &Section = Sections[RE.SectionID]; in decodeAddend() local
94 const SectionEntry &Section = Sections[RE.SectionID]; in resolveRelocation() local
161 const SectionRef &Section) { in finalizeSection()
177 SectionEntry &Section = Sections[RE.SectionID]; in processBranchRelocation() local
220 SectionEntry &Section = Sections[SectionID]; in processHALFSECTDIFFRelocation() local
DRuntimeDyldMachOX86_64.h71 const SectionEntry &Section = Sections[RE.SectionID]; in resolveRelocation() local
103 const SectionRef &Section) {} in finalizeSection()
108 SectionEntry &Section = Sections[RE.SectionID]; in processGOTRelocation() local
DRuntimeDyldMachOAArch64.h36 const SectionEntry &Section = Sections[RE.SectionID]; in decodeAddend() local
307 const SectionEntry &Section = Sections[RE.SectionID]; in resolveRelocation() local
365 const SectionRef &Section) {} in finalizeSection()
371 SectionEntry &Section = Sections[RE.SectionID]; in processGOTRelocation() local
DRuntimeDyldCOFFX86_64.h64 const SectionEntry &Section = Sections[RE.SectionID]; in resolveRelocation() local
141 SectionEntry &Section = Sections[SectionID]; in processRelocationRef() local
198 const SectionRef &Section = SectionPair.first; in finalizeLoad() local
DRuntimeDyldMachOI386.h86 const SectionEntry &Section = Sections[RE.SectionID]; in resolveRelocation() local
116 const SectionRef &Section) { in finalizeSection()
137 SectionEntry &Section = Sections[SectionID]; in processSECTDIFFRelocation() local
197 SectionEntry &Section = Sections[SectionID]; in processI386ScatteredVANILLA() local
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp223 void RuntimeDyldELF::resolveX86_64Relocation(const SectionEntry &Section, in resolveX86_64Relocation()
279 void RuntimeDyldELF::resolveX86Relocation(const SectionEntry &Section, in resolveX86Relocation()
310 void RuntimeDyldELF::resolveAArch64Relocation(const SectionEntry &Section, in resolveAArch64Relocation()
451 void RuntimeDyldELF::resolveARMRelocation(const SectionEntry &Section, in resolveARMRelocation()
523 void RuntimeDyldELF::resolveMIPSRelocation(const SectionEntry &Section, in resolveMIPSRelocation()
699 void RuntimeDyldELF::resolvePPC64Relocation(const SectionEntry &Section, in resolvePPC64Relocation()
790 void RuntimeDyldELF::resolveSystemZRelocation(const SectionEntry &Section, in resolveSystemZRelocation()
846 const SectionEntry &Section = Sections[RE.SectionID]; in resolveRelocation() local
851 void RuntimeDyldELF::resolveRelocation(const SectionEntry &Section, in resolveRelocation()
967 SectionEntry &Section = Sections[SectionID]; in processRelocationRef() local
[all …]
DRuntimeDyld.cpp269 static bool isRequiredForExecution(const SectionRef &Section) { in isRequiredForExecution()
291 static bool isReadOnlyData(const SectionRef &Section) { in isReadOnlyData()
309 static bool isZeroInit(const SectionRef &Section) { in isZeroInit()
339 const SectionRef &Section = *SI; in computeTotalAllocSize() local
410 const SectionRef &Section) { in computeSectionStubBufSize()
548 const SectionRef &Section, bool IsCode) { in emitSection()
634 const SectionRef &Section, in findOrEmitSection()
/external/llvm/tools/lli/
DRemoteMemoryManager.cpp99 Allocation &Section = UnmappedSections[i]; in notifyObjectLoaded() local
116 Allocation &Section = UnmappedSections[i]; in notifyObjectLoaded() local
157 const Allocation &Section = I->second; in finalizeMemory() local
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
DSection.java27 public abstract class Section { class
69 public Section(String name, DexFile file, int alignment) { in Section() method in Section
/external/llvm/lib/Object/
DELFYAML.cpp503 static void commonSectionMapping(IO &IO, ELFYAML::Section &Section) { in commonSectionMapping()
513 static void sectionMapping(IO &IO, ELFYAML::RawContentSection &Section) { in sectionMapping()
519 static void sectionMapping(IO &IO, ELFYAML::RelocationSection &Section) { in sectionMapping()
535 IO &IO, std::unique_ptr<ELFYAML::Section> &Section) { in mapping()
562 IO &io, std::unique_ptr<ELFYAML::Section> &Section) { in validate()
/external/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp291 for (const SectionRef &Section : Obj->sections()) { in DisassembleObject() local
297 for (const SectionRef &Section : Obj->sections()) { in DisassembleObject() local
450 for (const SectionRef &Section : Obj->sections()) { in PrintRelocations() local
483 for (const SectionRef &Section : Obj->sections()) { in PrintSectionHeaders() local
502 for (const SectionRef &Section : Obj->sections()) { in PrintSectionContents() local
616 section_iterator Section = o->section_end(); in PrintSymbolTable() local
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFCompileUnit.h19 DWARFCompileUnit(DWARFContext &Context, const DWARFSection &Section, in DWARFCompileUnit()
/external/llvm/include/llvm/MC/
DMCContext.h305 const MCSectionELF *getELFSection(StringRef Section, unsigned Type, in getELFSection()
310 const MCSectionELF *getELFSection(StringRef Section, unsigned Type, in getELFSection()
316 const MCSectionELF *getELFSection(StringRef Section, unsigned Type, in getELFSection()
322 const MCSectionELF *getELFSection(StringRef Section, unsigned Type, in getELFSection()
330 const MCSectionELF *getELFSection(StringRef Section, unsigned Type, in getELFSection()

12345