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

References

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