Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-c-test/
Decho.cpp914 Begin = LLVMGetFirstGlobalAlias(Src); in declare_symbols()
1039 Begin = LLVMGetFirstGlobalAlias(Src); in clone_symbols()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm-c/
DCore.h2135 LLVMValueRef LLVMGetFirstGlobalAlias(LLVMModuleRef M);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DCore.cpp1973 LLVMValueRef LLVMGetFirstGlobalAlias(LLVMModuleRef M) { in LLVMGetFirstGlobalAlias() function