Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/GSYM/
H A DLookupResult.cpp21 std::string Fullpath; in getSourceFile() local
25 Fullpath = std::string(Locations[Index].Dir); in getSourceFile()
30 Fullpath.assign(Storage.begin(), Storage.end()); in getSourceFile()
33 Fullpath = std::string(Locations[Index].Base); in getSourceFile()
35 return Fullpath; in getSourceFile()
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DTarWriter.cpp186 std::string Fullpath = BaseDir + "/" + sys::path::convert_to_slash(Path); in append() local
189 if (!Files.insert(Fullpath).second) in append()
194 if (splitUstar(Fullpath, Prefix, Name)) { in append()
197 writePaxHeader(OS, Fullpath); in append()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DFormatEntity.cpp85 enum FileKind { FileError = 0, Basename, Dirname, Fullpath }; enumerator
97 Definition("fullpath", EntryType::ParentNumber, FileKind::Fullpath)};
584 case FileKind::Fullpath: in DumpFile()