Searched refs:compile_dir (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | SymbolFileDWARF.cpp | 198 llvm::StringRef compile_dir, FileSpec::Style style) { in GetFileByIndex() argument 202 if (prologue.getFileNameByIndex(idx, compile_dir, absolute, abs_path, style)) in GetFileByIndex() 208 if (!prologue.getFileNameByIndex(idx, compile_dir, relative, rel_path, style)) in GetFileByIndex() 216 llvm::StringRef compile_dir = {}) { in ParseSupportFilesFromPrologue() argument 235 if (auto file_path = GetFileByIndex(prologue, idx, compile_dir, style)) {
|