reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
  183   if (Dir.startswith("/") || Filename.startswith("/")) {
  184     if (llvm::sys::path::is_absolute(Filename, llvm::sys::path::Style::posix))
  185       return Filename;
  189     Filepath += Filename;
  197   if (Filename.find(':') == 1)
  198     Filepath = Filename;
  200     Filepath = (Dir + "\\" + Filename).str();