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

References

unittests/ExecutionEngine/MCJIT/MCJITCAPITest.cpp
  153     Function = nullptr;
  170     Function = LLVMAddFunction(Module, "simple_function",
  172     LLVMSetFunctionCallConv(Function, LLVMCCallConv);
  174     LLVMBasicBlockRef entry = LLVMAppendBasicBlock(Function, "entry");
  196     Function = LLVMAddFunction(Module, "simple_function",
  199     LLVMBasicBlockRef entry = LLVMAppendBasicBlock(Function, "entry");
  225         Function = LLVMAddFunction(Module, "getGlobal",
  227         LLVMSetFunctionCallConv(Function, LLVMCCallConv);
  229         LLVMBasicBlockRef Entry = LLVMAppendBasicBlock(Function, "entry");
  342       reinterpret_cast<uintptr_t>(LLVMGetPointerToGlobal(Engine, Function)));
  389       reinterpret_cast<uintptr_t>(LLVMGetPointerToGlobal(Engine, Function)));
  409       reinterpret_cast<uintptr_t>(LLVMGetPointerToGlobal(Engine, Function)));
  440       reinterpret_cast<uintptr_t>(LLVMGetPointerToGlobal(Engine, Function)));
  465       reinterpret_cast<uintptr_t>(LLVMGetPointerToGlobal(Engine, Function)));
  483   Function = LLVMAddFunction(Module, "test_fn", FunctionType);
  484   LLVMBasicBlockRef Entry = LLVMAppendBasicBlock(Function, "");