Searched refs:ExternalDWARF (Results 1 – 6 of 6) sorted by relevance
255 enum class Type { None, SourceMap, EmbeddedDWARF, ExternalDWARF }; enumerator
1081 module_->debug_symbols = {WasmDebugSymbols::Type::ExternalDWARF, url}; in DecodeExternalDebugInfoSection()
178 enum class DebugSymbolsType { None, SourceMap, EmbeddedDWARF, ExternalDWARF }; enumerator
1568 case v8::debug::WasmScript::DebugSymbolsType::ExternalDWARF: in getDebugSymbolTypeName()1570 ExternalDWARF; in getDebugSymbolTypeName()
548 ExternalDWARF
9884 case i::wasm::WasmDebugSymbols::Type::ExternalDWARF: in GetDebugSymbolType()9885 return debug::WasmScript::DebugSymbolsType::ExternalDWARF; in GetDebugSymbolType()