Home
last modified time | relevance | path

Searched defs:SegmentInfo (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h142 struct SegmentInfo { struct
143 uint32_t Index;
144 StringRef Name;
145 uint32_t Alignment;
146 SegmentFlags Flags;
/netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
H A Dwasm2yaml.cpp99 WasmYAML::SegmentInfo SegmentInfo; in dumpCustomSection() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DWasmEmitter.cpp221 for (const WasmYAML::SegmentInfo &SegmentInfo : Section.SegmentInfos) { in writeSectionContent() local
H A DWasmYAML.cpp353 IO &IO, WasmYAML::SegmentInfo &SegmentInfo) { in mapping()