Searched refs:LLVMGetSectionName (Results 1 – 4 of 4) sorted by relevance
39 printf("'%s': @0x%08" PRIx64 " +%" PRIu64 "\n", LLVMGetSectionName(sect), in object_list_sections()77 LLVMGetSectionName(sect)); in object_list_symbols()
202 return lib.LLVMGetSectionName(self)466 library.LLVMGetSectionName.argtypes = [c_object_p]467 library.LLVMGetSectionName.restype = c_char_p
63 const char *LLVMGetSectionName(LLVMSectionIteratorRef SI);
127 const char *LLVMGetSectionName(LLVMSectionIteratorRef SI) { in LLVMGetSectionName() function