Home
last modified time | relevance | path

Searched defs:output_name (Results 1 – 7 of 7) sorted by relevance

/llvm-project/clang/tools/libclang/
H A DCMakeLists.txt127 set(output_name "libclang") variable
129 set(output_name "clang") variable
/llvm-project/lldb/cmake/modules/
H A DAddLLDB.cmake295 if(NOT output_name) variable
313 set(output_name "lib${output_name}.dylib") global() variable
[all...]
/llvm-project/libcxx/src/
H A DCMakeLists.txt251 set(output_name "$<TARGET_PROPERTY:libcxx-abi-shared,OUTPUT_NAME>") global() variable
/llvm-project/offload/DeviceRTL/
H A DCMakeLists.txt245 set(output_name "${CMAKE_CURRENT_BINARY_DIR}/devicertl-${target_name}-${target_cpu}.o") global() variable
/llvm-project/llvm/cmake/modules/
H A DAddLLVM.cmake615 set(output_name OUTPUT_NAME "${ARG_OUTPUT_NAME}") global() variable
716 set(output_name ${name}) global() variable
2364 set(output_name "$<TARGET_FILE_NAME:${name}>.${file_ext}") global() variable
[all...]
/llvm-project/llvm/tools/gold/
H A Dgold-plugin.cpp127 static std::string output_name = ""; variable
/llvm-project/third-party/unittest/googletest/src/
H A Dgtest.cc682 internal::FilePath output_name(colon + 1); in GetAbsolutePathToOutputFile() local