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

Declarations

include/llvm-c/Core.h
 1145 LLVMTypeRef LLVMInt64Type(void);

References

tools/llvm-c-test/calc.c
   96       stack[depth++] = LLVMConstInt(LLVMInt64Type(), val, 1);
  119   LLVMTypeRef I64ty = LLVMInt64Type();
tools/llvm-c-test/debuginfo.c
   97     LLVMInt64Type(),
   98     LLVMInt64Type(),
   99     LLVMVectorType(LLVMInt64Type(), 10),
  101   LLVMTypeRef FooFuncTy = LLVMFunctionType(LLVMInt64Type(), FooParamTys, 3, 0);
  138   LLVMDIBuilderInsertDeclareAtEnd(DIB, LLVMConstInt(LLVMInt64Type(), 0, false),
  144   LLVMDIBuilderInsertDeclareAtEnd(DIB, LLVMConstInt(LLVMInt64Type(), 0, false),
  150   LLVMDIBuilderInsertDeclareAtEnd(DIB, LLVMConstInt(LLVMInt64Type(), 0, false),
  166   LLVMValueRef FooVal1 = LLVMConstInt(LLVMInt64Type(), 0, false);
unittests/ExecutionEngine/MCJIT/MCJITCAPITest.cpp
  190     LLVMTypeRef stackmapParamTypes[] = { LLVMInt64Type(), LLVMInt32Type() };
  203       LLVMConstInt(LLVMInt64Type(), 0, 0), LLVMConstInt(LLVMInt32Type(), 5, 0),