OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FUNCREF
(Results
1 - 9
of
9
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/Utils/
WebAssemblyTypeUtilities.h
35
Funcref
= unsigned(wasm::ValType::
FUNCREF
),
48
Funcref
= unsigned(wasm::ValType::
FUNCREF
),
WebAssemblyTypeUtilities.cpp
33
if (Type == "
funcref
")
34
return wasm::ValType::
FUNCREF
;
43
.Case("func", WebAssembly::HeapType::
Funcref
)
55
.Case("
funcref
", WebAssembly::BlockType::
Funcref
)
72
.Case("
funcref
", MVT::
funcref
)
92
return "
funcref
";
144
case MVT::
funcref
:
145
return wasm::ValType::
FUNCREF
;
[
all
...]
/src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCSymbolWasm.h
115
setTableType(wasm::ValType::
FUNCREF
);
/src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
Wasm.h
398
FUNCREF
= WASM_TYPE_FUNCREF,
/src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/MCTargetDesc/
WebAssemblyInstPrinter.cpp
379
case long(wasm::ValType::
FUNCREF
):
387
// Typed function references and other subtypes of
funcref
and externref
/src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
WasmYAML.cpp
587
ECase(
FUNCREF
);
620
ECase(
FUNCREF
);
WasmEmitter.cpp
496
// "
funcref
".
497
if (Segment.ElemKind != uint32_t(wasm::ValType::
FUNCREF
)) {
/src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
WebAssemblyAsmPrinter.cpp
123
case wasm::ValType::
FUNCREF
:
/src/external/apache2/llvm/dist/llvm/lib/Object/
WasmObjectFile.cpp
1377
if (Segment.ElemKind != uint8_t(wasm::ValType::
FUNCREF
) &&
1386
Segment.ElemKind = uint8_t(wasm::ValType::
FUNCREF
);
1389
Segment.ElemKind = uint8_t(wasm::ValType::
FUNCREF
);
Completed in 19 milliseconds
Indexes created Tue Sep 08 00:25:21 UTC 2026