Home
last modified time | relevance | path

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

12345678

/external/skqp/src/sksl/ir/
DSkSLSection.h18 struct Section : public ProgramElement { struct
19 Section(int offset, String name, String arg, String text) in Section() argument
25 String description() const override { in description()
34 const String fName;
35 const String fArgument;
36 const String fText;
38 typedef ProgramElement INHERITED;
/external/skia/src/sksl/ir/
DSkSLSection.h18 struct Section : public ProgramElement { struct
19 Section(int offset, String name, String arg, String text) in Section() function
25 String description() const override { in description()
34 const String fName;
35 const String fArgument;
36 const String fText;
38 typedef ProgramElement INHERITED;
/external/llvm/lib/MC/
DConstantPools.cpp50 ConstantPool *AssemblerConstantPools::getConstantPool(MCSection *Section) { in getConstantPool()
59 AssemblerConstantPools::getOrCreateConstantPool(MCSection *Section) { in getOrCreateConstantPool()
63 static void emitConstantPool(MCStreamer &Streamer, MCSection *Section, in emitConstantPool()
74 MCSection *Section = CPI.first; in emitAll() local
82 MCSection *Section = Streamer.getCurrentSection().first; in emitForCurrentSection() local
91 MCSection *Section = Streamer.getCurrentSection().first; in addEntry() local
DMCContext.cpp127 MCSymbolELF *MCContext::getOrCreateSectionSymbol(const MCSectionELF &Section) { in getOrCreateSectionSymbol()
267 MCSectionMachO *MCContext::getMachOSection(StringRef Segment, StringRef Section, in getMachOSection()
296 void MCContext::renameELFSection(MCSectionELF *Section, StringRef Name) { in renameELFSection()
333 MCSectionELF *MCContext::getELFSection(const Twine &Section, unsigned Type, in getELFSection()
345 MCSectionELF *MCContext::getELFSection(const Twine &Section, unsigned Type, in getELFSection()
387 MCSectionCOFF *MCContext::getCOFFSection(StringRef Section, in getCOFFSection()
419 MCSectionCOFF *MCContext::getCOFFSection(StringRef Section, in getCOFFSection()
427 MCSectionCOFF *MCContext::getCOFFSection(StringRef Section) { in getCOFFSection()
DMCELFStreamer.cpp104 const MCSectionELF &Section = in EmitLabel() local
130 MCSection *Section) { in setSectionAlignmentForBundling()
136 void MCELFStreamer::ChangeSection(MCSection *Section, in ChangeSection()
308 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()
/external/swiftshader/src/Common/
DConfigurator.hpp55 struct Section struct in sw::Configurator
57 std::vector<std::string> names;
58 std::vector<std::string> values;
/external/llvm/include/llvm/ObjectYAML/
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
DMachOYAML.h25 struct Section { struct
26 char sectname[16];
27 char segname[16];
28 llvm::yaml::Hex64 addr;
29 uint64_t size;
30 llvm::yaml::Hex32 offset;
54 std::vector<Section> Sections; argument
136 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::MachOYAML::Section) in LLVM_YAML_IS_SEQUENCE_VECTOR()
DCOFFYAML.h55 struct Section { struct
58 yaml::BinaryRef SectionData; argument
61 Section(); argument
/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()
142 const coff_section *Section, in resolveRelocation()
166 const coff_section *Section, in printRuntimeFunctionEntry()
237 void Dumper::printUnwindInfo(const Context &Ctx, const coff_section *Section, in printUnwindInfo()
282 const coff_section *Section, in printRuntimeFunction()
306 for (const auto &Section : Ctx.COFF.sections()) { in printData() local
DCOFFDumper.cpp204 std::error_code COFFDumper::resolveSymbol(const coff_section *Section, in resolveSymbol()
225 std::error_code COFFDumper::resolveSymbolName(const coff_section *Section, in resolveSymbolName()
240 std::error_code COFFDumper::resolveSymbolName(const coff_section *Section, in resolveSymbolName()
278 const coff_section *Section = Obj->getCOFFSection(Sec); in printBinaryBlockWithRelocs() local
535 const coff_section *Section = Obj->getCOFFSection(S); in cacheRelocations() local
741 const SectionRef &Section) { in printCodeViewSymbolSection()
948 const SectionRef &Section, in printCodeViewSymbolsSubsection()
1080 const SectionRef &Section) { in printCodeViewTypeSection()
1106 const coff_section *Section = Obj->getCOFFSection(Sec); in printSections() local
1156 for (const SectionRef &Section : Obj->sections()) { in printRelocations() local
[all …]
/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/swiftshader/third_party/LLVM/include/llvm/MC/
DMCAsmBackend.h67 virtual bool doesSectionRequireSymbols(const MCSection &Section) const { in doesSectionRequireSymbols()
75 virtual bool isSectionAtomizable(const MCSection &Section) const { in isSectionAtomizable()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOARM.h38 const SectionEntry &Section = Sections[RE.SectionID]; in decodeAddend() local
117 const SectionEntry &Section = Sections[RE.SectionID]; in resolveRelocation() local
175 const SectionRef &Section) { in finalizeSection()
192 SectionEntry &Section = Sections[RE.SectionID]; in processBranchRelocation() local
235 SectionEntry &Section = Sections[SectionID]; in processHALFSECTDIFFRelocation() local
DRuntimeDyldCOFFX86_64.h64 const SectionEntry &Section = Sections[RE.SectionID]; in resolveRelocation() local
131 SectionEntry &Section = Sections[SectionID]; in processRelocationRef() local
204 const SectionRef &Section = SectionPair.first; in finalizeLoad() local
DRuntimeDyldMachOAArch64.h36 const SectionEntry &Section = Sections[RE.SectionID]; in decodeAddend() local
314 const SectionEntry &Section = Sections[RE.SectionID]; in resolveRelocation() local
380 const SectionRef &Section) { in finalizeSection()
388 SectionEntry &Section = Sections[RE.SectionID]; in processGOTRelocation() 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
927 void RuntimeDyldELF::resolvePPC32Relocation(const SectionEntry &Section, in resolvePPC32Relocation()
947 void RuntimeDyldELF::resolvePPC64Relocation(const SectionEntry &Section, in resolvePPC64Relocation()
[all …]
/external/swiftshader/third_party/LLVM/lib/MC/
DELFObjectWriter.cpp300 const MCSectionELF &Section = in WriteSymbolTable() local
355 const MCSectionELF &Section = in SymbolToReloc() local
532 const MCSectionELF &Section = in ComputeIndexMap() local
541 const MCSectionELF &Section = in ComputeIndexMap() local
616 const MCSectionELF &Section = in ComputeSymbolTable() local
684 const MCSectionELF &Section = in CreateRelocationSections() local
712 const MCSectionELF &Section = in WriteRelocations() local
861 const MCSectionELF &Section = in CreateMetadataSections() local
875 const MCSectionELF &Section = *Sections[I]; in CreateMetadataSections() local
913 const MCSectionELF &Section = in CreateIndexedSections() local
[all …]
DMCContext.cpp156 getMachOSection(StringRef Segment, StringRef Section, in getMachOSection()
185 getELFSection(StringRef Section, unsigned Type, unsigned Flags, in getELFSection()
191 getELFSection(StringRef Section, unsigned Type, unsigned Flags, in getELFSection()
223 const MCSection *MCContext::getCOFFSection(StringRef Section, in getCOFFSection()
DMCELFStreamer.cpp46 const MCSectionELF &Section = in EmitLabel() local
84 void MCELFStreamer::ChangeSection(const MCSection *Section) { in ChangeSection()
207 const MCSection *Section = getAssembler().getContext().getELFSection(".bss", in EmitCommonSymbol() local
362 const MCSection &Section = Symbol.getSection(); in Finish() local
/external/swiftshader/third_party/LLVM/include/llvm/Object/
DMachOFormat.h235 struct Section { struct
248 struct Section64 { argument
/external/swiftshader/third_party/LLVM/tools/llvm-objdump/
DMachODump.cpp88 struct Section { struct
105 static Section copySection(const T &Sect) { in copySection() argument
/external/llvm/lib/ObjectYAML/
DELFYAML.cpp674 static void commonSectionMapping(IO &IO, ELFYAML::Section &Section) { in commonSectionMapping()
684 static void sectionMapping(IO &IO, ELFYAML::RawContentSection &Section) { in sectionMapping()
690 static void sectionMapping(IO &IO, ELFYAML::NoBitsSection &Section) { in sectionMapping()
695 static void sectionMapping(IO &IO, ELFYAML::RelocationSection &Section) { in sectionMapping()
710 static void sectionMapping(IO &IO, ELFYAML::MipsABIFlags &Section) { in sectionMapping()
731 IO &IO, std::unique_ptr<ELFYAML::Section> &Section) { in mapping()
768 IO &io, std::unique_ptr<ELFYAML::Section> &Section) { in validate()

12345678