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

Declarations

include/llvm-c/Core.h
 1696 const char *LLVMGetValueName(LLVMValueRef Val);

References

tools/llvm-c-test/module.c
   83       printf("FunctionDeclaration: %s\n", LLVMGetValueName(f));
   90       printf("FunctionDefinition: %s [#bb=%u]\n", LLVMGetValueName(f),
  102             printf(" calls: %s\n", LLVMGetValueName(callee));
  128            LLVMGetValueName(g), s);