Home
last modified time | relevance | path

Searched defs:ElemKind (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DWasmEmitter.cpp508 const uint8_t ElemKind = 0; in writeSectionContent() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h77 ValueType ElemKind; member
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DWasm.h420 ValType ElemKind; member
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp1028 const uint8_t ElemKind = 0; in writeElemSection() local
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp1684 auto ElemKind = readVaruint32(Ctx); in parseElemSection() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp4551 BuiltinType::Kind ElemKind) { in GetIntrinsic()