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

Declarations

include/llvm-c/Core.h
 1184 LLVMTypeRef LLVMFP128TypeInContext(LLVMContextRef C);

References

lib/IR/Core.cpp
  631   return LLVMFP128TypeInContext(LLVMGetGlobalContext());
tools/llvm-c-test/echo.cpp
   82         return LLVMFP128TypeInContext(Ctx);