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

Declarations

include/llvm-c/Core.h
 1002 LLVMValueRef LLVMAddFunction(LLVMModuleRef M, const char *Name,

References

tools/llvm-c-test/calc.c
  123   LLVMValueRef F = LLVMAddFunction(M, name, Fty);
tools/llvm-c-test/debuginfo.c
  102   LLVMValueRef FooFunction = LLVMAddFunction(M, "foo", FooFuncTy);
tools/llvm-c-test/echo.cpp
  927     auto F = LLVMAddFunction(M, Name, Ty);
unittests/ExecutionEngine/MCJIT/MCJITCAPITest.cpp
  170     Function = LLVMAddFunction(Module, "simple_function",
  191     LLVMValueRef stackmap = LLVMAddFunction(
  196     Function = LLVMAddFunction(Module, "simple_function",
  225         Function = LLVMAddFunction(Module, "getGlobal",
  244         Function2 = LLVMAddFunction(
  481   LLVMValueRef MappedFn = LLVMAddFunction(Module, "mapped_fn", FunctionType);
  483   Function = LLVMAddFunction(Module, "test_fn", FunctionType);