Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1129 llvm::SmallString<64> main_source_file = in ParseSupportFiles() local
1131 FileSpec::Style style = main_source_file.startswith("/") in ParseSupportFiles()
1134 FileSpec spec(main_source_file, style); in ParseSupportFiles()