Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformRemoteDarwinDevice.h55 AddClangModuleCompilationOptions(Target *target, in AddClangModuleCompilationOptions() function
H A DPlatformMacOSX.h67 AddClangModuleCompilationOptions(Target *target, in AddClangModuleCompilationOptions() function
H A DPlatformAppleSimulator.h100 AddClangModuleCompilationOptions(Target *target, in AddClangModuleCompilationOptions() function
/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp664 target.GetPlatform()->AddClangModuleCompilationOptions( in Create()
/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h543 // may also need to override AddClangModuleCompilationOptions to pass the
550 AddClangModuleCompilationOptions(Target *target,
/llvm-project/lldb/source/Target/
H A DPlatform.cpp351 void Platform::AddClangModuleCompilationOptions( in AddClangModuleCompilationOptions() function in Platform