Home
last modified time | relevance | path

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

/dports/security/klee/klee-2.2/test/Concrete/
H A DMakefile.cmake.test.in14 LLVMAS := @LLVM_AS@
/dports/lang/pocl/pocl-1.8/cmake/
H A Dbitcode_rules.cmake149 COMMAND "${LLVM_AS}" "-o" "${BC_FILE}"
H A DLLVM.cmake304 find_program_or_die(LLVM_AS "llvm-as" "LLVM assembler")
/dports/devel/emscripten/emscripten-2.0.3/tools/
H A Dshared.py563 for cmd in [CLANG_CC, LLVM_AR, LLVM_AS, LLVM_NM]:
1696 LLVM_AS = os.path.expanduser(build_llvm_tool_path(exe_suffix('llvm-as'))) variable
H A Dbuilding.py27 from .shared import LLVM_OPT, LLVM_LINK, LLVM_DIS, LLVM_AS, LLVM_OBJCOPY
771 output = run_process([LLVM_AS, input_filename, '-o', output_filename], stdout=PIPE).stdout
/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/
H A DMakefile64 LLVM_AS = $(LLVM_BINDIR)/llvm-as macro
1017 $(LLVM_AS) $(BUILD_DIR)/initmod.$*.ll -o $(BUILD_DIR)/initmod.$*.bc