Home
last modified time | relevance | path

Searched refs:DSYMPath (Results 1 – 13 of 13) sorted by relevance

/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/tools/llvm-objdump/
H A DMachODump.cpp7339 std::string DSYMPath(DSYMFile); in DisassembleMachO() local
7342 if (llvm::sys::fs::is_directory(DSYMPath) && in DisassembleMachO()
7343 llvm::sys::path::extension(DSYMPath) == ".dSYM") { in DisassembleMachO()
7346 SmallString<1024> FullPath(DSYMPath); in DisassembleMachO()
7349 DSYMPath = std::string(FullPath.str()); in DisassembleMachO()
7354 MemoryBuffer::getFileOrSTDIN(DSYMPath); in DisassembleMachO()
7356 reportError(errorCodeToError(EC), DSYMPath); in DisassembleMachO()
7366 reportError(BinaryOrErr.takeError(), DSYMPath); in DisassembleMachO()
7379 << DSYMPath << " is not a Mach-O file type.\n"; in DisassembleMachO()
7401 reportError(MachDSYM.takeError(), DSYMPath); in DisassembleMachO()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/tools/llvm-objdump/
H A DMachODump.cpp7339 std::string DSYMPath(DSYMFile); in DisassembleMachO() local
7342 if (llvm::sys::fs::is_directory(DSYMPath) && in DisassembleMachO()
7343 llvm::sys::path::extension(DSYMPath) == ".dSYM") { in DisassembleMachO()
7346 SmallString<1024> FullPath(DSYMPath); in DisassembleMachO()
7349 DSYMPath = std::string(FullPath.str()); in DisassembleMachO()
7354 MemoryBuffer::getFileOrSTDIN(DSYMPath); in DisassembleMachO()
7356 reportError(errorCodeToError(EC), DSYMPath); in DisassembleMachO()
7366 reportError(BinaryOrErr.takeError(), DSYMPath); in DisassembleMachO()
7379 << DSYMPath << " is not a Mach-O file type.\n"; in DisassembleMachO()
7401 reportError(MachDSYM.takeError(), DSYMPath); in DisassembleMachO()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/tools/llvm-objdump/
H A DMachODump.cpp7348 std::string DSYMPath(DSYMFile); in DisassembleMachO() local
7351 if (llvm::sys::fs::is_directory(DSYMPath) && in DisassembleMachO()
7352 llvm::sys::path::extension(DSYMPath) == ".dSYM") { in DisassembleMachO()
7355 SmallString<1024> FullPath(DSYMPath); in DisassembleMachO()
7358 DSYMPath = std::string(FullPath.str()); in DisassembleMachO()
7363 MemoryBuffer::getFileOrSTDIN(DSYMPath); in DisassembleMachO()
7365 reportError(errorCodeToError(EC), DSYMPath); in DisassembleMachO()
7375 reportError(BinaryOrErr.takeError(), DSYMPath); in DisassembleMachO()
7388 << DSYMPath << " is not a Mach-O file type.\n"; in DisassembleMachO()
7410 reportError(MachDSYM.takeError(), DSYMPath); in DisassembleMachO()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/tools/llvm-objdump/
H A DMachODump.cpp7339 std::string DSYMPath(DSYMFile); in DisassembleMachO() local
7342 if (llvm::sys::fs::is_directory(DSYMPath) && in DisassembleMachO()
7343 llvm::sys::path::extension(DSYMPath) == ".dSYM") { in DisassembleMachO()
7346 SmallString<1024> FullPath(DSYMPath); in DisassembleMachO()
7349 DSYMPath = FullPath.str(); in DisassembleMachO()
7354 MemoryBuffer::getFileOrSTDIN(DSYMPath); in DisassembleMachO()
7356 reportError(errorCodeToError(EC), DSYMPath); in DisassembleMachO()
7366 reportError(BinaryOrErr.takeError(), DSYMPath); in DisassembleMachO()
7379 << DSYMPath << " is not a Mach-O file type.\n"; in DisassembleMachO()
7401 reportError(MachDSYM.takeError(), DSYMPath); in DisassembleMachO()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp7348 std::string DSYMPath(DSYMFile); in DisassembleMachO() local
7351 if (llvm::sys::fs::is_directory(DSYMPath) && in DisassembleMachO()
7352 llvm::sys::path::extension(DSYMPath) == ".dSYM") { in DisassembleMachO()
7355 SmallString<1024> FullPath(DSYMPath); in DisassembleMachO()
7358 DSYMPath = std::string(FullPath.str()); in DisassembleMachO()
7363 MemoryBuffer::getFileOrSTDIN(DSYMPath); in DisassembleMachO()
7365 reportError(errorCodeToError(EC), DSYMPath); in DisassembleMachO()
7375 reportError(BinaryOrErr.takeError(), DSYMPath); in DisassembleMachO()
7388 << DSYMPath << " is not a Mach-O file type.\n"; in DisassembleMachO()
7410 reportError(MachDSYM.takeError(), DSYMPath); in DisassembleMachO()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp7339 std::string DSYMPath(DSYMFile); in DisassembleMachO() local
7342 if (llvm::sys::fs::is_directory(DSYMPath) && in DisassembleMachO()
7343 llvm::sys::path::extension(DSYMPath) == ".dSYM") { in DisassembleMachO()
7346 SmallString<1024> FullPath(DSYMPath); in DisassembleMachO()
7349 DSYMPath = FullPath.str(); in DisassembleMachO()
7354 MemoryBuffer::getFileOrSTDIN(DSYMPath); in DisassembleMachO()
7356 reportError(errorCodeToError(EC), DSYMPath); in DisassembleMachO()
7366 reportError(BinaryOrErr.takeError(), DSYMPath); in DisassembleMachO()
7379 << DSYMPath << " is not a Mach-O file type.\n"; in DisassembleMachO()
7401 reportError(MachDSYM.takeError(), DSYMPath); in DisassembleMachO()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/tools/llvm-objdump/
H A DMachODump.cpp7364 std::string DSYMPath(DSYMFile); in DisassembleMachO() local
7367 if (llvm::sys::fs::is_directory(DSYMPath) && in DisassembleMachO()
7368 llvm::sys::path::extension(DSYMPath) == ".dSYM") { in DisassembleMachO()
7371 SmallString<1024> FullPath(DSYMPath); in DisassembleMachO()
7374 DSYMPath = std::string(FullPath.str()); in DisassembleMachO()
7379 MemoryBuffer::getFileOrSTDIN(DSYMPath); in DisassembleMachO()
7381 reportError(errorCodeToError(EC), DSYMPath); in DisassembleMachO()
7391 reportError(BinaryOrErr.takeError(), DSYMPath); in DisassembleMachO()
7404 << DSYMPath << " is not a Mach-O file type.\n"; in DisassembleMachO()
7426 reportError(MachDSYM.takeError(), DSYMPath); in DisassembleMachO()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/tools/llvm-objdump/
H A DMachODump.cpp7348 std::string DSYMPath(DSYMFile); in DisassembleMachO() local
7351 if (llvm::sys::fs::is_directory(DSYMPath) && in DisassembleMachO()
7352 llvm::sys::path::extension(DSYMPath) == ".dSYM") { in DisassembleMachO()
7355 SmallString<1024> FullPath(DSYMPath); in DisassembleMachO()
7358 DSYMPath = std::string(FullPath.str()); in DisassembleMachO()
7363 MemoryBuffer::getFileOrSTDIN(DSYMPath); in DisassembleMachO()
7365 reportError(errorCodeToError(EC), DSYMPath); in DisassembleMachO()
7375 reportError(BinaryOrErr.takeError(), DSYMPath); in DisassembleMachO()
7388 << DSYMPath << " is not a Mach-O file type.\n"; in DisassembleMachO()
7410 reportError(MachDSYM.takeError(), DSYMPath); in DisassembleMachO()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/tools/llvm-objdump/
H A DMachODump.cpp7344 std::string DSYMPath(DSYMFile); in DisassembleMachO() local
7347 if (llvm::sys::fs::is_directory(DSYMPath) && in DisassembleMachO()
7348 llvm::sys::path::extension(DSYMPath) == ".dSYM") { in DisassembleMachO()
7351 SmallString<1024> FullPath(DSYMPath); in DisassembleMachO()
7354 DSYMPath = std::string(FullPath.str()); in DisassembleMachO()
7359 MemoryBuffer::getFileOrSTDIN(DSYMPath); in DisassembleMachO()
7361 reportError(errorCodeToError(EC), DSYMPath); in DisassembleMachO()
7371 reportError(BinaryOrErr.takeError(), DSYMPath); in DisassembleMachO()
7384 << DSYMPath << " is not a Mach-O file type.\n"; in DisassembleMachO()
7406 reportError(MachDSYM.takeError(), DSYMPath); in DisassembleMachO()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/tools/llvm-objdump/
H A DMachODump.cpp7348 std::string DSYMPath(DSYMFile); in DisassembleMachO() local
7351 if (llvm::sys::fs::is_directory(DSYMPath) && in DisassembleMachO()
7352 llvm::sys::path::extension(DSYMPath) == ".dSYM") { in DisassembleMachO()
7355 SmallString<1024> FullPath(DSYMPath); in DisassembleMachO()
7358 DSYMPath = std::string(FullPath.str()); in DisassembleMachO()
7363 MemoryBuffer::getFileOrSTDIN(DSYMPath); in DisassembleMachO()
7365 reportError(errorCodeToError(EC), DSYMPath); in DisassembleMachO()
7375 reportError(BinaryOrErr.takeError(), DSYMPath); in DisassembleMachO()
7388 << DSYMPath << " is not a Mach-O file type.\n"; in DisassembleMachO()
7410 reportError(MachDSYM.takeError(), DSYMPath); in DisassembleMachO()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/tools/llvm-objdump/
H A DMachODump.cpp7364 std::string DSYMPath(DSYMFile); in DisassembleMachO() local
7367 if (llvm::sys::fs::is_directory(DSYMPath) && in DisassembleMachO()
7368 llvm::sys::path::extension(DSYMPath) == ".dSYM") { in DisassembleMachO()
7371 SmallString<1024> FullPath(DSYMPath); in DisassembleMachO()
7374 DSYMPath = std::string(FullPath.str()); in DisassembleMachO()
7379 MemoryBuffer::getFileOrSTDIN(DSYMPath); in DisassembleMachO()
7381 reportError(errorCodeToError(EC), DSYMPath); in DisassembleMachO()
7391 reportError(BinaryOrErr.takeError(), DSYMPath); in DisassembleMachO()
7404 << DSYMPath << " is not a Mach-O file type.\n"; in DisassembleMachO()
7426 reportError(MachDSYM.takeError(), DSYMPath); in DisassembleMachO()
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/tools/llvm-objdump/
H A DMachODump.cpp7348 std::string DSYMPath(DSYMFile); in DisassembleMachO() local
7351 if (llvm::sys::fs::is_directory(DSYMPath) && in DisassembleMachO()
7352 llvm::sys::path::extension(DSYMPath) == ".dSYM") { in DisassembleMachO()
7355 SmallString<1024> FullPath(DSYMPath); in DisassembleMachO()
7358 DSYMPath = std::string(FullPath.str()); in DisassembleMachO()
7363 MemoryBuffer::getFileOrSTDIN(DSYMPath); in DisassembleMachO()
7365 reportError(errorCodeToError(EC), DSYMPath); in DisassembleMachO()
7375 reportError(BinaryOrErr.takeError(), DSYMPath); in DisassembleMachO()
7388 << DSYMPath << " is not a Mach-O file type.\n"; in DisassembleMachO()
7410 reportError(MachDSYM.takeError(), DSYMPath); in DisassembleMachO()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/tools/llvm-objdump/
H A DMachODump.cpp7348 std::string DSYMPath(DSYMFile); in DisassembleMachO() local
7351 if (llvm::sys::fs::is_directory(DSYMPath) && in DisassembleMachO()
7352 llvm::sys::path::extension(DSYMPath) == ".dSYM") { in DisassembleMachO()
7355 SmallString<1024> FullPath(DSYMPath); in DisassembleMachO()
7358 DSYMPath = std::string(FullPath.str()); in DisassembleMachO()
7363 MemoryBuffer::getFileOrSTDIN(DSYMPath); in DisassembleMachO()
7365 reportError(errorCodeToError(EC), DSYMPath); in DisassembleMachO()
7375 reportError(BinaryOrErr.takeError(), DSYMPath); in DisassembleMachO()
7388 << DSYMPath << " is not a Mach-O file type.\n"; in DisassembleMachO()
7410 reportError(MachDSYM.takeError(), DSYMPath); in DisassembleMachO()
[all …]