LLVM: Deprecated List (original) (raw)

LLVM 22.0.0git

Deprecated List

Member llvm::report_fatal_error (Error Err, bool gen_crash_diag=true)

Use reportFatalInternalError() or reportFatalUsageError() instead.

Member llvm::report_fatal_error (const char *reason, bool gen_crash_diag=true)

Use reportFatalInternalError() or reportFatalUsageError() instead.

Member LLVMArrayType (LLVMTypeRef ElementType, unsigned ElementCount)

LLVMArrayType is deprecated in favor of the API accurate LLVMArrayType2

Member LLVMConstArray (LLVMTypeRef ElementTy, LLVMValueRef *ConstantVals, unsigned Length)

LLVMConstArray is deprecated in favor of the API accurate LLVMConstArray2

Member LLVMConstStringInContext (LLVMContextRef C, const char *Str, unsigned Length, LLVMBool DontNullTerminate)

LLVMConstStringInContext is deprecated in favor of the API accurate LLVMConstStringInContext2

Member LLVMGetArrayLength (LLVMTypeRef ArrayTy)

LLVMGetArrayLength is deprecated in favor of the API accurate LLVMGetArrayLength2

Member LLVMSetInstDebugLocation (LLVMBuilderRef Builder, LLVMValueRef Inst)

LLVMSetInstDebugLocation is deprecated in favor of the more general LLVMAddMetadataToInst.


Generated on for LLVM by doxygen 1.14.0