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

  /external/llvm/bindings/python/llvm/
core.py 260 return Function(lib.LLVMGetLastFunction(self))
529 library.LLVMGetLastFunction.argtypes = [Module]
530 library.LLVMGetLastFunction.restype = c_object_p
  /external/llvm/tools/llvm-c-test/
echo.cpp 794 End = LLVMGetLastFunction(Src);
885 End = LLVMGetLastFunction(Src);
  /external/swiftshader/third_party/LLVM/include/llvm-c/
Core.h 732 LLVMValueRef LLVMGetLastFunction(LLVMModuleRef M)
    [all...]
  /external/llvm/include/llvm-c/
Core.h 748 LLVMValueRef LLVMGetLastFunction(LLVMModuleRef M);
    [all...]
  /external/llvm/bindings/go/llvm/
ir.go     [all...]
  /external/llvm/lib/IR/
Core.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Core.cpp     [all...]

Completed in 6935 milliseconds