Home
last modified time | relevance | path

Searched refs:GetDebugLink (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/PECOFF/
H A DSymbolVendorPECOFF.cpp76 fspec = obj_file->GetDebugLink().value_or(FileSpec()); in CreateInstance()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/ELF/
H A DSymbolVendorELF.cpp76 fspec = obj_file->GetDebugLink().value_or(FileSpec()); in CreateInstance()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.h128 std::optional<lldb_private::FileSpec> GetDebugLink();
H A DObjectFileELF.cpp850 std::optional<FileSpec> ObjectFileELF::GetDebugLink() { in GetDebugLink() function in ObjectFileELF