deimos.llvm.c.analysis

Undocumented in source.

Members

Aliases

LLVMVerifierFailureAction
alias LLVMVerifierFailureAction = int

@defgroup LLVMCAnalysis Analysis @ingroup LLVMC

Enums

LLVMAbortProcessAction
anonymousenum LLVMAbortProcessAction
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

LLVMVerifyFunction
LLVMBool LLVMVerifyFunction(LLVMValueRef Fn, LLVMVerifierFailureAction Action)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LLVMVerifyModule
LLVMBool LLVMVerifyModule(LLVMModuleRef M, LLVMVerifierFailureAction Action, char** OutMessage)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LLVMViewFunctionCFG
void LLVMViewFunctionCFG(LLVMValueRef Fn)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
LLVMViewFunctionCFGOnly
void LLVMViewFunctionCFGOnly(LLVMValueRef Fn)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta