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.cpp31 std::string llvm::logicalview::transformPath(StringRef Path) { in transformPath() function in llvm::logicalview
H A DLVElement.cpp79 std::string Pathname(transformPath(Name)); in getStringIndex()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVSupport.h233 LLVM_ABI std::string transformPath(StringRef Path);
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVDWARFReader.cpp529 Directory = transformPath(Directory); in createLineAndFileRecords()
532 std::string File = transformPath(dwarf::toStringRef(Entry.Name)); in createLineAndFileRecords()
H A DLVCodeViewVisitor.cpp368 Scope->addFilename(transformPath(Name)); in addFilenames()