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

References

tools/llvm-c-test/echo.cpp
   72         return LLVMVoidTypeInContext(Ctx);
   74         return LLVMHalfTypeInContext(Ctx);
   76         return LLVMFloatTypeInContext(Ctx);
   78         return LLVMDoubleTypeInContext(Ctx);
   80         return LLVMX86FP80TypeInContext(Ctx);
   82         return LLVMFP128TypeInContext(Ctx);
   84         return LLVMPPCFP128TypeInContext(Ctx);
   86         return LLVMLabelTypeInContext(Ctx);
   88         return LLVMIntTypeInContext(Ctx, LLVMGetIntTypeWidth(Src));
  114           S = LLVMStructCreateNamed(Ctx, Name);
  126           S = LLVMStructTypeInContext(Ctx, Elts.data(), EltCount,
  146         return LLVMMetadataTypeInContext(Ctx);
  148         return LLVMX86MMXTypeInContext(Ctx);
  150         return LLVMTokenTypeInContext(Ctx);