Home
last modified time | relevance | path

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

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