Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/BinaryFormat/
H A DWasm.h42 uint32_t TableAlignment; // P2 alignment of table member
/freebsd-12.1/contrib/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h197 uint32_t TableAlignment; member
/freebsd-12.1/contrib/llvm/lib/ObjectYAML/
H A DWasmYAML.cpp57 IO.mapRequired("TableAlignment", Section.TableAlignment); in sectionMapping()
/freebsd-12.1/contrib/llvm/lib/Object/
H A DWasmObjectFile.cpp330 DylinkInfo.TableAlignment = readVaruint32(Ctx); in parseDylinkSection()