HomeSort by: relevance | last modified time | path
    Searched refs:CLANG_DIR (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/symbolizer/scripts/
build_symbolizer.sh 52 CLANG_DIR=$(readlink -f $(dirname "$CLANG"))
58 CC=$CLANG_DIR/clang
59 CXX=$CLANG_DIR/clang++
60 TBLGEN=$CLANG_DIR/llvm-tblgen
61 OPT=$CLANG_DIR/opt
62 export AR=$CLANG_DIR/llvm-ar
63 export LINK=$CLANG_DIR/llvm-link
  /src/external/apache2/llvm/dist/clang/docs/tools/
generate_formatted_state.py 26 CLANG_DIR = os.path.join(os.path.dirname(__file__), '../..')
27 DOC_FILE = os.path.join(CLANG_DIR, 'docs/ClangFormattedStatus.rst')
dump_format_style.py 10 CLANG_DIR = os.path.join(os.path.dirname(__file__), '../..')
11 FORMAT_STYLE_FILE = os.path.join(CLANG_DIR, 'include/clang/Format/Format.h')
12 INCLUDE_STYLE_FILE = os.path.join(CLANG_DIR, 'include/clang/Tooling/Inclusions/IncludeStyle.h')
13 DOC_FILE = os.path.join(CLANG_DIR, 'docs/ClangFormatStyleOptions.rst')

Completed in 28 milliseconds