Searched refs:LLVMGetSectionContents (Results 1 – 3 of 3) sorted by relevance
219 r = lib.LLVMGetSectionContents(self)472 library.LLVMGetSectionContents.argtypes = [c_object_p]474 library.LLVMGetSectionContents.restype = POINTER(c_char)
65 const char *LLVMGetSectionContents(LLVMSectionIteratorRef SI);
138 const char *LLVMGetSectionContents(LLVMSectionIteratorRef SI) { in LLVMGetSectionContents() function