Home
last modified time | relevance | path

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

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