Home
last modified time | relevance | path

Searched refs:WasmFunctionName (Results 1 – 7 of 7) sorted by relevance

/external/v8/src/wasm/
Dwasm-module.h216 struct WasmFunctionName { struct
217 WasmFunctionName(const WasmFunction* function, WasmName name) in WasmFunctionName() argument
224 std::ostream& operator<<(std::ostream& os, const WasmFunctionName& name); argument
Dwasm-module.cc87 std::ostream& operator<<(std::ostream& os, const WasmFunctionName& name) { in operator <<()
Dmodule-decoder.cc1041 WasmFunctionName func_name(function, in VerifyFunctionBody()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DWasm.h139 ArrayRef<wasm::WasmFunctionName> debugNames() const { return DebugNames; } in debugNames()
254 std::vector<wasm::WasmFunctionName> DebugNames;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
DWasm.h161 struct WasmFunctionName { struct
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Dwasm2yaml.cpp56 for (const llvm::wasm::WasmFunctionName &Func: Obj.debugNames()) { in dumpCustomSection()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DWasmObjectFile.cpp326 DebugNames.push_back(wasm::WasmFunctionName{Index, Name}); in parseNameSection()