Home
last modified time | relevance | path

Searched refs:WasmFunction (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DWasm.h149 ArrayRef<wasm::WasmFunction> functions() const { return Functions; } in functions()
225 wasm::WasmFunction &getDefinedFunction(uint32_t Index);
226 const wasm::WasmFunction &getDefinedFunction(uint32_t Index) const;
277 std::vector<wasm::WasmFunction> Functions;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DWasmObjectWriter.cpp117 struct WasmFunction { struct
315 void writeFunctionSection(ArrayRef<WasmFunction> Functions);
320 ArrayRef<WasmFunction> Functions);
333 updateCustomSectionRelocations(const SmallVector<WasmFunction, 4> &Functions,
743 void WasmObjectWriter::writeFunctionSection(ArrayRef<WasmFunction> Functions) { in writeFunctionSection()
751 for (const WasmFunction &Func : Functions) in writeFunctionSection()
824 ArrayRef<WasmFunction> Functions) { in writeCodeSection()
834 for (const WasmFunction &Func : Functions) { in writeCodeSection()
1112 SmallVector<WasmFunction, 4> Functions; in writeObject()
1316 WasmFunction Func; in writeObject()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DWasm.h127 struct WasmFunction { struct
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DWasmObjectFile.cpp506 wasm::WasmFunction &Function = Functions[FuncIndex]; in parseLinkingSectionSymtab()
1108 wasm::WasmFunction &WasmObjectFile::getDefinedFunction(uint32_t Index) { in getDefinedFunction()
1113 const wasm::WasmFunction &
1147 wasm::WasmFunction& Function = Functions[i]; in parseCodeSection()