Home
last modified time | relevance | path

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

12345

/external/llvm/lib/MC/
DConstantPools.cpp51 ConstantPool *AssemblerConstantPools::getConstantPool(MCSection *Section) { in getConstantPool()
60 AssemblerConstantPools::getOrCreateConstantPool(MCSection *Section) { in getOrCreateConstantPool()
64 static void emitConstantPool(MCStreamer &Streamer, MCSection *Section, in emitConstantPool()
77 MCSection *Section = CPI->first; in emitAll() local
85 MCSection *Section = Streamer.getCurrentSection().first; in emitForCurrentSection() local
94 MCSection *Section = Streamer.getCurrentSection().first; in addEntry() local
DMCContext.cpp123 MCSymbolELF *MCContext::getOrCreateSectionSymbol(const MCSectionELF &Section) { in getOrCreateSectionSymbol()
270 MCSectionMachO *MCContext::getMachOSection(StringRef Segment, StringRef Section, in getMachOSection()
299 void MCContext::renameELFSection(MCSectionELF *Section, StringRef Name) { in renameELFSection()
328 MCSectionELF *MCContext::getELFSection(StringRef Section, unsigned Type, in getELFSection()
340 MCSectionELF *MCContext::getELFSection(StringRef Section, unsigned Type, in getELFSection()
382 MCSectionCOFF *MCContext::getCOFFSection(StringRef Section, in getCOFFSection()
412 MCSectionCOFF *MCContext::getCOFFSection(StringRef Section, in getCOFFSection()
419 MCSectionCOFF *MCContext::getCOFFSection(StringRef Section) { in getCOFFSection()
DMCELFStreamer.cpp103 const MCSectionELF &Section = in EmitLabel() local
129 MCSection *Section) { in setSectionAlignmentForBundling()
135 void MCELFStreamer::ChangeSection(MCSection *Section, in ChangeSection()
304 MCSection &Section = *getAssembler().getContext().getELFSection( in EmitCommonSymbol() local
666 void MCELFStreamer::EmitZerofill(MCSection *Section, MCSymbol *Symbol, in EmitZerofill()
671 void MCELFStreamer::EmitTBSSSymbol(MCSection *Section, MCSymbol *Symbol, in EmitTBSSSymbol()
DWinCOFFObjectWriter.cpp74 COFFSection *Section; member in __anonc9cc57dd0111::COFFSymbol
609 for (const auto &Section : Asm) in executePostLayoutBinding() local
667 MCSection *Section = Fragment->getParent(); in recordRelocation() local
808 for (const auto &Section : Sections) { in writeObject() local
883 for (auto &Section : Sections) { in writeObject() local
917 for (const auto &Section : Asm) { in writeObject() local
997 for (auto &Section : Sections) { in writeObject() local
DWinCOFFStreamer.cpp248 MCSection *Section = getContext().getObjectFileInfo()->getBSSSection(); in EmitLocalCommonSymbol() local
265 void MCWinCOFFStreamer::EmitZerofill(MCSection *Section, MCSymbol *Symbol, in EmitZerofill()
270 void MCWinCOFFStreamer::EmitTBSSSymbol(MCSection *Section, MCSymbol *Symbol, in EmitTBSSSymbol()
DMachObjectWriter.cpp202 const MCSectionMachO &Section = cast<MCSectionMachO>(Sec); in writeSection() local
454 const MCSectionMachO &Section = cast<MCSectionMachO>(*it->Section); in bindIndirectSymbols() local
469 const MCSectionMachO &Section = cast<MCSectionMachO>(*it->Section); in bindIndirectSymbols() local
484 const MCSectionMachO &Section = cast<MCSectionMachO>(*it->Section); in bindIndirectSymbols() local
589 for (const MCSection &Section : Asm) { in computeSymbolTable() local
798 for (const MCSection &Section : Asm) { in writeObject() local
951 const MCSectionMachO &Section = in writeObject() local
/external/llvm/include/llvm/Object/
DELFYAML.h72 StringRef Section; member
87 struct Section { struct
88 enum class SectionKind { argument
95 SectionKind Kind; argument
103 Section(SectionKind Kind) : Kind(Kind) {} in Section() argument
DCOFFYAML.h55 struct Section { struct
58 yaml::BinaryRef SectionData; argument
61 Section(); argument
DELF.h436 const T *ELFFile<ELFT>::getEntry(uint32_t Section, uint32_t Entry) const { in getEntry()
445 const T *ELFFile<ELFT>::getEntry(const Elf_Shdr *Section, in getEntry()
465 ELFFile<ELFT>::getStringTable(const Elf_Shdr *Section) const { in getStringTable()
480 ELFFile<ELFT>::getSHNDXTable(const Elf_Shdr &Section) const { in getSHNDXTable()
516 ELFFile<ELFT>::getSectionName(const Elf_Shdr *Section) const { in getSectionName()
/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()
160 const coff_section *Section, in printRuntimeFunctionEntry()
231 void Dumper::printUnwindInfo(const Context &Ctx, const coff_section *Section, in printUnwindInfo()
276 const coff_section *Section, in printRuntimeFunction()
300 for (const auto &Section : Ctx.COFF.sections()) { in printData() local
DCOFFDumper.cpp121 std::error_code COFFDumper::resolveSymbol(const coff_section *Section, in resolveSymbol()
138 std::error_code COFFDumper::resolveSymbolName(const coff_section *Section, in resolveSymbolName()
350 const coff_section *Section = Obj->getCOFFSection(S); in cacheRelocations() local
487 void COFFDumper::printCodeViewSection(const SectionRef &Section) { in printCodeViewSection()
666 const SectionRef &Section, in printCodeViewSymbolsSubsection()
753 const coff_section *Section = Obj->getCOFFSection(Sec); in printSections() local
803 for (const SectionRef &Section : Obj->sections()) { in printRelocations() local
826 void COFFDumper::printRelocation(const SectionRef &Section, in printRelocation()
865 const coff_section *Section) { in getSectionName()
885 const coff_section *Section; in printSymbol() local
[all …]
DARMWinEHPrinter.cpp188 for (const auto &Section : COFF.sections()) { in getSectionContaining() local
214 const SectionRef &Section, in getRelocatedSymbol()
510 const SectionRef &Section, in dumpXDataRecord()
583 const SectionRef Section, uint64_t Offset, in dumpUnpackedEntry()
647 ErrorOr<SectionRef> Section = in dumpUnpackedEntry() local
658 const SectionRef Section, uint64_t Offset, in dumpPackedEntry()
699 const SectionRef Section, unsigned Index, in dumpProcedureDataEntry()
713 const SectionRef Section) { in dumpProcedureData()
729 for (const auto &Section : COFF.sections()) { in dumpProcedureData() local
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFCompileUnit.h19 DWARFCompileUnit(DWARFContext &Context, const DWARFSection &Section, in DWARFCompileUnit()
27 static const DWARFSectionKind Section = DW_SECT_INFO; variable
DDWARFTypeUnit.h22 DWARFTypeUnit(DWARFContext &Context, const DWARFSection &Section, in DWARFTypeUnit()
33 static const DWARFSectionKind Section = DW_SECT_TYPES; variable
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOARM.h37 const SectionEntry &Section = Sections[RE.SectionID]; in decodeAddend() local
96 const SectionEntry &Section = Sections[RE.SectionID]; in resolveRelocation() local
163 const SectionRef &Section) { in finalizeSection()
179 SectionEntry &Section = Sections[RE.SectionID]; in processBranchRelocation() local
222 SectionEntry &Section = Sections[SectionID]; in processHALFSECTDIFFRelocation() local
DRuntimeDyldMachOAArch64.h36 const SectionEntry &Section = Sections[RE.SectionID]; in decodeAddend() local
306 const SectionEntry &Section = Sections[RE.SectionID]; in resolveRelocation() local
364 const SectionRef &Section) {} in finalizeSection()
370 SectionEntry &Section = Sections[RE.SectionID]; in processGOTRelocation() local
DRuntimeDyldCOFFX86_64.h64 const SectionEntry &Section = Sections[RE.SectionID]; in resolveRelocation() local
127 SectionEntry &Section = Sections[SectionID]; in processRelocationRef() local
196 const SectionRef &Section = SectionPair.first; in finalizeLoad() local
DRuntimeDyldMachOX86_64.h75 const SectionEntry &Section = Sections[RE.SectionID]; in resolveRelocation() local
115 const SectionRef &Section) {} in finalizeSection()
120 SectionEntry &Section = Sections[RE.SectionID]; in processGOTRelocation() local
DRuntimeDyldCOFFI386.h51 auto Section = *Symbol->getSection(); in processRelocationRef() local
107 const auto Section = Sections[RE.SectionID]; in resolveRelocation() local
DRuntimeDyldMachOI386.h85 const SectionEntry &Section = Sections[RE.SectionID]; in resolveRelocation() local
115 const SectionRef &Section) { in finalizeSection()
136 SectionEntry &Section = Sections[SectionID]; in processSECTDIFFRelocation() local
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp226 void RuntimeDyldELF::resolveX86_64Relocation(const SectionEntry &Section, in resolveX86_64Relocation()
281 void RuntimeDyldELF::resolveX86Relocation(const SectionEntry &Section, in resolveX86Relocation()
306 void RuntimeDyldELF::resolveAArch64Relocation(const SectionEntry &Section, in resolveAArch64Relocation()
445 void RuntimeDyldELF::resolveARMRelocation(const SectionEntry &Section, in resolveARMRelocation()
496 void RuntimeDyldELF::resolveMIPSRelocation(const SectionEntry &Section, in resolveMIPSRelocation()
599 void RuntimeDyldELF::resolveMIPS64Relocation(const SectionEntry &Section, in resolveMIPS64Relocation()
631 RuntimeDyldELF::evaluateMIPS64Relocation(const SectionEntry &Section, in evaluateMIPS64Relocation()
797 for (auto &Section: Obj.sections()) { in findPPC64TOCSection() local
908 void RuntimeDyldELF::resolvePPC32Relocation(const SectionEntry &Section, in resolvePPC32Relocation()
928 void RuntimeDyldELF::resolvePPC64Relocation(const SectionEntry &Section, in resolvePPC64Relocation()
[all …]
/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/llvm/lib/Object/
DELFYAML.cpp647 static void commonSectionMapping(IO &IO, ELFYAML::Section &Section) { in commonSectionMapping()
657 static void sectionMapping(IO &IO, ELFYAML::RawContentSection &Section) { in sectionMapping()
663 static void sectionMapping(IO &IO, ELFYAML::NoBitsSection &Section) { in sectionMapping()
668 static void sectionMapping(IO &IO, ELFYAML::RelocationSection &Section) { in sectionMapping()
683 static void sectionMapping(IO &IO, ELFYAML::MipsABIFlags &Section) { in sectionMapping()
704 IO &IO, std::unique_ptr<ELFYAML::Section> &Section) { in mapping()
741 IO &io, std::unique_ptr<ELFYAML::Section> &Section) { in validate()
/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

12345