Home
last modified time | relevance | path

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

123

/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCClassDescriptorV2.cpp46 bool ClassDescriptorV2::objc_class_t::Read(Process *process, in Read() function in ClassDescriptorV2::objc_class_t
88 bool ClassDescriptorV2::class_rw_t::Read(Process *process, lldb::addr_t addr) { in Read() function in ClassDescriptorV2::class_rw_t
141 bool ClassDescriptorV2::class_ro_t::Read(Process *process, lldb::addr_t addr) { in Read() function in ClassDescriptorV2::class_ro_t
239 bool ClassDescriptorV2::method_list_t::Read(Process *process, in Read() function in ClassDescriptorV2::method_list_t
269 bool ClassDescriptorV2::method_t::Read(Process *process, lldb::addr_t addr, in Read() function in ClassDescriptorV2::method_t
320 bool ClassDescriptorV2::ivar_list_t::Read(Proces function in ClassDescriptorV2::ivar_list_t
344 bool ClassDescriptorV2::ivar_t::Read(Process *process, lldb::addr_t addr) { Read() function in ClassDescriptorV2::ivar_t
375 bool ClassDescriptorV2::relative_list_entry_t::Read(Process *process, Read() function in ClassDescriptorV2::relative_list_entry_t
401 bool ClassDescriptorV2::relative_list_list_t::Read(Process *process, Read() function in ClassDescriptorV2::relative_list_list_t
[all...]
/llvm-project/lldb/source/Host/common/
H A DPipeBase.cpp21 Status PipeBase::Read(void *buf, size_t size, size_t &bytes_read) { Read() function in PipeBase
H A DFile.cpp106 Status File::Read(void *buf, size_t &num_bytes) { in Read() function in File
148 Status File::Read(void *dst, size_t &num_bytes, off_t &offset) { in Read() function in File
518 Status NativeFile::Read(void *buf, size_t &num_bytes) { in Read() function in NativeFile
646 Status NativeFile::Read(void *buf, size_t &num_bytes, off_t &offset) { in Read() function in NativeFile
/llvm-project/compiler-rt/test/asan/TestCases/Darwin/
H A Dsegv_read_write.c9 __attribute__((noinline)) void Read(int *ptr) { sink = *ptr; } in Read() function
/llvm-project/compiler-rt/test/asan/TestCases/Linux/
H A Dsegv_read_write.c9 __attribute__((noinline)) void Read(int *ptr) { sink = *ptr; } in Read() function
/llvm-project/compiler-rt/test/asan/TestCases/Windows/
H A Dcrash_read_write.cpp9 __attribute__((noinline)) void Read(int *ptr) { sink = *ptr; } in Read() function
/llvm-project/mlir/include/mlir/Dialect/LLVMIR/
H A DBasicPtxBuilderInterface.h28 Read = 0, enumerator
/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DMemoryFlags.h29 Read = 1U << 0, enumerator
/llvm-project/third-party/benchmark/src/
H A Dperf_counters.cc33 size_t PerfCounterValues::Read(const std::vector<int>& leaders) { in Read() function in benchmark::internal::PerfCounterValues
246 size_t PerfCounterValues::Read(const std::vector<int>&) { return 0; } in Read() function in benchmark::internal::PerfCounterValues
/llvm-project/compiler-rt/lib/memprof/tests/
H A Drawprofile.cpp37 template <class T = uint64_t> T Read(char *&Buffer) { in Read() function
/llvm-project/clang-tools-extra/clangd/
H A DJSONTransport.cpp215 size_t Read = std::strlen(&Out[Size]); in readLine() local
277 for (size_t Pos = 0, Read; Pos < ContentLength; Pos += Read) { in readStandardMessage() local
/llvm-project/lldb/source/API/
H A DSBFile.cpp57 SBError SBFile::Read(uint8_t *buf, size_t num_bytes, size_t *bytes_read) { in Read() function in SBFile
H A DSBCommunication.cpp104 size_t SBCommunication::Read(void *dst, size_t dst_len, uint32_t timeout_usec, in Read() function in SBCommunication
/llvm-project/lldb/unittests/Core/
H A DCommunicationTest.cpp112 TEST_F(CommunicationTest, Read) { in TEST_F() argument
/llvm-project/lldb/unittests/TestingSupport/Host/
H A DNativeProcessTestUtils.h130 llvm::Expected<std::vector<uint8_t>> Read(addr_t Addr, size_t Size) { in Read() function
/llvm-project/flang/runtime/
H A Dfile.h24 enum class Action { Read, Write, ReadWrite }; enumerator
/llvm-project/llvm/lib/MCA/
H A DInstrBuilder.cpp463 Read.OpIndex = OpIndex; in populateReads() local
475 Read.OpIndex = ~I; in populateReads() local
496 ReadDescriptor &Read = ID.Reads[CurrentUse]; populateReads() local
[all...]
/llvm-project/lldb/source/Core/
H A DCommunication.cpp86 size_t Communication::Read(void *dst, size_t dst_len, in Read() function in Communication
H A DThreadedCommunication.cpp76 size_t ThreadedCommunication::Read(void *dst, size_t dst_len, in Read() function in ThreadedCommunication
/llvm-project/llvm/lib/AsmParser/
H A DParser.cpp201 unsigned Read; parseType() local
215 parseTypeAtBeginning(StringRef Asm,unsigned & Read,SMDiagnostic & Err,const Module & M,const SlotMapping * Slots) parseTypeAtBeginning() argument
/llvm-project/flang/unittests/Runtime/
H A DBufferTest.cpp32 std::size_t Read(FileOffset at, char *to, std::size_t minBytes, in Read() function in Store
/llvm-project/llvm/unittests/Support/
H A DEndianTest.cpp21 TEST(Endian, Read) { in TEST() argument
/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.cpp163 size_t ConnectionGenericFile::Read(void *dst, size_t dst_len, in Read() function in ConnectionGenericFile

123