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

Declarations

include/llvm-c/Object.h
  174 const char *LLVMGetSectionName(LLVMSectionIteratorRef SI);

References

tools/llvm-c-test/object.c
   42     printf("'%s': @0x%08" PRIx64 " +%" PRIu64 "\n", LLVMGetSectionName(sect),
   85            LLVMGetSectionName(sect));