Home
last modified time | relevance | path

Searched refs:SegmentInfo (Results 1 – 25 of 66) sorted by relevance

123

/external/llvm-project/lld/lib/ReaderWriter/MachO/
DMachONormalizedFileFromAtoms.cpp90 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/
Ddraw.h155 SegmentInfo
296 SegmentInfo
380 SegmentInfo
Dvisual-effects.h69 PlasmaImage(Image *,const SegmentInfo *,size_t,size_t,ExceptionInfo *),
/external/libvpx/libwebm/mkvparser/
Dmkvparser.h798 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/
Dmkvparser.h798 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/
Dmkvparser.h798 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/
Dmkvparser.h798 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/
Dwasm2yaml.cpp97 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/
DWasmYAML.h140 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/
DWasmYAML.h137 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/
DWasmYAML.cpp351 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()
DWasmEmitter.cpp221 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/
DWasmYAML.cpp349 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()
DWasmEmitter.cpp219 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/
Dmkvmuxer.h1448 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/
Dmkvmuxer.h1448 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/
Dmkvmuxer.h1448 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/
Darray-fill.ll22 ; CHECK-NEXT: SegmentInfo:
Dexplicit-sections.ll60 ; CHECK-NEXT: SegmentInfo:
Dbss.ll64 ; CHECK-NEXT: SegmentInfo:
Ddata-section.s84 # BIN-NEXT: SegmentInfo:
/external/libvpx/libvpx/
Dwebmenc.cc33 mkvmuxer::SegmentInfo *const info = segment->GetSegmentInfo(); in write_webm_file_header()
/external/libaom/libaom/common/
Dwebmenc.cc49 mkvmuxer::SegmentInfo *const info = segment->GetSegmentInfo(); in write_webm_file_header()
/external/llvm-project/lld/test/wasm/
Dcustom-section-name.ll45 ; RELOC-LABEL: SegmentInfo:
/external/ImageMagick/coders/
Dplasma.c136 SegmentInfo in ReadPlasmaImage()

123