Home
last modified time | relevance | path

Searched refs:is_framework (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/lldb/cmake/modules/
H A DAddLLDB.cmake260 get_target_property(is_framework ${name} FRAMEWORK)
261 if(is_framework)
283 if(is_framework)
/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp272 bool is_framework = false; in AddModule() local
277 auto *file = HS.lookupModuleMapFile(*dir, is_framework); in AddModule()
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h311 bool is_framework = false,
H A DTypeSystemClang.cpp1238 bool is_framework, bool is_explicit) { in GetOrCreateClangModule() argument
1263 is_framework, is_explicit); in GetOrCreateClangModule()