Home
last modified time | relevance | path

Searched defs:WasmFunction (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DWasm.h127 struct WasmFunction { struct
128 uint32_t Index;
129 std::vector<WasmLocalDecl> Locals;
130 ArrayRef<uint8_t> Body;
131 uint32_t CodeSectionOffset;
132 uint32_t Size;
133 uint32_t CodeOffset; // start of Locals and Body
134 StringRef ExportName; // from the "export" section
135 StringRef SymbolName; // from the "linking" section
136 StringRef DebugName; // from the "name" section
[all …]
/external/llvm-project/llvm/include/llvm/BinaryFormat/
DWasm.h134 struct WasmFunction { struct
135 uint32_t Index;
136 std::vector<WasmLocalDecl> Locals;
137 ArrayRef<uint8_t> Body;
138 uint32_t CodeSectionOffset;
139 uint32_t Size;
140 uint32_t CodeOffset; // start of Locals and Body
141 Optional<StringRef> ExportName; // from the "export" section
142 StringRef SymbolName; // from the "linking" section
143 StringRef DebugName; // from the "name" section
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DWasmObjectWriter.cpp117 struct WasmFunction { struct
118 uint32_t SigIndex;
119 const MCSymbolWasm *Sym;
/external/llvm-project/llvm/lib/MC/
DWasmObjectWriter.cpp75 struct WasmFunction { struct
76 uint32_t SigIndex;
77 const MCSymbolWasm *Sym;
/external/kotlinc/lib/
Dkotlin-compiler.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/backend-common. ...