Searched defs:Read (Results 1 - 25 of 39) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DPipeBase.cpp21 Status PipeBase::Read(void *buf, size_t size, size_t &bytes_read) { function in class:PipeBase
H A DFile.cpp100 Status File::Read(void *buf, size_t &num_bytes) { function in class:File
142 Status File::Read(void *dst, size_t &num_bytes, off_t &offset) { function in class:File
480 Status NativeFile::Read(void *buf, size_t &num_bytes) { function in class:NativeFile
601 Status NativeFile::Read(void *buf, size_t &num_bytes, off_t &offset) { function in class:NativeFile
/freebsd-11-stable/contrib/llvm-project/llvm/tools/lli/
H A DRemoteJITUtils.h35 ssize_t Read = ::read(InFD, Dst + Completed, Size - Completed); variable
/freebsd-11-stable/sys/contrib/edk2/Include/Protocol/
H A DDebugPort.h122 EFI_DEBUGPORT_READ Read; member in struct:_EFI_DEBUGPORT_PROTOCOL
/freebsd-11-stable/usr.sbin/ppp/
H A Ddescriptor.h48 void (*Read)(struct fdescriptor *, struct bundle *, const fd_set *); member in struct:fdescriptor
H A Dccp.h136 struct mbuf *(*Read)(void *, struct ccp *, u_short *, struct mbuf *); member in struct:ccp_algorithm::__anon8839
/freebsd-11-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DParser.cpp161 unsigned Read; local
175 Type *llvm::parseTypeAtBeginning(StringRef Asm, unsigned &Read, argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBFile.cpp42 SBError SBFile::Read(uint8_t *buf, size_t num_bytes, size_t *bytes_read) { function in class:SBFile
H A DSBCommunication.cpp107 size_t SBCommunication::Read(void *dst, size_t dst_len, uint32_t timeout_usec, function in class:SBCommunication
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DRawConstants.h103 Read = 1 << 0, // Segment is readable. member in class:llvm::pdb::PdbRaw_SrcHeaderBlockVer::OMFSegDescFlags
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCClassDescriptorV2.cpp43 bool ClassDescriptorV2::objc_class_t::Read(Process *process, function in class:ClassDescriptorV2::objc_class_t
80 bool ClassDescriptorV2::class_rw_t::Read(Process *process, lldb::addr_t addr) { function in class:ClassDescriptorV2::class_rw_t
129 bool ClassDescriptorV2::class_ro_t::Read(Process *process, lldb::addr_t addr) { function in class:ClassDescriptorV2::class_ro_t
227 bool ClassDescriptorV2::method_list_t::Read(Process *process, function in class:ClassDescriptorV2::method_list_t
252 bool ClassDescriptorV2::method_t::Read(Process *process, lldb::addr_t addr) { function in class:ClassDescriptorV2::method_t
281 bool ClassDescriptorV2::ivar_list_t::Read(Proces function in class:ClassDescriptorV2::ivar_list_t
305 bool ClassDescriptorV2::ivar_t::Read(Process *process, lldb::addr_t addr) { function in class:ClassDescriptorV2::ivar_t
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstrBundle.h260 bool Read; member in struct:llvm::PhysRegInfo
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeExprGen.h171 Read, member in class:DerefKind
/freebsd-11-stable/contrib/ncurses/ncurses/tinfo/
H A Dread_entry.c110 #define Read(buf, count) fake_read(buffer, &offset, limit, (char *) buf, (unsigned) count) macro
[all...]
/freebsd-11-stable/stand/efi/include/
H A Defiser.h134 EFI_SERIAL_READ Read; member in struct:_SERIAL_IO_INTERFACE
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_ppmd_private.h63 Byte (*Read)(void *p); /* reads one byte, returns 0 in case of EOF or error */ member in struct:__anon22
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DMappedHash.h90 virtual lldb::offset_t Read(lldb_private::DataExtractor &data, function in struct:MappedHash::Header
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextDarwin_arm64.h120 enum { Read = 0, Write = 1, kNumErrors = 2 }; enumerator in enum:RegisterContextDarwin_arm64::__anon1260
H A DRegisterContextDarwin_arm.h153 enum { Read = 0, Write = 1, kNumErrors = 2 }; enumerator in enum:RegisterContextDarwin_arm::__anon1499
H A DRegisterContextDarwin_i386.h111 enum { Read = 0, Write = 1, kNumErrors = 2 }; enumerator in enum:RegisterContextDarwin_i386::__anon1508
H A DRegisterContextDarwin_x86_64.h116 enum { Read = 0, Write = 1, kNumErrors = 2 }; enumerator in enum:RegisterContextDarwin_x86_64::__anon1512
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DMemory.cpp125 size_t MemoryCache::Read(addr_t addr, void *dst, size_t dst_len, function in class:MemoryCache
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DCommunication.cpp123 size_t Communication::Read(void *dst, size_t dst_len, function in class:Communication
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Bitstream/
H A DBitstreamReader.h189 Expected<word_t> Read(unsigned NumBits) { function in class:llvm::SimpleBitstreamCursor
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DHashedNameToDIE.cpp203 DWARFMappedHash::Prologue::Read(const lldb_private::DataExtractor &data, function in class:DWARFMappedHash::Prologue
247 lldb::offset_t DWARFMappedHash::Header::Read(lldb_private::DataExtractor &data, function in class:DWARFMappedHash::Header
256 bool DWARFMappedHash::Header::Read(const lldb_private::DWARFDataExtractor &data, function in class:DWARFMappedHash::Header

Completed in 204 milliseconds

12