HomeSort by relevance Sort by last modified time
    Searched full:c_object_p (Results 1 - 5 of 5) sorted by null

  /external/llvm/bindings/python/llvm/
object.py 85 from .common import c_object_p namespace
285 assert isinstance(ptr, c_object_p)
369 assert isinstance(ptr, c_object_p)
441 library.LLVMCreateObjectFile.restype = c_object_p
446 library.LLVMGetSections.restype = c_object_p
448 library.LLVMDisposeSectionIterator.argtypes = [c_object_p]
450 library.LLVMIsSectionIteratorAtEnd.argtypes = [ObjectFile, c_object_p]
453 library.LLVMMoveToNextSection.argtypes = [c_object_p]
455 library.LLVMMoveToContainingSection.argtypes = [c_object_p, c_object_p]
    [all...]
common.py 17 'c_object_p',
22 c_object_p = POINTER(c_void_p) variable
30 assert isinstance(ptr, c_object_p)
core.py 11 from .common import c_object_p namespace
75 memory = c_object_p()
88 POINTER(c_object_p), POINTER(c_char_p)]
disassembler.py 24 from .common import c_object_p namespace
120 library.LLVMCreateDisasm.restype = c_object_p
  /external/clang/bindings/python/clang/
cindex.py 74 c_object_p = POINTER(c_void_p) variable
169 f, l, c, o = c_object_p(), c_uint(), c_uint(), c_uint()
    [all...]

Completed in 583 milliseconds