Searched refs:c_object_p (Results 1 - 6 of 6) sorted by relevance

/external/llvm/bindings/python/llvm/
H A Dobject.py88 from .common import c_object_p namespace
293 assert isinstance(ptr, c_object_p)
368 assert isinstance(ptr, c_object_p)
440 library.LLVMCreateObjectFile.restype = c_object_p
445 library.LLVMGetSections.restype = c_object_p
447 library.LLVMDisposeSectionIterator.argtypes = [c_object_p]
449 library.LLVMIsSectionIteratorAtEnd.argtypes = [ObjectFile, c_object_p]
452 library.LLVMMoveToNextSection.argtypes = [c_object_p]
454 library.LLVMMoveToContainingSection.argtypes = [c_object_p, c_object_p]
[all...]
H A Dbit_reader.py3 from .common import c_object_p namespace
18 module = c_object_p()
28 library.LLVMParseBitcode.argtypes = [MemoryBuffer, POINTER(c_object_p), POINTER(c_char_p)]
H A Dcore.py11 from .common import c_object_p namespace
158 memory = c_object_p()
482 library.LLVMGetGlobalPassRegistry.restype = c_object_p
486 library.LLVMContextCreate.restype = c_object_p
492 library.LLVMGetGlobalContext.restype = c_object_p
496 POINTER(c_object_p), POINTER(c_char_p)]
505 library.LLVMModuleCreateWithName.restype = c_object_p
530 library.LLVMGetFirstFunction.restype = c_object_p
533 library.LLVMGetLastFunction.restype = c_object_p
536 library.LLVMGetNextFunction.restype = c_object_p
[all...]
H A Dcommon.py22 'c_object_p',
26 c_object_p = POINTER(c_void_p) variable
34 assert isinstance(ptr, c_object_p)
H A Ddisassembler.py23 from .common import c_object_p namespace
152 library.LLVMCreateDisasm.restype = c_object_p
/external/clang/bindings/python/clang/
H A Dcindex.py74 c_object_p = POINTER(c_void_p) variable
169 f, l, c, o = c_object_p(), c_uint(), c_uint(), c_uint()
1940 assert isinstance(obj, c_object_p) and obj
2116 _fields_ = [('cursorKind', c_int), ('completionString', c_object_p)]
2807 callbacks['translation_unit_includes'] = CFUNCTYPE(None, c_object_p,
2818 [c_object_p]),
2822 c_object_p,
2826 [c_object_p],
2827 c_object_p,
2831 [c_object_p, c_char_
[all...]

Completed in 235 milliseconds