/external/llvm/bindings/python/llvm/ |
disassembler.py | 18 from ctypes import c_uint64 namespace 104 result = lib.LLVMDisasmInstruction(self, buf, c_uint64(len(source)), 105 c_uint64(pc), out_str, 255) 133 c_uint64(len(source) - offset), c_uint64(address), 157 c_uint64, c_uint64, c_char_p, c_size_t] 160 library.LLVMSetDisasmOptions.argtypes = [Disassembler, c_uint64] 164 callbacks['op_info'] = CFUNCTYPE(c_int, c_void_p, c_uint64, c_uint64, c_uint64 [all...] |
object.py | 83 from ctypes import c_uint64 namespace 470 library.LLVMGetSectionSize.restype = c_uint64 477 library.LLVMGetSectionAddress.restype = c_uint64 496 library.LLVMGetSymbolAddress.restype = c_uint64 499 library.LLVMGetSymbolSize.restype = c_uint64 502 library.LLVMGetRelocationAddress.restype = c_uint64 505 library.LLVMGetRelocationOffset.restype = c_uint64 511 library.LLVMGetRelocationType.restype = c_uint64
|
/external/chromium_org/tools/telemetry/telemetry/core/platform/ |
mac_platform_backend.py | 60 _fields_ = [("pti_virtual_size", ctypes.c_uint64), 61 ("pti_resident_size", ctypes.c_uint64), 62 ("pti_total_user", ctypes.c_uint64), 63 ("pti_total_system", ctypes.c_uint64), 64 ("pti_threads_user", ctypes.c_uint64), 65 ("pti_threads_system", ctypes.c_uint64),
|
/external/chromium_org/v8/tools/ |
grokdump.py | 189 ("flags", ctypes.c_uint64) 212 ("record", ctypes.c_uint64), 213 ("address", ctypes.c_uint64), 216 ("information", ctypes.c_uint64 * MD_EXCEPTION_MAXIMUM_PARAMETERS) 319 ("fpscr", ctypes.c_uint64), 320 ("regs", ctypes.c_uint64 * MD_FLOATINGSAVEAREA_ARM_FPR_COUNT), 321 ("extra", ctypes.c_uint64 * MD_FLOATINGSAVEAREA_ARM_FPEXTRA_COUNT) 356 ("p1_home", ctypes.c_uint64), 357 ("p2_home", ctypes.c_uint64), 358 ("p3_home", ctypes.c_uint64), [all...] |
ll_prof.py | 354 "x64": ctypes.c_uint64, 355 "arm64": ctypes.c_uint64 508 "u64": ctypes.c_uint64 [all...] |