Home
last modified time | relevance | path

Searched refs:LLVMGetPreviousGlobalAlias (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-c-test/
Decho.cpp940 LLVMValueRef Prev = LLVMGetPreviousGlobalAlias(Next); in declare_symbols()
1070 LLVMValueRef Prev = LLVMGetPreviousGlobalAlias(Next); in clone_symbols()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm-c/
DCore.h2158 LLVMValueRef LLVMGetPreviousGlobalAlias(LLVMValueRef GA);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DCore.cpp1997 LLVMValueRef LLVMGetPreviousGlobalAlias(LLVMValueRef GA) { in LLVMGetPreviousGlobalAlias() function