Home
last modified time | relevance | path

Searched refs:ExternalDWARF (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/wasm/
Dwasm-module.h255 enum class Type { None, SourceMap, EmbeddedDWARF, ExternalDWARF }; enumerator
Dmodule-decoder.cc1081 module_->debug_symbols = {WasmDebugSymbols::Type::ExternalDWARF, url}; in DecodeExternalDebugInfoSection()
/external/v8/src/debug/
Ddebug-interface.h178 enum class DebugSymbolsType { None, SourceMap, EmbeddedDWARF, ExternalDWARF }; enumerator
/external/v8/src/inspector/
Dv8-debugger-agent-impl.cc1568 case v8::debug::WasmScript::DebugSymbolsType::ExternalDWARF: in getDebugSymbolTypeName()
1570 ExternalDWARF; in getDebugSymbolTypeName()
/external/v8/include/
Djs_protocol.pdl548 ExternalDWARF
/external/v8/src/api/
Dapi.cc9884 case i::wasm::WasmDebugSymbols::Type::ExternalDWARF: in GetDebugSymbolType()
9885 return debug::WasmScript::DebugSymbolsType::ExternalDWARF; in GetDebugSymbolType()