Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/cmake/modules/
H A DAddLLDB.cmake270 get_target_property(is_framework ${name} FRAMEWORK)
271 if(is_framework)
293 if(is_framework)
/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp331 bool is_framework = false; in AddModule() local
336 auto *file = HS.lookupModuleMapFile(*dir, is_framework); in AddModule()
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h321 bool is_framework = false,
H A DTypeSystemClang.cpp1240 bool is_framework, bool is_explicit) { in GetOrCreateClangModule() argument
1265 is_framework, is_explicit); in GetOrCreateClangModule()