Home
last modified time | relevance | path

Searched defs:dirname (Results 1 – 9 of 9) sorted by relevance

/llvm-project/lldb/examples/customization/import-python/
H A Dimportcmd.py6 def check_has_dir_in_path(dirname): argument
10 def ensure_has_dir_in_path(dirname): argument
/llvm-project/compiler-rt/test/profile/
H A Dlit.cfg.py72 exclude_unsupported_files_for_aix(dirname) global() argument
/llvm-project/cmake/Modules/
H A DHandleCompilerRT.cmake94 set(dirname "${resource_dir}/lib/darwin") variable
/llvm-project/lldb/source/Plugins/SymbolLocator/Default/
H A DSymbolLocatorDefault.cpp190 std::string dirname = dirspec.GetPath(); in LocateExecutableSymbolFile() local
/llvm-project/clang-tools-extra/clang-tidy/
H A Dadd_new_check.py331 get_actual_filename(dirname, filename) global() argument
[all...]
/llvm-project/llvm/utils/lit/lit/
H A Dutil.py185 def listdir_files(dirname, suffixes=None, exclude_filenames=None): argument
/llvm-project/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwinDevice.cpp87 llvm::StringRef dirname = GetDeviceSupportDirectoryName(); in UpdateSDKDirectoryInfosIfNeeded() local
H A DPlatformDarwinKernel.cpp697 std::string dirname = dsym_bundle.GetDirectory().GetCString(); in GetDWARFBinaryInDSYMBundle() local
/llvm-project/clang/tools/c-index-test/
H A Dc-index-test.c58 char *dirname(char* path) in dirname() function