/external/llvm-project/lld/lib/ReaderWriter/MachO/ |
D | MachONormalizedFileFromAtoms.cpp | 90 struct SegmentInfo { struct 91 SegmentInfo(StringRef name); 102 SegmentInfo::SegmentInfo(StringRef n) in SegmentInfo() function in __anon2e8aa0f30111::SegmentInfo 159 SegmentInfo *segmentForName(StringRef segName); 160 void layoutSectionsInSegment(SegmentInfo *seg, uint64_t &addr); 161 void layoutSectionsInTextSegment(size_t, SegmentInfo *, uint64_t &); 183 bool operator()(const SegmentInfo *left, const SegmentInfo *right); 184 static unsigned weight(const SegmentInfo *); 195 std::vector<SegmentInfo*> _segmentInfos; 222 for (SegmentInfo *sgi : _segmentInfos) { in ~Util() [all …]
|
/external/ImageMagick/MagickCore/ |
D | draw.h | 155 SegmentInfo 296 SegmentInfo 380 SegmentInfo
|
D | visual-effects.h | 69 PlasmaImage(Image *,const SegmentInfo *,size_t,size_t,ExceptionInfo *),
|
/external/libvpx/libwebm/mkvparser/ |
D | mkvparser.h | 798 class SegmentInfo { 799 SegmentInfo(const SegmentInfo&); 800 SegmentInfo& operator=(const SegmentInfo&); 809 SegmentInfo(Segment*, long long start, long long size, 812 ~SegmentInfo(); 1089 const SegmentInfo* GetInfo() const; 1114 SegmentInfo* m_pInfo;
|
/external/libaom/libaom/third_party/libwebm/mkvparser/ |
D | mkvparser.h | 798 class SegmentInfo { 799 SegmentInfo(const SegmentInfo&); 800 SegmentInfo& operator=(const SegmentInfo&); 809 SegmentInfo(Segment*, long long start, long long size, 812 ~SegmentInfo(); 1089 const SegmentInfo* GetInfo() const; 1114 SegmentInfo* m_pInfo;
|
/external/libwebm/mkvparser/ |
D | mkvparser.h | 798 class SegmentInfo { 799 SegmentInfo(const SegmentInfo&); 800 SegmentInfo& operator=(const SegmentInfo&); 809 SegmentInfo(Segment*, long long start, long long size, 812 ~SegmentInfo(); 1089 const SegmentInfo* GetInfo() const; 1114 SegmentInfo* m_pInfo;
|
/external/libvpx/libvpx/third_party/libwebm/mkvparser/ |
D | mkvparser.h | 798 class SegmentInfo { 799 SegmentInfo(const SegmentInfo&); 800 SegmentInfo& operator=(const SegmentInfo&); 809 SegmentInfo(Segment*, long long start, long long size, 812 ~SegmentInfo(); 1089 const SegmentInfo* GetInfo() const; 1114 SegmentInfo* m_pInfo;
|
/external/llvm-project/llvm/tools/obj2yaml/ |
D | wasm2yaml.cpp | 97 WasmYAML::SegmentInfo SegmentInfo; in dumpCustomSection() local 98 SegmentInfo.Name = Segment.Data.Name; in dumpCustomSection() 99 SegmentInfo.Index = SegmentIndex; in dumpCustomSection() 100 SegmentInfo.Alignment = Segment.Data.Alignment; in dumpCustomSection() 101 SegmentInfo.Flags = Segment.Data.LinkerFlags; in dumpCustomSection() 102 LinkingSec->SegmentInfos.push_back(SegmentInfo); in dumpCustomSection()
|
/external/llvm-project/llvm/include/llvm/ObjectYAML/ |
D | WasmYAML.h | 140 struct SegmentInfo { struct 237 std::vector<SegmentInfo> SegmentInfos; 420 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::WasmYAML::SegmentInfo) in LLVM_YAML_IS_SEQUENCE_VECTOR() 510 template <> struct MappingTraits<WasmYAML::SegmentInfo> { in LLVM_YAML_IS_SEQUENCE_VECTOR() 511 static void mapping(IO &IO, WasmYAML::SegmentInfo &SegmentInfo); in LLVM_YAML_IS_SEQUENCE_VECTOR()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/ |
D | WasmYAML.h | 137 struct SegmentInfo { struct 233 std::vector<SegmentInfo> SegmentInfos; 416 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::WasmYAML::SegmentInfo) in LLVM_YAML_IS_SEQUENCE_VECTOR() 506 template <> struct MappingTraits<WasmYAML::SegmentInfo> { in LLVM_YAML_IS_SEQUENCE_VECTOR() 507 static void mapping(IO &IO, WasmYAML::SegmentInfo &SegmentInfo); in LLVM_YAML_IS_SEQUENCE_VECTOR()
|
/external/llvm-project/llvm/lib/ObjectYAML/ |
D | WasmYAML.cpp | 351 void MappingTraits<WasmYAML::SegmentInfo>::mapping( in mapping() 352 IO &IO, WasmYAML::SegmentInfo &SegmentInfo) { in mapping() argument 353 IO.mapRequired("Index", SegmentInfo.Index); in mapping() 354 IO.mapRequired("Name", SegmentInfo.Name); in mapping() 355 IO.mapRequired("Alignment", SegmentInfo.Alignment); in mapping() 356 IO.mapRequired("Flags", SegmentInfo.Flags); in mapping()
|
D | WasmEmitter.cpp | 221 for (const WasmYAML::SegmentInfo &SegmentInfo : Section.SegmentInfos) { in writeSectionContent() local 222 writeStringRef(SegmentInfo.Name, SubSection.getStream()); in writeSectionContent() 223 encodeULEB128(SegmentInfo.Alignment, SubSection.getStream()); in writeSectionContent() 224 encodeULEB128(SegmentInfo.Flags, SubSection.getStream()); in writeSectionContent()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | WasmYAML.cpp | 349 void MappingTraits<WasmYAML::SegmentInfo>::mapping( in mapping() 350 IO &IO, WasmYAML::SegmentInfo &SegmentInfo) { in mapping() argument 351 IO.mapRequired("Index", SegmentInfo.Index); in mapping() 352 IO.mapRequired("Name", SegmentInfo.Name); in mapping() 353 IO.mapRequired("Alignment", SegmentInfo.Alignment); in mapping() 354 IO.mapRequired("Flags", SegmentInfo.Flags); in mapping()
|
D | WasmEmitter.cpp | 219 for (const WasmYAML::SegmentInfo &SegmentInfo : Section.SegmentInfos) { in writeSectionContent() local 220 writeStringRef(SegmentInfo.Name, SubSection.getStream()); in writeSectionContent() 221 encodeULEB128(SegmentInfo.Alignment, SubSection.getStream()); in writeSectionContent() 222 encodeULEB128(SegmentInfo.Flags, SubSection.getStream()); in writeSectionContent()
|
/external/libwebm/mkvmuxer/ |
D | mkvmuxer.h | 1448 class SegmentInfo { 1450 SegmentInfo(); 1451 ~SegmentInfo(); 1490 LIBWEBM_DISALLOW_COPY_AND_ASSIGN(SegmentInfo); 1654 const SegmentInfo* GetSegmentInfo() const { return &segment_info_; } in GetSegmentInfo() 1655 SegmentInfo* GetSegmentInfo() { return &segment_info_; } in GetSegmentInfo() 1699 const SegmentInfo* segment_info() const { return &segment_info_; } in segment_info() 1782 SegmentInfo segment_info_;
|
/external/libaom/libaom/third_party/libwebm/mkvmuxer/ |
D | mkvmuxer.h | 1448 class SegmentInfo { 1450 SegmentInfo(); 1451 ~SegmentInfo(); 1490 LIBWEBM_DISALLOW_COPY_AND_ASSIGN(SegmentInfo); 1654 const SegmentInfo* GetSegmentInfo() const { return &segment_info_; } in GetSegmentInfo() 1655 SegmentInfo* GetSegmentInfo() { return &segment_info_; } in GetSegmentInfo() 1699 const SegmentInfo* segment_info() const { return &segment_info_; } in segment_info() 1782 SegmentInfo segment_info_;
|
/external/libvpx/libvpx/third_party/libwebm/mkvmuxer/ |
D | mkvmuxer.h | 1448 class SegmentInfo { 1450 SegmentInfo(); 1451 ~SegmentInfo(); 1490 LIBWEBM_DISALLOW_COPY_AND_ASSIGN(SegmentInfo); 1654 const SegmentInfo* GetSegmentInfo() const { return &segment_info_; } in GetSegmentInfo() 1655 SegmentInfo* GetSegmentInfo() { return &segment_info_; } in GetSegmentInfo() 1699 const SegmentInfo* segment_info() const { return &segment_info_; } in segment_info() 1782 SegmentInfo segment_info_;
|
/external/llvm-project/llvm/test/MC/WebAssembly/ |
D | array-fill.ll | 22 ; CHECK-NEXT: SegmentInfo:
|
D | explicit-sections.ll | 60 ; CHECK-NEXT: SegmentInfo:
|
D | bss.ll | 64 ; CHECK-NEXT: SegmentInfo:
|
D | data-section.s | 84 # BIN-NEXT: SegmentInfo:
|
/external/libvpx/libvpx/ |
D | webmenc.cc | 33 mkvmuxer::SegmentInfo *const info = segment->GetSegmentInfo(); in write_webm_file_header()
|
/external/libaom/libaom/common/ |
D | webmenc.cc | 49 mkvmuxer::SegmentInfo *const info = segment->GetSegmentInfo(); in write_webm_file_header()
|
/external/llvm-project/lld/test/wasm/ |
D | custom-section-name.ll | 45 ; RELOC-LABEL: SegmentInfo:
|
/external/ImageMagick/coders/ |
D | plasma.c | 136 SegmentInfo in ReadPlasmaImage()
|