Home
last modified time | relevance | path

Searched refs:SectionHeader (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/wasm/
H A DWriter.h26 using SectionHeader = SmallVector<char, 8>;
29 std::vector<SectionHeader> SectionHeaders;
40 static SectionHeader createSectionHeader(const Section &S,
H A DWriter.cpp23 Writer::SectionHeader Writer::createSectionHeader(const Section &S, in createSectionHeader()
25 SectionHeader Header; in createSectionHeader()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h131 struct SectionHeader { struct
296 Optional<std::vector<SectionHeader>> Sections;
297 Optional<std::vector<SectionHeader>> Excluded;
743 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::ELFYAML::SectionHeader) in LLVM_YAML_IS_SEQUENCE_VECTOR()
879 template <> struct MappingTraits<ELFYAML::SectionHeader> { in LLVM_YAML_IS_SEQUENCE_VECTOR()
880 static void mapping(IO &IO, ELFYAML::SectionHeader &SHdr); in LLVM_YAML_IS_SEQUENCE_VECTOR()
/netbsd-src/sys/arch/powerpc/stand/mkbootimage/
H A Dpef.h54 struct SectionHeader struct
H A Dmkbootimage.c602 struct SectionHeader textHdr, dataHdr, ldrHdr; in bebox_write_header()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DDebugObjectManagerPlugin.cpp249 using SectionHeader = typename ELFT::Shdr; in CreateArchType() typedef
266 Expected<ArrayRef<SectionHeader>> Sections = ObjRef->sections(); in CreateArchType()
271 for (const SectionHeader &Header : *Sections) { in CreateArchType()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp1110 WithColor(Printer, PDB_ColorItem::SectionHeader).get() in dumpPretty()
1186 WithColor(Printer, PDB_ColorItem::SectionHeader).get() in dumpPretty()
1206 WithColor(Printer, PDB_ColorItem::SectionHeader).get() << "---TYPES---"; in dumpPretty()
1215 WithColor(Printer, PDB_ColorItem::SectionHeader).get() << "---SYMBOLS---"; in dumpPretty()
1227 WithColor(Printer, PDB_ColorItem::SectionHeader).get() << "---GLOBALS---"; in dumpPretty()
1276 WithColor(Printer, PDB_ColorItem::SectionHeader).get() << "---EXTERNALS---"; in dumpPretty()
1286 WithColor(Printer, PDB_ColorItem::SectionHeader).get() in dumpPretty()
H A DLinePrinter.h148 SectionHeader, enumerator
H A DLinePrinter.cpp326 case PDB_ColorItem::SectionHeader: in applyColor()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp1758 auto AddSection = [&](const ELFYAML::SectionHeader &Hdr) { in buildSectionHeaderReorderMap()
1766 for (const ELFYAML::SectionHeader &Hdr : *SectionHeaders.Sections) in buildSectionHeaderReorderMap()
1770 for (const ELFYAML::SectionHeader &Hdr : *SectionHeaders.Excluded) in buildSectionHeaderReorderMap()
1802 for (const ELFYAML::SectionHeader &Hdr : *SectionHeaders.Excluded) in buildSectionIndex()
H A DELFYAML.cpp993 void MappingTraits<ELFYAML::SectionHeader>::mapping( in mapping()
994 IO &IO, ELFYAML::SectionHeader &SHdr) { in mapping()