Home
last modified time | relevance | path

Searched refs:TableAlignment (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DWasm.h249 uint32_t TableAlignment; // P2 alignment of table member
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h229 uint32_t TableAlignment; member
/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DWasmYAML.cpp57 IO.mapRequired("TableAlignment", Section.TableAlignment); in sectionMapping()
H A DWasmEmitter.cpp172 encodeULEB128(Section.TableAlignment, SubOS); in writeSectionContent()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp394 DylinkInfo.TableAlignment = readVaruint32(Ctx); in parseDylinkSection()
425 DylinkInfo.TableAlignment = readVaruint32(Ctx); in parseDylink0Section()