Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DWasm.h297 uint32_t TableAlignment; // P2 alignment of table member
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h230 uint32_t TableAlignment; member
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DWasmYAML.cpp58 IO.mapRequired("TableAlignment", Section.TableAlignment); in sectionMapping()
H A DWasmEmitter.cpp172 encodeULEB128(Section.TableAlignment, SubOS); in writeSectionContent()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp1892 Align TableAlignment = M.getDataLayout().getValueOrABITypeAlignment( in tryVirtualConstProp() local
1894 if (TypeAlignment > TableAlignment) in tryVirtualConstProp()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp439 DylinkInfo.TableAlignment = readVaruint32(Ctx); in parseDylinkSection()
470 DylinkInfo.TableAlignment = readVaruint32(Ctx); in parseDylink0Section()