Lines Matching refs:ExecutionEngine
6 CPPFLAGS+= -I${LLVM_SRCS}/include/llvm/ExecutionEngine \
7 -I${LLVM_SRCS}/include/llvm/ExecutionEngine/JITLink \
8 -I${LLVM_SRCS}/include/llvm/ExecutionEngine/Orc \
9 -I${.OBJDIR}/../include/llvm/ExecutionEngine/JITLink
12 SRCS+= ExecutionEngine.cpp \
125 ln -s ${LLVM_SRCS}/lib/ExecutionEngine/JITLink/COFF.cpp $@
128 ln -s ${LLVM_SRCS}/lib/ExecutionEngine/Orc/Core.cpp $@
131 ln -s ${LLVM_SRCS}/lib/ExecutionEngine/JITLink/MachO.cpp $@
134 ln -s ${LLVM_SRCS}/lib/ExecutionEngine/JITLink/ELF.cpp $@
136 .PATH: ${.CURDIR}/../../../llvm/llvm/lib/ExecutionEngine
137 .PATH: ${.CURDIR}/../../../llvm/llvm/lib/ExecutionEngine/Interpreter
138 .PATH: ${.CURDIR}/../../../llvm/llvm/lib/ExecutionEngine/JITLink
139 .PATH: ${.CURDIR}/../../../llvm/llvm/lib/ExecutionEngine/MCJIT
140 .PATH: ${.CURDIR}/../../../llvm/llvm/lib/ExecutionEngine/Orc
141 .PATH: ${.CURDIR}/../../../llvm/llvm/lib/ExecutionEngine/Orc/Shared
142 .PATH: ${.CURDIR}/../../../llvm/llvm/lib/ExecutionEngine/Orc/TargetProcess
143 .PATH: ${.CURDIR}/../../../llvm/llvm/lib/ExecutionEngine/RuntimeDyld
144 .PATH: ${.CURDIR}/../../../llvm/llvm/lib/ExecutionEngine/RuntimeDyld/Targets