Searched refs:LLVMGetSections (Results 1 – 3 of 3) sorted by relevance
130 sections = lib.LLVMGetSections(self)338 sections = lib.LLVMGetSections(self._object_file)435 library.LLVMGetSections.argtypes = [ObjectFile]436 library.LLVMGetSections.restype = c_object_p
214 LLVMSectionIteratorRef LLVMGetSections(LLVMObjectFileRef ObjectFile);
201 LLVMSectionIteratorRef LLVMGetSections(LLVMObjectFileRef OF) { in LLVMGetSections() function