Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
DWasm.h142 struct WasmInitFunc { struct
168 std::vector<WasmInitFunc> InitFunctions;
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
DWasmDumper.cpp172 for (const wasm::WasmInitFunc &F: LinkingData.InitFunctions) in printSections()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Dwasm2yaml.cpp116 for (const wasm::WasmInitFunc &Func : Obj.linkingData().InitFunctions) { in dumpCustomSection()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DWasmObjectFile.cpp393 wasm::WasmInitFunc Init; in parseLinkingSection()