Home | History | Annotate | Download | only in Instrumentation

Lines Matching refs:FName

435   StringRef FName = sys::path::filename(Filename);
437 if (sys::fs::current_path(CurPath)) return FName;
438 sys::path::append(CurPath, FName.str());