Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-config/
Dllvm-config.cpp268 enum { CMakeStyle, CMakeBuildModeStyle } DevelopmentTreeLayout; in main() local
290 DevelopmentTreeLayout = CMakeStyle; in main()
295 DevelopmentTreeLayout = CMakeBuildModeStyle; in main()
299 DevelopmentTreeLayout = CMakeStyle; // Initialized to avoid warnings. in main()
312 switch (DevelopmentTreeLayout) { in main()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-config/
Dllvm-config.cpp271 enum { CMakeStyle, CMakeBuildModeStyle } DevelopmentTreeLayout; in main() local
293 DevelopmentTreeLayout = CMakeStyle; in main()
298 DevelopmentTreeLayout = CMakeBuildModeStyle; in main()
302 DevelopmentTreeLayout = CMakeStyle; // Initialized to avoid warnings. in main()
316 switch (DevelopmentTreeLayout) { in main()