Home
last modified time | relevance | path

Searched refs:LLVMGetPreviousFunction (Results 1 – 7 of 7) sorted by relevance

/external/llvm/bindings/python/llvm/
Dcore.py281 f = lib.LLVMGetPreviousFunction(self)
535 library.LLVMGetPreviousFunction.argtypes = [Function]
536 library.LLVMGetPreviousFunction.restype = c_object_p
/external/llvm/tools/llvm-c-test/
Decho.cpp831 LLVMValueRef Prev = LLVMGetPreviousFunction(Next); in declare_symbols()
918 LLVMValueRef Prev = LLVMGetPreviousFunction(Next); in clone_symbols()
/external/swiftshader/third_party/LLVM/include/llvm-c/
DCore.h734 LLVMValueRef LLVMGetPreviousFunction(LLVMValueRef Fn);
/external/llvm/include/llvm-c/
DCore.h764 LLVMValueRef LLVMGetPreviousFunction(LLVMValueRef Fn);
/external/swiftshader/third_party/LLVM/lib/VMCore/
DCore.cpp1297 LLVMValueRef LLVMGetPreviousFunction(LLVMValueRef Fn) { in LLVMGetPreviousFunction() function
/external/llvm/lib/IR/
DCore.cpp1779 LLVMValueRef LLVMGetPreviousFunction(LLVMValueRef Fn) { in LLVMGetPreviousFunction() function
/external/llvm/bindings/go/llvm/
Dir.go1034 func PrevFunction(v Value) (rv Value) { rv.C = C.LLVMGetPreviousFunction(v.C); return }