Home
last modified time | relevance | path

Searched refs:LLVMGetPreviousGlobal (Results 1 – 10 of 10) 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-7.0/llvm/tools/llvm-c-test/
Decho.cpp861 LLVMValueRef Prev = LLVMGetPreviousGlobal(Next); in declare_symbols()
986 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-7.0/llvm/include/llvm-c/
DCore.h2091 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 }
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/
Dir.go1027 func PrevGlobal(v Value) (rv Value) { rv.C = C.LLVMGetPreviousGlobal(v.C); return }
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DCore.cpp1871 LLVMValueRef LLVMGetPreviousGlobal(LLVMValueRef GlobalVar) { in LLVMGetPreviousGlobal() function