Home
last modified time | relevance | path

Searched defs:Write (Results 1 – 25 of 50) sorted by relevance

12

/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/
H A DJSON.cpp45 void JSONString::Write(std::ostream &s) { in Write() function in JSONString
82 void JSONNumber::Write(std::ostream &s) { in Write() function in JSONNumber
100 void JSONTrue::Write(std::ostream &s) { s << "true"; } in Write() function in JSONTrue
104 void JSONFalse::Write(std::ostream &s) { s << "false"; } in Write() function in JSONFalse
108 void JSONNull::Write(std::ostream &s) { s << "null"; } in Write() function in JSONNull
112 void JSONObject::Write(std::ostream &s) { in Write() function in JSONObject
182 void JSONArray::Write(std::ostream &s) { in Write() function in JSONArray
H A DRNBSocket.cpp322 rnb_err_t RNBSocket::Write(const void *buffer, size_t length) { in Write() function in RNBSocket
/openbsd-src/gnu/llvm/lldb/source/Host/common/
H A DFile.cpp108 Status File::Write(const void *buf, size_t &num_bytes) { in Write() function in File
151 Status File::Write(const void *src, size_t &num_bytes, off_t &offset) { in Write() function in File
545 Status NativeFile::Write(const void *buf, size_t &num_bytes) { in Write() function in NativeFile
667 Status NativeFile::Write(const void *buf, size_t &num_bytes, off_t &offset) { in Write() function in NativeFile
/openbsd-src/gnu/llvm/llvm/lib/MCA/
H A DInstrBuilder.cpp339 WriteDescriptor &Write = ID.Writes[CurrentDef]; in populateWrites() local
366 WriteDescriptor &Write = ID.Writes[Index]; in populateWrites() local
393 WriteDescriptor &Write = ID.Writes[NumExplicitDefs + NumImplicitDefs]; in populateWrites() local
417 WriteDescriptor &Write = ID.Writes[CurrentDef]; in populateWrites() local
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DMemoryFlags.h30 Write = 1U << 1, enumerator
/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/
H A DStream.h101 size_t Write(const void *src, size_t src_len) { in Write() function
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBFile.cpp72 SBError SBFile::Write(const uint8_t *buf, size_t num_bytes, in Write() function in SBFile
H A DSBCommunication.cpp120 size_t SBCommunication::Write(const void *src, size_t src_len, in Write() function in SBCommunication
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegStackify.cpp134 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/compiler-rt/lib/profile/
H A DInstrProfilingInternal.h63 WriterCallback Write; member
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DCommunication.cpp98 size_t Communication::Write(const void *src, size_t src_len, in Write() function in Communication
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DVerifier.cpp145 void Write(const Module *M) { in Write() function
149 void Write(const Value *V) { in Write() function
154 void Write(const Value &V) { in Write() function
164 void Write(const Metadata *MD) { in Write() function
171 template <class T> void Write(const MDTupleTypedArrayWrapper<T> &MD) { in Write() function
175 void Write(const NamedMDNode *NMD) { in Write() function
182 void Write(Type *T) { in Write() function
188 void Write(const Comdat *C) { in Write() function
194 void Write(const APInt *AI) { in Write() function
200 void Write(const unsigned i) { *OS << i << '\n'; } in Write() function
[all …]
/openbsd-src/gnu/llvm/lldb/source/Host/windows/
H A DConnectionGenericFileWindows.cpp257 size_t ConnectionGenericFile::Write(const void *src, size_t src_len, in Write() function in ConnectionGenericFile
H A DPipeWindows.cpp320 Status PipeWindows::Write(const void *buf, size_t num_bytes, in Write() function in PipeWindows
/openbsd-src/gnu/llvm/llvm/include/llvm/MCA/HardwareUnits/
H A DRegisterFile.h43 WriteState *Write; variable
/openbsd-src/sys/stand/efi/include/
H A Defiser.h133 EFI_SERIAL_WRITE Write; member
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/
H A DRawConstants.h104 Write = 1 << 1, // Segment is writable. enumerator
/openbsd-src/regress/lib/libtls/gotls/
H A Dtls.go315 func (t *TLS) Write(buf []byte) (int, error) { global() func
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/arm/
H A DDNBArchImpl.h126 enum { Read = 0, Write = 1, kNumErrors = 2 }; enumerator
/openbsd-src/gnu/llvm/clang/lib/AST/Interp/
H A DByteCodeExprGen.h193 Write, enumerator
/openbsd-src/gnu/llvm/lldb/source/Host/posix/
H A DPipePosix.cpp280 Status PipePosix::Write(const void *buf, size_t size, size_t &bytes_written) { in Write() function in PipePosix
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/arm64/
H A DDNBArchImplARM64.h101 enum { Read = 0, Write = 1, kNumErrors = 2 }; enumerator
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Utility/
H A DRegisterContextDarwin_arm64.h120 enum { Read = 0, Write = 1, kNumErrors = 2 }; enumerator
/openbsd-src/games/sail/
H A Dsync.c173 Write(int type, struct ship *ship, long a, long b, long c, long d) in Write() function
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/
H A DMachVMMemory.cpp253 nub_size_t MachVMMemory::Write(task_t task, nub_addr_t address, in Write() function in MachVMMemory

12