Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwinKernel.cpp334 AddSDKSubdirsToSearchPaths(developer_dir + in CollectKextAndKernelDirectories()
336 AddSDKSubdirsToSearchPaths(developer_dir + in CollectKextAndKernelDirectories()
338 AddSDKSubdirsToSearchPaths(developer_dir + in CollectKextAndKernelDirectories()
340 AddSDKSubdirsToSearchPaths(developer_dir + in CollectKextAndKernelDirectories()
344 AddSDKSubdirsToSearchPaths(developer_dir + in CollectKextAndKernelDirectories()
348 AddSDKSubdirsToSearchPaths("/Volumes/KernelDebugKit"); in CollectKextAndKernelDirectories()
349 AddSDKSubdirsToSearchPaths("/AppleInternal/Developer/KDKs"); in CollectKextAndKernelDirectories()
352 AddSDKSubdirsToSearchPaths("/Library/Developer/KDKs"); in CollectKextAndKernelDirectories()
408 void PlatformDarwinKernel::AddSDKSubdirsToSearchPaths(const std::string &dir) { in AddSDKSubdirsToSearchPaths() function in PlatformDarwinKernel
H A DPlatformDarwinKernel.h97 void AddSDKSubdirsToSearchPaths(const std::string &dir);