Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/wasm/
H A DObjectFileWasm.h83 bool IsStripped() override { return !!GetExternalDebugInfoFileSpec(); } in IsStripped()
111 llvm::Optional<FileSpec> GetExternalDebugInfoFileSpec();
H A DObjectFileWasm.cpp415 llvm::Optional<FileSpec> ObjectFileWasm::GetExternalDebugInfoFileSpec() { in GetExternalDebugInfoFileSpec() function in ObjectFileWasm
/llvm-project-15.0.7/lldb/source/Plugins/SymbolVendor/wasm/
H A DSymbolVendorWasm.cpp82 obj_file->GetExternalDebugInfoFileSpec(); in CreateInstance()