Home
last modified time | relevance | path

Searched refs:c_object_p (Results 1 – 11 of 11) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/bindings/python/llvm/
Dobject.py88 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]
449 library.LLVMGetSymbols.restype = c_object_p
[all …]
Dcore.py11 from .common import c_object_p
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 …]
Dbit_reader.py3 from .common import c_object_p
18 module = c_object_p()
27 library.LLVMParseBitcode2.argtypes = [MemoryBuffer, POINTER(c_object_p)]
Dcommon.py26 c_object_p = POINTER(c_void_p) variable
34 assert isinstance(ptr, c_object_p)
Ddisassembler.py23 from .common import c_object_p
152 library.LLVMCreateDisasm.restype = c_object_p
/external/llvm/bindings/python/llvm/
Dobject.py88 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]
449 library.LLVMGetSymbols.restype = c_object_p
[all …]
Dcore.py11 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 …]
Dbit_reader.py3 from .common import c_object_p
18 module = c_object_p()
27 library.LLVMParseBitcode2.argtypes = [MemoryBuffer, POINTER(c_object_p)]
Dcommon.py26 c_object_p = POINTER(c_void_p) variable
34 assert isinstance(ptr, c_object_p)
Ddisassembler.py23 from .common import c_object_p
152 library.LLVMCreateDisasm.restype = c_object_p
/external/clang/bindings/python/clang/
Dcindex.py74 c_object_p = POINTER(c_void_p) variable
169 f, l, c, o = c_object_p(), c_uint(), c_uint(), c_uint()
2025 assert isinstance(obj, c_object_p) and obj
2201 _fields_ = [('cursorKind', c_int), ('completionString', c_object_p)]
2897 callbacks['translation_unit_includes'] = CFUNCTYPE(None, c_object_p,
2908 [c_object_p]),
2912 c_object_p,
2916 [c_object_p],
2917 c_object_p,
2921 [c_object_p, c_char_p],
[all …]