Home
last modified time | relevance | path

Searched refs:StartFunction (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DWasm.h151 uint32_t startFunction() const { return StartFunction; } in startFunction()
280 uint32_t StartFunction = -1; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DWasmYAML.h349 uint32_t StartFunction; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DWasmYAML.cpp138 IO.mapOptional("StartFunction", Section.StartFunction); in sectionMapping()
DWasmEmitter.cpp398 encodeULEB128(Section.StartFunction, OS); in writeSectionContent()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DWasmObjectFile.cpp1130 StartFunction = readVaruint32(Ctx); in parseStartSection()
1131 if (!isValidFunctionIndex(StartFunction)) in parseStartSection()
/third_party/node/deps/v8/src/wasm/
Dgraph-builder-interface.cc118 void StartFunction(FullDecoder* decoder) { in StartFunction() function in v8::internal::wasm::__anoned4d3a260111::WasmGraphBuildingInterface
Dfunction-body-decoder-impl.h900 F(StartFunction) \
2259 interface().StartFunction(this);
/third_party/node/deps/v8/src/wasm/baseline/
Dliftoff-compiler.cc625 void StartFunction(FullDecoder* decoder) { in StartFunction() function in v8::internal::wasm::__anon3bd82aa60111::LiftoffCompiler