Lines Matching refs:sect
23 LLVMSectionIteratorRef sect;
37 sect = LLVMGetSections(O);
38 while (!LLVMIsSectionIteratorAtEnd(O, sect)) {
39 printf("'%s': @0x%08" PRIx64 " +%" PRIu64 "\n", LLVMGetSectionName(sect),
40 LLVMGetSectionAddress(sect), LLVMGetSectionSize(sect));
42 LLVMMoveToNextSection(sect);
45 LLVMDisposeSectionIterator(sect);
55 LLVMSectionIteratorRef sect;
70 sect = LLVMGetSections(O);
74 LLVMMoveToContainingSection(sect, sym);
77 LLVMGetSectionName(sect));