Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/
HDObjectFileWasm.h84 bool IsStripped() override { return !!GetExternalDebugInfoFileSpec(); } in IsStripped()
112 std::optional<FileSpec> GetExternalDebugInfoFileSpec();
HDObjectFileWasm.cpp416 std::optional<FileSpec> ObjectFileWasm::GetExternalDebugInfoFileSpec() { in GetExternalDebugInfoFileSpec() function in ObjectFileWasm
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/wasm/
HDSymbolVendorWasm.cpp82 obj_file->GetExternalDebugInfoFileSpec(); in CreateInstance()