OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ElemKind
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
WasmEmitter.cpp
497
if (Segment.
ElemKind
!= uint32_t(wasm::ValType::FUNCREF)) {
498
reportError("unexpected
elemkind
: " + Twine(Segment.
ElemKind
));
501
const uint8_t
ElemKind
= 0;
502
writeUint8(OS,
ElemKind
);
WasmYAML.cpp
384
IO.mapOptional("
ElemKind
", Segment.
ElemKind
);
/src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
wasm2yaml.cpp
332
Seg.
ElemKind
= Segment.
ElemKind
;
/src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
Wasm.h
164
uint8_t
ElemKind
;
/src/external/apache2/llvm/dist/llvm/lib/Object/
WasmObjectFile.cpp
1375
Segment.
ElemKind
= readUint8(Ctx);
1377
if (Segment.
ElemKind
!= uint8_t(wasm::ValType::FUNCREF) &&
1378
Segment.
ElemKind
!= uint8_t(wasm::ValType::EXTERNREF)) {
1383
if (Segment.
ElemKind
!= 0)
1386
Segment.
ElemKind
= uint8_t(wasm::ValType::FUNCREF);
1389
Segment.
ElemKind
= uint8_t(wasm::ValType::FUNCREF);
/src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
WasmYAML.h
68
ValueType
ElemKind
;
/src/external/apache2/llvm/dist/llvm/lib/MC/
WasmObjectWriter.cpp
959
const uint8_t
ElemKind
= 0;
960
W->OS <<
ElemKind
;
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGExprScalar.cpp
3950
BuiltinType::Kind
ElemKind
) {
3951
switch (
ElemKind
) {
Completed in 26 milliseconds
Indexes created Sun Jun 14 00:25:39 UTC 2026