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

References

tools/llvm-c-test/object.c
   40   sect = LLVMObjectFileCopySectionIterator(O);
   41   while (sect && !LLVMObjectFileIsSectionIteratorAtEnd(O, sect)) {
   41   while (sect && !LLVMObjectFileIsSectionIteratorAtEnd(O, sect)) {
   42     printf("'%s': @0x%08" PRIx64 " +%" PRIu64 "\n", LLVMGetSectionName(sect),
   43            LLVMGetSectionAddress(sect), LLVMGetSectionSize(sect));
   43            LLVMGetSectionAddress(sect), LLVMGetSectionSize(sect));
   45     LLVMMoveToNextSection(sect);
   48   LLVMDisposeSectionIterator(sect);