Home
last modified time | relevance | path

Searched refs:GetExternalDebugInfoFileSpec (Results 1 – 3 of 3) sorted by relevance

/llvm-project/lldb/source/Plugins/ObjectFile/wasm/
H A DObjectFileWasm.h84 bool IsStripped() override { return !!GetExternalDebugInfoFileSpec(); } in IsStripped()
112 std::optional<FileSpec> GetExternalDebugInfoFileSpec();
H A DObjectFileWasm.cpp416 std::optional<FileSpec> ObjectFileWasm::GetExternalDebugInfoFileSpec() { in GetExternalDebugInfoFileSpec() function in ObjectFileWasm
/llvm-project/lldb/source/Plugins/SymbolVendor/wasm/
H A DSymbolVendorWasm.cpp82 obj_file->GetExternalDebugInfoFileSpec(); in CreateInstance()