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

References

tools/llvm-objdump/MachODump.cpp
 7348       if (llvm::sys::fs::is_directory(DSYMPath) &&
 7349           llvm::sys::path::extension(DSYMPath) == ".dSYM") {
 7350         SmallString<128> ShortName(llvm::sys::path::filename(DSYMPath));
 7352         SmallString<1024> FullPath(DSYMPath);
 7355         DSYMPath = FullPath.str();
 7360           MemoryBuffer::getFileOrSTDIN(DSYMPath);
 7362         reportError(errorCodeToError(EC), DSYMPath);
 7372         reportError(BinaryOrErr.takeError(), DSYMPath);
 7385             << DSYMPath << " is not a Mach-O file type.\n";
 7407           reportError(MachDSYM.takeError(), DSYMPath);
 7417           << DSYMPath << " is not a Mach-O or Universal file type.\n";