Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Target/
DPlatform.h483 virtual bool SupportsModules() { return false; } in SupportsModules() function
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangModulesDeclVendor.cpp596 if (!target.GetPlatform()->SupportsModules()) in Create()