- 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.