Searched refs:LLVMGetSectionContents (Results 1 – 3 of 3) sorted by relevance
218 r = lib.LLVMGetSectionContents(self)463 library.LLVMGetSectionContents.argtypes = [c_object_p]465 library.LLVMGetSectionContents.restype = POINTER(c_char)
177 const char *LLVMGetSectionContents(LLVMSectionIteratorRef SI);
266 const char *LLVMGetSectionContents(LLVMSectionIteratorRef SI) { in LLVMGetSectionContents() function