Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwinKernel.cpp326 AddSDKSubdirsToSearchPaths(developer_dir + in CollectKextAndKernelDirectories()
328 AddSDKSubdirsToSearchPaths(developer_dir + in CollectKextAndKernelDirectories()
330 AddSDKSubdirsToSearchPaths(developer_dir + in CollectKextAndKernelDirectories()
332 AddSDKSubdirsToSearchPaths(developer_dir + in CollectKextAndKernelDirectories()
336 AddSDKSubdirsToSearchPaths(developer_dir + in CollectKextAndKernelDirectories()
340 AddSDKSubdirsToSearchPaths("/Volumes/KernelDebugKit"); in CollectKextAndKernelDirectories()
341 AddSDKSubdirsToSearchPaths("/AppleInternal/Developer/KDKs"); in CollectKextAndKernelDirectories()
344 AddSDKSubdirsToSearchPaths("/Library/Developer/KDKs"); in CollectKextAndKernelDirectories()
400 void PlatformDarwinKernel::AddSDKSubdirsToSearchPaths(const std::string &dir) { in AddSDKSubdirsToSearchPaths() function in PlatformDarwinKernel
H A DPlatformDarwinKernel.h97 void AddSDKSubdirsToSearchPaths(const std::string &dir);