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

References

tools/lld/Common/Args.cpp
   79   if (path.endswith_lower(".exe"))
   80     return sys::path::stem(path);
   81   return sys::path::filename(path);