Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-config/
H A Dllvm-config.cpp291 enum { CMakeStyle, CMakeBuildModeStyle } DevelopmentTreeLayout; in main() local
313 DevelopmentTreeLayout = CMakeStyle; in main()
318 DevelopmentTreeLayout = CMakeBuildModeStyle; in main()
322 DevelopmentTreeLayout = CMakeStyle; // Initialized to avoid warnings. in main()
336 switch (DevelopmentTreeLayout) { in main()