Searched refs:SectionHeader (Results 1 – 9 of 9) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/wasm/ |
| H A D | Writer.h | 26 using SectionHeader = SmallVector<char, 8>; 29 std::vector<SectionHeader> SectionHeaders; 40 static SectionHeader createSectionHeader(const Section &S,
|
| H A D | Writer.cpp | 23 Writer::SectionHeader Writer::createSectionHeader(const Section &S, in createSectionHeader() 25 SectionHeader Header; in createSectionHeader()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ObjectYAML/ |
| H A D | ELFYAML.h | 132 struct SectionHeader { struct 297 Optional<std::vector<SectionHeader>> Sections; 298 Optional<std::vector<SectionHeader>> Excluded; 740 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::ELFYAML::SectionHeader) in LLVM_YAML_IS_SEQUENCE_VECTOR() 876 template <> struct MappingTraits<ELFYAML::SectionHeader> { in LLVM_YAML_IS_SEQUENCE_VECTOR() 877 static void mapping(IO &IO, ELFYAML::SectionHeader &SHdr); in LLVM_YAML_IS_SEQUENCE_VECTOR()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | DebugObjectManagerPlugin.cpp | 249 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()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
| H A D | LinePrinter.h | 148 SectionHeader, enumerator
|
| H A D | llvm-pdbutil.cpp | 1110 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 D | LinePrinter.cpp | 326 case PDB_ColorItem::SectionHeader: in applyColor()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | ELFEmitter.cpp | 1794 auto AddSection = [&](const ELFYAML::SectionHeader &Hdr) { in buildSectionHeaderReorderMap() 1802 for (const ELFYAML::SectionHeader &Hdr : *SectionHeaders.Sections) in buildSectionHeaderReorderMap() 1806 for (const ELFYAML::SectionHeader &Hdr : *SectionHeaders.Excluded) in buildSectionHeaderReorderMap() 1838 for (const ELFYAML::SectionHeader &Hdr : *SectionHeaders.Excluded) in buildSectionIndex()
|
| H A D | ELFYAML.cpp | 996 void MappingTraits<ELFYAML::SectionHeader>::mapping( in mapping() 997 IO &IO, ELFYAML::SectionHeader &SHdr) { in mapping()
|