Home
last modified time | relevance | path

Searched refs:LLVMGetPreviousGlobal (Results 1 – 6 of 6) sorted by relevance

/external/llvm/tools/llvm-c-test/
Decho.cpp785 LLVMValueRef Prev = LLVMGetPreviousGlobal(Next); in declare_symbols()
876 LLVMValueRef Prev = LLVMGetPreviousGlobal(Next); in clone_symbols()
/external/swiftshader/third_party/LLVM/include/llvm-c/
DCore.h714 LLVMValueRef LLVMGetPreviousGlobal(LLVMValueRef GlobalVar);
/external/llvm/include/llvm-c/
DCore.h1895 LLVMValueRef LLVMGetPreviousGlobal(LLVMValueRef GlobalVar);
/external/swiftshader/third_party/LLVM/lib/VMCore/
DCore.cpp1213 LLVMValueRef LLVMGetPreviousGlobal(LLVMValueRef GlobalVar) { in LLVMGetPreviousGlobal() function
/external/llvm/lib/IR/
DCore.cpp1646 LLVMValueRef LLVMGetPreviousGlobal(LLVMValueRef GlobalVar) { in LLVMGetPreviousGlobal() function
/external/llvm/bindings/go/llvm/
Dir.go999 func PrevGlobal(v Value) (rv Value) { rv.C = C.LLVMGetPreviousGlobal(v.C); return }