Searched refs:LLVMGetSections (Results 1 – 4 of 4) sorted by relevance
37 sect = LLVMGetSections(O); in object_list_sections()70 sect = LLVMGetSections(O); in object_list_symbols()
131 sections = lib.LLVMGetSections(self)339 sections = lib.LLVMGetSections(self._object_file)444 library.LLVMGetSections.argtypes = [ObjectFile]445 library.LLVMGetSections.restype = c_object_p
47 LLVMSectionIteratorRef LLVMGetSections(LLVMObjectFileRef ObjectFile);
74 LLVMSectionIteratorRef LLVMGetSections(LLVMObjectFileRef ObjectFile) { in LLVMGetSections() function