reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm-c/Core.h
  744 void LLVMSetTarget(LLVMModuleRef M, const char *Triple);

References

tools/llvm-c-test/echo.cpp
 1299   LLVMSetTarget(M, LLVMGetTarget(Src));
unittests/ExecutionEngine/MCJIT/MCJITCAPITest.cpp
  168     LLVMSetTarget(Module, HostTriple.c_str());
  188     LLVMSetTarget(Module, HostTriple.c_str());
  218     LLVMSetTarget(Module, HostTriple.c_str());
  351   LLVMSetTarget(Module, HostTriple.c_str());
  479   LLVMSetTarget(Module, HostTriple.c_str());