Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/bindings/python/llvm/
H A Dobject.py87 from .common import c_object_p
292 assert isinstance(ptr, c_object_p)
367 assert isinstance(ptr, c_object_p)
431 library.LLVMCreateObjectFile.restype = c_object_p
436 library.LLVMGetSections.restype = c_object_p
445 library.LLVMMoveToContainingSection.argtypes = [c_object_p, c_object_p]
448 library.LLVMGetSymbols.restype = c_object_p
457 library.LLVMGetSectionName.argtypes = [c_object_p]
470 library.LLVMGetSectionContainsSymbol.argtypes = [c_object_p, c_object_p]
474 library.LLVMGetRelocations.restype = c_object_p
[all …]
H A Dcore.py11 from .common import c_object_p
160 memory = c_object_p()
497 library.LLVMContextCreate.restype = c_object_p
503 library.LLVMGetGlobalContext.restype = c_object_p
507 POINTER(c_object_p), POINTER(c_char_p)]
541 library.LLVMGetFirstFunction.restype = c_object_p
544 library.LLVMGetLastFunction.restype = c_object_p
547 library.LLVMGetNextFunction.restype = c_object_p
560 library.LLVMGetOperand.restype = c_object_p
573 library.LLVMGetLastBasicBlock.restype = c_object_p
[all …]
H A Dbit_reader.py3 from .common import c_object_p
18 module = c_object_p()
27 library.LLVMParseBitcode2.argtypes = [MemoryBuffer, POINTER(c_object_p)]
H A Dcommon.py25 c_object_p = POINTER(c_void_p) variable
33 assert isinstance(ptr, c_object_p)
H A Ddisassembler.py22 from .common import c_object_p
151 library.LLVMCreateDisasm.restype = c_object_p
/llvm-project-15.0.7/clang/bindings/python/clang/
H A Dcindex.py3338 c_object_p,
3343 c_object_p,
3348 c_object_p,
3356 c_object_p),
3395 c_object_p),
3399 c_object_p),
3529 c_object_p),
3542 c_object_p),
3647 c_object_p),
3665 c_object_p),
[all …]