Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolVendor/PECOFF/
H A DSymbolVendorPECOFF.cpp77 fspec = obj_file->GetDebugLink().value_or(FileSpec()); in CreateInstance()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolVendor/ELF/
H A DSymbolVendorELF.cpp77 fspec = obj_file->GetDebugLink().value_or(FileSpec()); in CreateInstance()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/PECOFF/
H A DObjectFilePECOFF.h127 std::optional<lldb_private::FileSpec> GetDebugLink();
H A DObjectFilePECOFF.cpp1091 std::optional<FileSpec> ObjectFilePECOFF::GetDebugLink() { in GetDebugLink() function in ObjectFilePECOFF
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.h128 std::optional<lldb_private::FileSpec> GetDebugLink();
H A DObjectFileELF.cpp824 std::optional<FileSpec> ObjectFileELF::GetDebugLink() { in GetDebugLink() function in ObjectFileELF