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