HomeSort by relevance Sort by last modified time
    Searched refs:LLVMGetLastFunction (Results 1 - 3 of 3) sorted by null

  /external/llvm/bindings/python/llvm/
core.py 260 return Function(lib.LLVMGetLastFunction(self))
532 library.LLVMGetLastFunction.argtypes = [Module]
533 library.LLVMGetLastFunction.restype = c_object_p
  /external/llvm/include/llvm-c/
Core.h 700 LLVMValueRef LLVMGetLastFunction(LLVMModuleRef M);
    [all...]
  /external/llvm/lib/IR/
Core.cpp     [all...]

Completed in 1254 milliseconds