reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm-c/Core.h
 2329 LLVMValueRef LLVMGetNamedGlobalAlias(LLVMModuleRef M,

References

tools/llvm-c-test/echo.cpp
  270       LLVMValueRef Dst = LLVMGetNamedGlobalAlias(M, Name, NameLen);
  969     if (LLVMGetNamedGlobalAlias(M, Name, NameLen))
 1179     LLVMValueRef Alias = LLVMGetNamedGlobalAlias(M, Name, NameLen);