Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp527 SmallString<256> BundlePath(InputPath); in expandBundle() local
529 sys::path::remove_dots(BundlePath); in expandBundle()
531 if (sys::fs::is_directory(BundlePath) && in expandBundle()
532 sys::path::extension(BundlePath) == ".dSYM") { in expandBundle()
534 sys::path::append(BundlePath, "Contents", "Resources", "DWARF"); in expandBundle()
535 for (sys::fs::directory_iterator Dir(BundlePath, EC), DirEnd; in expandBundle()
550 error(BundlePath, EC); in expandBundle()