Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVSupport.cpp33 std::string llvm::logicalview::transformPath(StringRef Path) { in transformPath() function in llvm::logicalview
H A DLVElement.cpp80 std::string Pathname(transformPath(Name)); in getStringIndex()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVSupport.h213 std::string transformPath(StringRef Path);
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVDWARFReader.cpp730 Directory = transformPath(Directory); in createLineAndFileRecords()
733 std::string File = transformPath(dwarf::toStringRef(Entry.Name)); in createLineAndFileRecords()
H A DLVCodeViewVisitor.cpp381 Scope->addFilename(transformPath(Name)); in addFilenames()