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