Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-c-test/
Decho.cpp933 Next = LLVMGetNextGlobalAlias(Cur); in declare_symbols()
1063 Next = LLVMGetNextGlobalAlias(Cur); in clone_symbols()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm-c/
DCore.h2150 LLVMValueRef LLVMGetNextGlobalAlias(LLVMValueRef GA);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DCore.cpp1989 LLVMValueRef LLVMGetNextGlobalAlias(LLVMValueRef GA) { in LLVMGetNextGlobalAlias() function