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

Declarations

include/llvm-c/Core.h
  589 LLVMAttributeRef LLVMCreateEnumAttribute(LLVMContextRef C, unsigned KindID,

References

tools/llvm-c-test/echo.cpp
  414           auto A = LLVMCreateEnumAttribute(Ctx, k, Val);
  935           auto DstA = LLVMCreateEnumAttribute(Ctx, k, Val);