Searched refs:LLVMGetSectionName (Results 1 – 4 of 4) sorted by relevance
42 printf("'%s': @0x%08" PRIx64 " +%" PRIu64 "\n", LLVMGetSectionName(sect), in llvm_object_list_sections()85 LLVMGetSectionName(sect)); in llvm_object_list_symbols()
201 return lib.LLVMGetSectionName(self)457 library.LLVMGetSectionName.argtypes = [c_object_p]458 library.LLVMGetSectionName.restype = c_char_p
175 const char *LLVMGetSectionName(LLVMSectionIteratorRef SI);
255 const char *LLVMGetSectionName(LLVMSectionIteratorRef SI) { in LLVMGetSectionName() function