Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/tools/llvm-c-test/
Decho.cpp1076 LLVMValueRef Prev = LLVMGetPreviousGlobalAlias(Next); in declare_symbols()
1291 LLVMValueRef Prev = LLVMGetPreviousGlobalAlias(Next); in clone_symbols()
/openbsd/src/gnu/llvm/llvm/include/llvm-c/
DCore.h2470 LLVMValueRef LLVMGetPreviousGlobalAlias(LLVMValueRef GA);
/openbsd/src/gnu/llvm/llvm/lib/IR/
DCore.cpp2253 LLVMValueRef LLVMGetPreviousGlobalAlias(LLVMValueRef GA) { in LLVMGetPreviousGlobalAlias() function