Home
last modified time | relevance | path

Searched defs:compile_options (Results 1 – 3 of 3) sorted by relevance

/llvm-project/libc/cmake/modules/
H A DLLVMLibCCompileOptionRules.cmake2 set(compile_options "") global() variable
40 set(compile_options ${LIBC_COMPILE_OPTIONS_DEFAULT} ${compile_flags}) global() variable
137 set(compile_options ${LIBC_COMPILE_OPTIONS_DEFAULT} ${compile_flags}) global() variable
[all...]
H A DCheckCompilerFeatures.cmake44 set(compile_options ${LIBC_COMPILE_OPTIONS_NATIVE}) global() variable
/llvm-project/lldb/tools/debugserver/source/
H A Ddebugserver.cpp982 std::string compile_options; main() local