/llvm-project/llvm/lib/BinaryFormat/ |
H A D | MsgPackWriter.cpp | 27 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 D | EndianStream.h | 37 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 D | DXILResource.cpp | 273 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 D | Logger.py | 10 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 D | writer.h | 95 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 D | bitfield.cpp | 197 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 D | ProcessLaunchInfo.cpp | 47 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 D | FileAction.cpp | 35 bool write) { in Open() argument
|
/llvm-project/llvm/tools/llvm-libtool-darwin/ |
H A D | DependencyInfo.h | 29 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 D | BytecodeWriter.h | 42 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 D | tsan_mutexset.h | 30 bool write; member 81 void MutexSet::AddAddr(uptr addr, StackID stack_id, bool write) {} in AddAddr()
|
/llvm-project/llvm/lib/MC/ |
H A D | StringTableBuilder.cpp | 61 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 D | DXContainerPSVInfo.cpp | 69 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 D | vsnprintf.cpp | 18 void write(char *buf, int buf_size, const char *fmt, ...) { in write() function
|
/llvm-project/llvm/lib/ProfileData/ |
H A D | PGOCtxProfWriter.cpp | 47 void PGOCtxProfileWriter::write(const ContextNode &RootNode) { write() function in PGOCtxProfileWriter
|
/llvm-project/llvm/lib/ProfileData/Coverage/ |
H A D | CoverageMappingWriter.cpp | 40 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 D | WatchpointResource.cpp | 20 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 D | reload_tzdb.pass.cpp | 37 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 D | erase_after.pass.cpp | 39 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 D | stringstream.h | 29 void write(const char *bytes, size_t size) { write() function
|
/llvm-project/llvm/lib/XRay/ |
H A D | FDRTraceWriter.cpp | 26 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 D | cookie_io_functions_t.h | 23 cookie_write_function_t *write; member
|
/llvm-project/flang/test/Lower/ |
H A D | io-derived-type.f90 | 7 interface write(formatted) interface 80 interface write(formatted) interface
|
/llvm-project/lldb/source/Plugins/Process/Windows/Common/ |
H A D | ProcessWindows.h | 116 bool write; member
|
/llvm-project/llvm/lib/ObjCopy/wasm/ |
H A D | WasmWriter.cpp | 60 Error Writer::write() { write() function in llvm::objcopy::wasm::Writer
|