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

  /external/llvm/bindings/python/llvm/
bit_reader.py 3 from .common import c_object_p
18 module = c_object_p()
27 library.LLVMParseBitcode2.argtypes = [MemoryBuffer, POINTER(c_object_p)]
object.py 88 from .common import c_object_p
293 assert isinstance(ptr, c_object_p)
368 assert isinstance(ptr, c_object_p)
432 library.LLVMCreateObjectFile.restype = c_object_p
437 library.LLVMGetSections.restype = c_object_p
439 library.LLVMDisposeSectionIterator.argtypes = [c_object_p]
441 library.LLVMIsSectionIteratorAtEnd.argtypes = [ObjectFile, c_object_p]
444 library.LLVMMoveToNextSection.argtypes = [c_object_p]
446 library.LLVMMoveToContainingSection.argtypes = [c_object_p, c_object_p]
    [all...]
core.py 11 from .common import c_object_p
158 memory = c_object_p()
479 library.LLVMGetGlobalPassRegistry.restype = c_object_p
483 library.LLVMContextCreate.restype = c_object_p
489 library.LLVMGetGlobalContext.restype = c_object_p
493 POINTER(c_object_p), POINTER(c_char_p)]
502 library.LLVMModuleCreateWithName.restype = c_object_p
527 library.LLVMGetFirstFunction.restype = c_object_p
530 library.LLVMGetLastFunction.restype = c_object_p
533 library.LLVMGetNextFunction.restype = c_object_p
    [all...]
common.py 22 'c_object_p',
26 c_object_p = POINTER(c_void_p) variable
34 assert isinstance(ptr, c_object_p)
disassembler.py 23 from .common import c_object_p
152 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 119 milliseconds