/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
H A D | AppleObjCClassDescriptorV2.cpp | 44 bool ClassDescriptorV2::objc_class_t::Read(Process *process, in Read() function in ClassDescriptorV2::objc_class_t 86 bool ClassDescriptorV2::class_rw_t::Read(Process *process, lldb::addr_t addr) { in Read() function in ClassDescriptorV2::class_rw_t 139 bool ClassDescriptorV2::class_ro_t::Read(Process *process, lldb::addr_t addr) { in Read() function in ClassDescriptorV2::class_ro_t 237 bool ClassDescriptorV2::method_list_t::Read(Process *process, in Read() function in ClassDescriptorV2::method_list_t 267 bool ClassDescriptorV2::method_t::Read(Process *process, lldb::addr_t addr, in Read() function in ClassDescriptorV2::method_t 318 bool ClassDescriptorV2::ivar_list_t::Read(Process *process, lldb::addr_t addr) { in Read() function in ClassDescriptorV2::ivar_list_t 342 bool ClassDescriptorV2::ivar_t::Read(Process *process, lldb::addr_t addr) { in Read() function in ClassDescriptorV2::ivar_t
|
/openbsd-src/gnu/llvm/lldb/source/Host/common/ |
H A D | File.cpp | 105 Status File::Read(void *buf, size_t &num_bytes) { in Read() function in File 147 Status File::Read(void *dst, size_t &num_bytes, off_t &offset) { in Read() function in File 486 Status NativeFile::Read(void *buf, size_t &num_bytes) { in Read() function in NativeFile 607 Status NativeFile::Read(void *buf, size_t &num_bytes, off_t &offset) { in Read() function in NativeFile
|
H A D | PipeBase.cpp | 21 Status PipeBase::Read(void *buf, size_t size, size_t &bytes_read) { in Read() function in PipeBase
|
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/Shared/ |
H A D | MemoryFlags.h | 29 Read = 1U << 0, enumerator
|
/openbsd-src/gnu/llvm/llvm/lib/MCA/ |
H A D | InstrBuilder.cpp | 452 ReadDescriptor &Read = ID.Reads[CurrentUse]; in populateReads() local 464 ReadDescriptor &Read = ID.Reads[CurrentUse + I]; in populateReads() local 483 ReadDescriptor &Read = ID.Reads[CurrentUse]; in populateReads() local
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | HashedNameToDIE.cpp | 212 DWARFMappedHash::Prologue::Read(const lldb_private::DataExtractor &data, in Read() function in DWARFMappedHash::Prologue 256 lldb::offset_t DWARFMappedHash::Header::Read(lldb_private::DataExtractor &data, in Read() function in DWARFMappedHash::Header 265 bool DWARFMappedHash::Header::Read(const lldb_private::DWARFDataExtractor &data, in Read() function in DWARFMappedHash::Header
|
/openbsd-src/gnu/llvm/compiler-rt/lib/memprof/tests/ |
H A D | rawprofile.cpp | 49 template <class T = uint64_t> T Read(char *&Buffer) { in Read() function
|
/openbsd-src/gnu/llvm/llvm/lib/AsmParser/ |
H A D | Parser.cpp | 201 unsigned Read; in parseType() local 215 Type *llvm::parseTypeAtBeginning(StringRef Asm, unsigned &Read, in parseTypeAtBeginning()
|
/openbsd-src/gnu/llvm/lldb/source/API/ |
H A D | SBFile.cpp | 57 SBError SBFile::Read(uint8_t *buf, size_t num_bytes, size_t *bytes_read) { in Read() function in SBFile
|
H A D | SBCommunication.cpp | 104 size_t SBCommunication::Read(void *dst, size_t dst_len, uint32_t timeout_usec, in Read() function in SBCommunication
|
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyRegStackify.cpp | 134 static void queryCallee(const MachineInstr &MI, bool &Read, bool &Write, in queryCallee() 166 static void query(const MachineInstr &MI, bool &Read, bool &Write, in query() 397 bool Read = false, Write = false, Effects = false, StackPointer = false; in isSafeToMove() local
|
/openbsd-src/gnu/llvm/lldb/source/Core/ |
H A D | Communication.cpp | 86 size_t Communication::Read(void *dst, size_t dst_len, in Read() function in Communication
|
H A D | ThreadedCommunication.cpp | 75 size_t ThreadedCommunication::Read(void *dst, size_t dst_len, in Read() function in ThreadedCommunication
|
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
H A D | MachineInstrBundle.h | 260 bool Read; member
|
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/Shared/ |
H A D | SimpleRemoteEPCUtils.cpp | 143 ssize_t Read = ::read(InFD, Dst + Completed, Size - Completed); in readBytes() local
|
/openbsd-src/gnu/llvm/lldb/source/Host/windows/ |
H A D | ConnectionGenericFileWindows.cpp | 163 size_t ConnectionGenericFile::Read(void *dst, size_t dst_len, in Read() function in ConnectionGenericFile
|
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/ |
H A D | RNBSocket.cpp | 281 rnb_err_t RNBSocket::Read(std::string &p) { in Read() function in RNBSocket
|
/openbsd-src/sys/stand/efi/include/ |
H A D | efiser.h | 134 EFI_SERIAL_READ Read; member
|
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | RawConstants.h | 103 Read = 1 << 0, // Segment is readable. enumerator
|
/openbsd-src/regress/lib/libtls/gotls/ |
H A D | tls.go | 301 func (t *TLS) Read(buf []byte) (int, error) { global() func
|
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/arm/ |
H A D | DNBArchImpl.h | 126 enum { Read = 0, Write = 1, kNumErrors = 2 }; enumerator
|
/openbsd-src/gnu/llvm/clang/lib/AST/Interp/ |
H A D | ByteCodeExprGen.h | 191 Read, enumerator
|
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/ |
H A D | MappedHash.h | 88 virtual lldb::offset_t Read(lldb_private::DataExtractor &data, in Read() function
|
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/arm64/ |
H A D | DNBArchImplARM64.h | 101 enum { Read = 0, Write = 1, kNumErrors = 2 }; enumerator
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Utility/ |
H A D | RegisterContextDarwin_arm64.h | 120 enum { Read = 0, Write = 1, kNumErrors = 2 }; enumerator
|