Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp119 const auto pdb_name = FileSpec(pdb_file).GetFilename().GetCString(); in loadMatchingPDBFile() local
120 pdb_file = exe_dir.CopyByAppendingPathComponent(pdb_name).GetPathAsConstString().GetStringRef(); in loadMatchingPDBFile()