Home
last modified time | relevance | path

Searched defs:write (Results 1 – 25 of 144) sorted by relevance

123456

/llvm-project/llvm/lib/BinaryFormat/
H A DMsgPackWriter.cpp27 void Writer::write(bool b) { EW.write(b ? FirstByte::True : FirstByte::False); } in write() function in Writer
29 void Writer::write(int64_t i) { in write() function in Writer
62 void Writer::write(uint64_t u) { in write() function in Writer
90 void Writer::write(double d) { in write() function in Writer
103 void Writer::write(StringRef s) { in write() function in Writer
123 void Writer::write(MemoryBufferRef Buffer) { in write() function in Writer
/llvm-project/llvm/include/llvm/Support/
H A DEndianStream.h37 inline void write(raw_ostream &os, value_type value, endianness endian) { in write() function
54 inline void write(raw_ostream &os, ArrayRef<value_type> vals, in write() function
61 inline void write(SmallVectorImpl<char> &Out, value_type V, endianness E) { in write() function
71 template <typename value_type> void write(ArrayRef<value_type> Val) { in write() function
74 template <typename value_type> void write(value_type Val) { in write() function
/llvm-project/llvm/lib/Target/DirectX/
H A DDXILResource.cpp273 MDNode *ResourceBase::ExtendedProperties::write(LLVMContext &Ctx) const { in write() function in ResourceBase::ExtendedProperties
287 void ResourceBase::write(LLVMContext &Ctx, in write() function in ResourceBase
298 MDNode *UAVResource::write() const { in write() function in UAVResource
312 MDNode *ConstantBuffer::write() const { in write() function in ConstantBuffer
322 template <typename T> MDNode *ResourceTable<T>::write(Module &M) const { in write() function in ResourceTable
336 Metadata *Resources::writeUAVs(Module &M) const { return UAVs.write( function in Resources
[all...]
/llvm-project/lldb/examples/summaries/cocoa/
H A DLogger.py10 def write(self, data): member in NopLogger
24 def write(self, data): member in StdoutLogger
46 def write(self, data): member in FileLogger
121 def write(self, data): member in Logger
/llvm-project/libc/src/stdio/printf_core/
H A Dwriter.h95 LIBC_INLINE int write(cpp::string_view new_string) { write() function
109 LIBC_INLINE int write(char new_char, size_t length) { write() function
122 LIBC_INLINE int write(char new_char) { write() function
/llvm-project/clang/test/CodeGenCXX/
H A Dbitfield.cpp197 void write(S* s, unsigned x) { in write() function
244 void write(S* s, unsigned x) { in write() function
288 void write(S* s, unsigned x) { in write() function
347 void write(Base* s, unsigned x) { in write() function
399 void write(U* u, unsigned x) { in write() function
459 void write(S* s, unsigned x) { in write() function
528 void write(B2* s, unsigned x) { in write() function
/llvm-project/lldb/source/Host/common/
H A DProcessLaunchInfo.cpp47 const bool write = false; in ProcessLaunchInfo() local
54 const bool write = true; in ProcessLaunchInfo() local
61 const bool write = true; in ProcessLaunchInfo() local
88 bool read, bool write) { in AppendOpenFileAction() argument
98 bool write) { in AppendSuppressFileAction() argument
[all...]
H A DFileAction.cpp35 bool write) { in Open() argument
/llvm-project/llvm/tools/llvm-libtool-darwin/
H A DDependencyInfo.h29 virtual void write(llvm::Twine Version, in write() function
83 void write(llvm::Twine Version, const std::vector<std::string> &Inputs, in write() function
/llvm-project/mlir/include/mlir/Bytecode/
H A DBytecodeWriter.h42 LogicalResult write(T entry, DialectBytecodeWriter &writer) { write() function
60 LogicalResult write(T entry, std::optional<StringRef> &name, fromCallable() function
/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_mutexset.h30 bool write; member
81 void MutexSet::AddAddr(uptr addr, StackID stack_id, bool write) {} in AddAddr()
/llvm-project/llvm/lib/MC/
H A DStringTableBuilder.cpp61 void StringTableBuilder::write(raw_ostream &OS) const { in write() function in StringTableBuilder
71 void StringTableBuilder::write(uint8_t *Buf) const { in write() function in StringTableBuilder
H A DDXContainerPSVInfo.cpp69 void PSVRuntimeInfo::write(raw_ostream &OS, uint32_t Version) const { in write() function in PSVRuntimeInfo
190 void Signature::write(raw_ostream &OS) { in write() function in Signature
/llvm-project/compiler-rt/test/sanitizer_common/TestCases/
H A Dvsnprintf.cpp18 void write(char *buf, int buf_size, const char *fmt, ...) { in write() function
/llvm-project/llvm/lib/ProfileData/
H A DPGOCtxProfWriter.cpp47 void PGOCtxProfileWriter::write(const ContextNode &RootNode) { write() function in PGOCtxProfileWriter
/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingWriter.cpp40 void CoverageFilenamesSectionWriter::write(raw_ostream &OS, bool Compress) { write() function in CoverageFilenamesSectionWriter
154 void CoverageMappingWriter::write(raw_ostream &OS) { write() function in CoverageMappingWriter
294 void TestingFormatWriter::write(raw_ostream &OS, TestingFormatVersion Version) { write() function in TestingFormatWriter
/llvm-project/lldb/source/Breakpoint/
H A DWatchpointResource.cpp20 bool read, bool write) in WatchpointResource()
39 void WatchpointResource::SetType(bool read, bool write) { in SetType()
/llvm-project/libcxx/test/libcxx/time/time.zone/time.zone.db/time.zone.db.remote/
H A Dreload_tzdb.pass.cpp37 static void write(std::string_view input) { std::ofstream{data}.write(input.data(), input.size()); } in write() function
/llvm-project/libcxx/test/libcxx/time/time.zone/time.zone.db/time.zone.db.list/
H A Derase_after.pass.cpp39 static void write(std::string_view input) { std::ofstream{data}.write(input.data(), input.size()); } in write() function
/llvm-project/libc/src/__support/CPP/
H A Dstringstream.h29 void write(const char *bytes, size_t size) { write() function
/llvm-project/llvm/lib/XRay/
H A DFDRTraceWriter.cpp26 static size_t write(support::endian::Writer &OS, Tuple &&T) { in write() function
36 static size_t write(support::endian::Writer &OS, Tuple &&) { in write() function
/llvm-project/libc/include/llvm-libc-types/
H A Dcookie_io_functions_t.h23 cookie_write_function_t *write; member
/llvm-project/flang/test/Lower/
H A Dio-derived-type.f907 interface write(formatted) interface
80 interface write(formatted) interface
/llvm-project/lldb/source/Plugins/Process/Windows/Common/
H A DProcessWindows.h116 bool write; member
/llvm-project/llvm/lib/ObjCopy/wasm/
H A DWasmWriter.cpp60 Error Writer::write() { write() function in llvm::objcopy::wasm::Writer

123456