Home
last modified time | relevance | path

Searched defs:functionBody (Results 1 – 2 of 2) sorted by relevance

/llvm-project/mlir/lib/Target/SPIRV/Serialization/
H A DSerializer.h384 SmallVector<uint32_t, 0> functionBody; variable
/llvm-project/lld/wasm/
H A DWriter.cpp1109 raw_string_ostream os(functionBody); in createFunction() local