Home
last modified time | relevance | path

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

123

/llvm-project/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.cpp332 rnb_err_t RNBSocket::Write(const void *buffer, size_t length) { in Write() function in RNBSocket
/llvm-project/compiler-rt/test/asan/TestCases/Darwin/
H A Dsegv_read_write.c10 __attribute__((noinline)) void Write(int *ptr) { *ptr = 0; } in Write() function
/llvm-project/compiler-rt/test/asan/TestCases/Linux/
H A Dsegv_read_write.c10 __attribute__((noinline)) void Write(int *ptr) { *ptr = 0; } in Write() function
/llvm-project/compiler-rt/test/profile/
H A Dinstrprof-without-libc.c40 int Write = __llvm_profile_write_buffer(Buffer); main() local
/llvm-project/compiler-rt/test/asan/TestCases/Windows/
H A Dcrash_read_write.cpp10 __attribute__((noinline)) void Write(int *ptr) { *ptr = 0; } in Write() function
/llvm-project/mlir/include/mlir/Dialect/LLVMIR/
H A DBasicPtxBuilderInterface.h30 Write = 2, enumerator
/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DMemoryFlags.h30 Write = 1U << 1, enumerator
/llvm-project/lldb/unittests/Process/gdb-remote/
H A DGDBRemoteTestUtils.h43 size_t Write(const void *dst, size_t dst_len, lldb::ConnectionStatus &status, in Write() function
H A DGDBRemoteCommunicationTest.cpp39 bool Write(llvm::StringRef packet) { in Write() function in __anondc2ead940111::GDBRemoteCommunicationTest
/llvm-project/llvm/lib/MCA/
H A DInstrBuilder.cpp346 Write.OpIndex = i; in populateWrites() local
373 WriteDescriptor &Write = ID.Writes[Index]; populateWrites() local
400 WriteDescriptor &Write = ID.Writes[NumExplicitDefs + NumImplicitDefs]; populateWrites() local
426 WriteDescriptor &Write = ID.Writes[CurrentDef]; populateWrites() local
[all...]
/llvm-project/lldb/source/Host/common/
H A DFile.cpp109 Status File::Write(const void *buf, size_t &num_bytes) { in Write() function in File
152 Status File::Write(const void *src, size_t &num_bytes, off_t &offset) { in Write() function in File
582 Status NativeFile::Write(const void *buf, size_t &num_bytes) { in Write() function in NativeFile
706 Status NativeFile::Write(const void *buf, size_t &num_bytes, off_t &offset) { in Write() function in NativeFile
/llvm-project/lldb/source/API/
H A DSBFile.cpp72 SBError SBFile::Write(const uint8_t *buf, size_t num_bytes, Write() function in SBFile
H A DSBCommunication.cpp120 size_t SBCommunication::Write(const void *src, size_t src_len, in Write() function in SBCommunication
/llvm-project/lldb/include/lldb/Utility/
H A DStream.h112 size_t Write(const void *src, size_t src_len) { in Write() function
/llvm-project/lldb/unittests/TestingSupport/Host/
H A DNativeProcessTestUtils.h140 llvm::Expected<size_t> Write(addr_t Addr, llvm::ArrayRef<uint8_t> Chunk) { in Write() function
/llvm-project/flang/runtime/
H A Dfile.h24 enum class Action { Read, Write, ReadWrite }; enumerator
/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingInternal.h66 WriterCallback Write; member
/llvm-project/lldb/source/Core/
H A DCommunication.cpp98 size_t Communication::Write(const void *src, size_t src_len, in Write() function in Communication
/llvm-project/flang/unittests/Runtime/
H A DBufferTest.cpp48 std::size_t Write(FileOffset at, const char *from, std::size_t bytes, in Write() function in Store
/llvm-project/llvm/unittests/Support/
H A DEndianTest.cpp202 TEST(Endian, Write) { in TEST() argument
/llvm-project/llvm/include/llvm/MCA/HardwareUnits/
H A DRegisterFile.h43 WriteState *Write; variable
/llvm-project/compiler-rt/test/asan/TestCases/
H A Dscariness_score_test.cpp84 enum ReadOrWrite { Read = 0, Write = 1 }; enumerator
/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegStackify.cpp134 queryCallee(const MachineInstr & MI,bool & Read,bool & Write,bool & Effects,bool & StackPointer) queryCallee() argument
166 query(const MachineInstr & MI,bool & Read,bool & Write,bool & Effects,bool & StackPointer) query() argument
398 bool Read = false, Write = false, Effects = false, StackPointer = false; isSafeToMove() local
[all...]
/llvm-project/lldb/source/Host/windows/
H A DConnectionGenericFileWindows.cpp257 size_t ConnectionGenericFile::Write(const void *src, size_t src_len, in Write() function in ConnectionGenericFile

123