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

References

tools/llvm-c-test/attributes.c
   26   while (F) {
   29     for (Idx = LLVMAttributeFunctionIndex, ParamCount = LLVMCountParams(F);
   31       int AttrCount = LLVMGetAttributeCountAtIndex(F, Idx);
   38       LLVMGetAttributesAtIndex(F, Idx, Attrs);
   41     F = LLVMGetNextFunction(F);
   41     F = LLVMGetNextFunction(F);