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

References

unittests/ExecutionEngine/MCJIT/MCJITCAPITest.cpp
  244         Function2 = LLVMAddFunction(
  246         LLVMSetFunctionCallConv(Function2, LLVMCCallConv);
  248         LLVMBasicBlockRef Entry = LLVMAppendBasicBlock(Function2, "entry");
  252         LLVMValueRef Arg = LLVMGetParam(Function2, 0);
  443       reinterpret_cast<uintptr_t>(LLVMGetPointerToGlobal(Engine, Function2)));