Home | History | Annotate | Download | only in llvm-c-test

Lines Matching full:sect

24   LLVMSectionIteratorRef sect;
38 sect = LLVMGetSections(O);
39 while (!LLVMIsSectionIteratorAtEnd(O, sect)) {
40 printf("'%s': @0x%08" PRIx64 " +%" PRIu64 "\n", LLVMGetSectionName(sect),
41 LLVMGetSectionAddress(sect), LLVMGetSectionSize(sect));
43 LLVMMoveToNextSection(sect);
46 LLVMDisposeSectionIterator(sect);
56 LLVMSectionIteratorRef sect;
71 sect = LLVMGetSections(O);
75 LLVMMoveToContainingSection(sect, sym);
78 LLVMGetSectionName(sect));