/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | DebugSubsectionVisitor.cpp | 55 DebugCrossModuleExportsSubsectionRef Section; in visitDebugSubsection() local 61 DebugCrossModuleImportsSubsectionRef Section; in visitDebugSubsection() local 67 DebugSymbolsSubsectionRef Section; in visitDebugSubsection() local 73 DebugStringTableSubsectionRef Section; in visitDebugSubsection() local 79 DebugFrameDataSubsectionRef Section; in visitDebugSubsection() local 85 DebugSymbolRVASubsectionRef Section; in visitDebugSubsection() local
|
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/wasm/ |
H A D | WasmObject.h | 22 struct Section { struct 25 uint8_t SectionType; argument 34 std::vector<Section> Sections; argument
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | SpecialCaseList.h | 135 struct Section { global() struct 136 SectionSection Section() argument 138 SectionMatcherSection global() argument 139 EntriesSection global() argument [all...] |
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/ |
H A D | COFFYAML.h | 80 struct Section { struct 83 yaml::BinaryRef SectionData; argument 87 std::optional<CodeViewYAML::DebugHSection> DebugH; argument 88 std::vector<SectionDataEntry> StructuredData; argument 92 Section(); argument
|
H A D | MachOYAML.h | 45 struct Section { struct 46 char sectname[16]; 47 char segname[16]; 48 llvm::yaml::Hex64 addr; 49 uint64_t size; 50 llvm::yaml::Hex32 offset; 51 uint32_t align; 52 llvm::yaml::Hex32 reloff; 53 uint32_t nreloc; 77 std::vector<Section> Sections; argument
|
H A D | XCOFFYAML.h | 72 struct Section { struct 73 StringRef SectionName; argument 82 std::optional<XCOFF::DwarfSectionSubtypeFlags> SectionSubtype; argument 83 yaml::BinaryRef SectionData; argument 84 std::vector<Relocation> Relocations;
|
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | ConstantPools.cpp | 80 ConstantPool *AssemblerConstantPools::getConstantPool(MCSection *Section) { in getConstantPool() 89 AssemblerConstantPools::getOrCreateConstantPool(MCSection *Section) { in getOrCreateConstantPool() 93 static void emitConstantPool(MCStreamer &Streamer, MCSection *Section, in emitConstantPool() 104 MCSection *Section = CPI.first; in emitAll() local 112 MCSection *Section = Streamer.getCurrentSectionOnly(); in emitForCurrentSection() local 118 MCSection *Section = Streamer.getCurrentSectionOnly(); in clearCacheForCurrentSection() local 126 MCSection *Section = Streamer.getCurrentSectionOnly(); in addEntry() local
|
H A D | WasmObjectWriter.cpp | 62 MCSectionWasm *Section; member 74 MCSection *Section; member 123 MCSectionWasm *Section; member 366 void WasmObjectWriter::startSection(SectionBookkeeping &Section, in startSection() argument 405 startCustomSection(SectionBookkeeping & Section,StringRef Name) startCustomSection() argument 427 endSection(SectionBookkeeping & Section) endSection() argument 682 const auto &Section = getProvisionalValue() local 826 SectionBookkeeping Section; writeTypeSection() local 852 SectionBookkeeping Section; writeImportSection() local 894 SectionBookkeeping Section; writeFunctionSection() local 908 SectionBookkeeping Section; writeTagSection() local 924 SectionBookkeeping Section; writeGlobalSection() local 965 SectionBookkeeping Section; writeTableSection() local 985 SectionBookkeeping Section; writeExportSection() local 1005 SectionBookkeeping Section; writeElemSection() local 1043 SectionBookkeeping Section; writeDataCountSection() local 1054 SectionBookkeeping Section; writeCodeSection() local 1079 SectionBookkeeping Section; writeDataSection() local 1126 SectionBookkeeping Section; writeRelocSection() local 1157 SectionBookkeeping Section; writeLinkingMetaDataSection() local 1240 SectionBookkeeping Section; writeCustomSection() local 1474 auto &Section = static_cast<MCSectionWasm &>(Sec); writeOneObject() local 1593 auto &Section = static_cast<MCSectionWasm &>(WS.getSection()); writeOneObject() local [all...] |
H A D | MCWasmStreamer.cpp | 46 const MCSectionWasm &Section = in emitLabel() local 57 const MCSectionWasm &Section = in emitLabelAtPos() local 71 void MCWasmStreamer::changeSection(MCSection *Section, uint32_t Subsection) { in changeSection() 250 void MCWasmStreamer::emitZerofill(MCSection *Section, MCSymbol *Symbol, in emitZerofill() 256 void MCWasmStreamer::emitTBSSSymbol(MCSection *Section, MCSymbol *Symbol, in emitTBSSSymbol()
|
H A D | WinCOFFObjectWriter.cpp | 80 COFFSection *Section = nullptr; member in __anon3870acaf0111::COFFSymbol 296 COFFSection *Section = createSection(MCSec.getName()); in defineSection() local 542 for (auto &Section : Sections) in writeSectionHeaders() local 548 for (auto &Section : Arr) { in writeSectionHeaders() local 710 static bool isAssociative(const COFFSection &Section) { in isAssociative() 717 auto Assign = [&](COFFSection &Section) { in assignSectionNumbers() 727 for (const std::unique_ptr<COFFSection> &Section : Sections) in assignSectionNumbers() local 730 for (const std::unique_ptr<COFFSection> &Section : Sections) in assignSectionNumbers() local 742 for (const auto &Section : Asm) { in assignFileOffsets() local 809 for (const auto &Section : Asm) { in executePostLayoutBinding() local [all …]
|
H A D | MCContext.cpp | 393 Symbol *MCContext::getOrCreateSectionSymbol(StringRef Section) { in getOrCreateSectionSymbol() 489 MCSectionMachO *MCContext::getMachOSection(StringRef Segment, StringRef Section, in getMachOSection() 521 MCSectionELF *MCContext::createELFSectionImpl(StringRef Section, unsigned Type, in createELFSectionImpl() 560 MCSectionELF *MCContext::getELFSection(const Twine &Section, unsigned Type, in getELFSection() 573 MCSectionELF *MCContext::getELFSection(const Twine &Section, unsigned Type, in getELFSection() 675 MCSectionGOFF *MCContext::getGOFFSection(StringRef Section, SectionKind Kind, in getGOFFSection() 693 MCSectionCOFF *MCContext::getCOFFSection(StringRef Section, in getCOFFSection() 728 MCSectionCOFF *MCContext::getCOFFSection(StringRef Section, in getCOFFSection() 752 MCSectionWasm *MCContext::getWasmSection(const Twine &Section, SectionKind K, in getWasmSection() 764 MCSectionWasm *MCContext::getWasmSection(const Twine &Section, SectionKind Kind, in getWasmSection() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/ |
H A D | MachOObject.h | 38 struct Section { struct 59 Section(StringRef SegName, StringRef SectName); argument 91 // Section describes only sections' metadata and where to find the argument 63 getTypeSection getType() argument 67 isVirtualSectionSection isVirtualSection() argument
|
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | WasmYAML.cpp | 46 static void commonSectionMapping(IO &IO, WasmYAML::Section &Section) { in commonSectionMapping() 52 static void sectionMapping(IO &IO, WasmYAML::DylinkSection &Section) { in sectionMapping() 64 static void sectionMapping(IO &IO, WasmYAML::NameSection &Section) { in sectionMapping() 72 static void sectionMapping(IO &IO, WasmYAML::LinkingSection &Section) { in sectionMapping() 82 static void sectionMapping(IO &IO, WasmYAML::ProducersSection &Section) { in sectionMapping() 90 static void sectionMapping(IO &IO, WasmYAML::TargetFeaturesSection &Section) { in sectionMapping() 96 static void sectionMapping(IO &IO, WasmYAML::CustomSection &Section) { in sectionMapping() 102 static void sectionMapping(IO &IO, WasmYAML::TypeSection &Section) { in sectionMapping() 107 static void sectionMapping(IO &IO, WasmYAML::ImportSection &Section) { in sectionMapping() 112 static void sectionMapping(IO &IO, WasmYAML::FunctionSection &Section) { in sectionMapping() [all …]
|
H A D | WasmEmitter.cpp | 163 WasmYAML::DylinkSection &Section) { in writeSectionContent() 186 WasmYAML::LinkingSection &Section) { in writeSectionContent() 271 WasmYAML::NameSection &Section) { in writeSectionContent() 315 WasmYAML::ProducersSection &Section) { in writeSectionContent() 337 WasmYAML::TargetFeaturesSection &Section) { in writeSectionContent() 347 WasmYAML::CustomSection &Section) { in writeSectionContent() 365 WasmYAML::TypeSection &Section) { in writeSectionContent() 385 WasmYAML::ImportSection &Section) { in writeSectionContent() 422 WasmYAML::FunctionSection &Section) { in writeSectionContent() 429 WasmYAML::ExportSection &Section) { in writeSectionContent() [all …]
|
H A D | ELFYAML.cpp | 1359 static void commonSectionMapping(IO &IO, ELFYAML::Section &Section) { in commonSectionMapping() 1386 static void sectionMapping(IO &IO, ELFYAML::DynamicSection &Section) { in sectionMapping() 1391 static void sectionMapping(IO &IO, ELFYAML::RawContentSection &Section) { in sectionMapping() 1407 static void sectionMapping(IO &IO, ELFYAML::BBAddrMapSection &Section) { in sectionMapping() 1414 static void sectionMapping(IO &IO, ELFYAML::StackSizesSection &Section) { in sectionMapping() 1419 static void sectionMapping(IO &IO, ELFYAML::HashSection &Section) { in sectionMapping() 1431 static void sectionMapping(IO &IO, ELFYAML::NoteSection &Section) { in sectionMapping() 1437 static void sectionMapping(IO &IO, ELFYAML::GnuHashSection &Section) { in sectionMapping() 1444 static void sectionMapping(IO &IO, ELFYAML::NoBitsSection &Section) { in sectionMapping() 1448 static void sectionMapping(IO &IO, ELFYAML::VerdefSection &Section) { in sectionMapping() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/COFF/ |
H A D | COFFObject.h | 35 struct Section { struct 36 object::coff_section Header; 37 std::vector<Relocation> Relocs; 38 StringRef Name; 39 ssize_t UniqueId; 40 size_t Index; 42 ArrayRef<uint8_t> getContents() const { in getContents() 48 void setContentsRef(ArrayRef<uint8_t> Data) { in setContentsRef() 53 void setOwnedContents(std::vector<uint8_t> &&Data) { in setOwnedContents() 59 void clearContents() { in clearContents() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
H A D | RuntimeDyldELFMips.cpp | 16 const SectionEntry &Section = Sections[RE.SectionID]; in resolveRelocation() local 33 const SectionEntry &Section = Sections[RE.SectionID]; in evaluateRelocation() local 44 const SectionEntry &Section = Sections[RE.SectionID]; in applyRelocation() local 53 RuntimeDyldELFMips::evaluateMIPS32Relocation(const SectionEntry &Section, in evaluateMIPS32Relocation() 109 const SectionEntry &Section, uint64_t Offset, uint64_t Value, uint32_t Type, in evaluateMIPS64Relocation() 266 const SectionEntry &Section, uint64_t Offset, uint64_t Value, uint32_t Type, in resolveMIPSN32Relocation() 275 const SectionEntry &Section, uint64_t Offset, uint64_t Value, uint32_t Type, in resolveMIPSN64Relocation() 303 void RuntimeDyldELFMips::resolveMIPSO32Relocation(const SectionEntry &Section, in resolveMIPSO32Relocation()
|
H A D | RuntimeDyldCOFFX86_64.h | 38 for (const SectionEntry &Section : Sections) in getImageBase() local 88 const SectionEntry &Section = Sections[RE.SectionID]; in resolveRelocation() local 148 SectionEntry &Section = Sections[SectionID]; generateRelocationStub() local 211 SectionEntry &Section = Sections[SectionID]; processRelocationRef() local 296 const object::SectionRef &Section = SectionPair.first; finalizeLoad() local [all...] |
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/XCOFF/ |
H A D | XCOFFObject.h | 23 struct Section { struct 24 XCOFFSectionHeader32 SectionHeader; argument 39 std::vector<Section> Sections; argument
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
H A D | Win64EHDumper.cpp | 160 const coff_section *Section, uint64_t Offset, in formatSymbol() argument 206 const coff_section *Section, in resolveRelocation() argument 229 for (const auto &Section : COFF.sections()) { in getSectionContaining() local 242 const coff_section *Section, in printRuntimeFunctionEntry() argument 314 printUnwindInfo(const Context & Ctx,const coff_section * Section,off_t Offset,const UnwindInfo & UI) printUnwindInfo() argument 359 printRuntimeFunction(const Context & Ctx,const coff_section * Section,uint64_t SectionOffset,const RuntimeFunction & RF) printRuntimeFunction() argument 393 for (const auto &Section : Ctx.COFF.sections()) { printData() local [all...] |
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
H A D | DebugLineSectionEmitter.h | 101 SectionDescriptor &Section) { in emitLineTablePrologue() 128 SectionDescriptor &Section) { in emitLineTablePrologueV2IncludeAndFileTable() 170 SectionDescriptor &Section) { in emitLineTablePrologueV5IncludeAndFileTable() 269 SectionDescriptor &Section) { in emitLineTableProloguePayload() 296 SectionDescriptor &Section) { in emitLineTableRows()
|
/freebsd/sys/contrib/zstd/doc/ |
H A D | zstd_compression_format.md | 445 ### `Literals_Section_Header` 553 ### `Huffman_Tree_Description` 561 ### Jump Table 621 #### `Sequences_Section_Header` 678 #### The codes for literals lengths, match lengths, and offsets. 765 #### Decoding Sequences 835 #### Default Distributions
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/ |
H A D | PDBSymbolData.cpp | 26 if (auto Section = RawSymbol->getAddressSection()) in getLineNumbers() local 48 while (auto Section = SecContribs->getNext()) { in getCompilandId() local
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyldELF.cpp | 259 void RuntimeDyldELF::resolveX86_64Relocation(const SectionEntry &Section, in resolveX86_64Relocation() 337 for (const auto &Section : Sections) { in resolveX86_64Relocation() local 377 void RuntimeDyldELF::resolveX86Relocation(const SectionEntry &Section, in resolveX86Relocation() 405 void RuntimeDyldELF::resolveAArch64Relocation(const SectionEntry &Section, in resolveAArch64Relocation() 591 void RuntimeDyldELF::resolveARMRelocation(const SectionEntry &Section, in resolveARMRelocation() 678 for (auto &Section : Obj.sections()) { in findPPC64TOCSection() local 815 void RuntimeDyldELF::resolvePPC32Relocation(const SectionEntry &Section, in resolvePPC32Relocation() 835 void RuntimeDyldELF::resolvePPC64Relocation(const SectionEntry &Section, in resolvePPC64Relocation() 929 void RuntimeDyldELF::resolveSystemZRelocation(const SectionEntry &Section, in resolveSystemZRelocation() 983 void RuntimeDyldELF::resolveBPFRelocation(const SectionEntry &Section, in resolveBPFRelocation() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/MCTargetDesc/ |
H A D | NVPTXTargetStreamer.cpp | 46 const MCSection *Section) { in isDwarfSection() 86 MCSection *Section, uint32_t SubSection, in changeSection()
|