Searched defs:Writer (Results 1 - 25 of 48) sorted by relevance

12

/external/llvm/tools/llvm-readobj/
H A DObjDumper.cpp24 ObjDumper::ObjDumper(StreamWriter& Writer) argument
25 : W(Writer) {
H A Dllvm-readobj.cpp223 static std::error_code createDumper(const ObjectFile *Obj, StreamWriter &Writer, argument
229 return createCOFFDumper(Obj, Writer, Result);
231 return createELFDumper(Obj, Writer, Result);
233 return createMachODumper(Obj, Writer, Result);
252 StreamWriter Writer(outs());
254 if (std::error_code EC = createDumper(Obj, Writer, Dumper)) {
H A DMachODumper.cpp30 MachODumper(const MachOObjectFile *Obj, StreamWriter& Writer) argument
31 : ObjDumper(Writer)
62 StreamWriter &Writer,
68 Result.reset(new MachODumper(MachOObj, Writer));
61 createMachODumper(const object::ObjectFile *Obj, StreamWriter &Writer, std::unique_ptr<ObjDumper> &Result) argument
/external/llvm/include/llvm/Support/
H A DEndianStream.h26 template <endianness endian> struct Writer { struct in namespace:llvm::support::endian
28 Writer(raw_ostream &OS) : OS(OS) {} function in struct:llvm::support::endian::Writer
37 inline void Writer<little>::write<float>(float Val) {
43 inline void Writer<little>::write<double>(double Val) {
49 inline void Writer<big>::write<float>(float Val) {
55 inline void Writer<big>::write<double>(double Val) {
/external/deqp/executor/
H A DxeXMLWriter.cpp21 * \brief XML Writer.
33 const Writer::EndElementType Writer::EndElement = Writer::EndElementType();
127 Writer::Writer (std::ostream& dst) function in class:xe::xml::Writer
135 Writer::~Writer (void)
139 Writer& Writer
[all...]
H A DxeXMLWriter.hpp23 * \brief XML Writer.
51 class Writer class in namespace:xe::xml
71 Writer (std::ostream& dst);
72 ~Writer (void);
74 Writer& operator<< (const BeginElement& begin);
75 Writer& operator<< (const Attribute& attribute);
76 Writer& operator<< (const EndElementType& end);
79 Writer& operator<< (const T& value); //!< Write data.
82 Writer (const Writer
[all...]
/external/marisa-trie/lib/marisa/
H A Dwriter.cc14 Writer::Writer() function in class:marisa::Writer
17 Writer::Writer(std::FILE *file) function in class:marisa::Writer
20 Writer::Writer(int fd) function in class:marisa::Writer
23 Writer::Writer(std::ostream *stream) function in class:marisa::Writer
26 Writer::~Writer() {
[all...]
H A Dwriter.h11 class Writer { class in namespace:marisa
13 Writer();
14 explicit Writer(std::FILE *file);
15 explicit Writer(int fd);
16 explicit Writer(std::ostream *stream);
17 ~Writer();
42 void swap(Writer *rhs);
53 Writer(const Writer &);
54 Writer
[all...]
/external/marisa-trie/v0_1_5/lib/marisa_alpha/
H A Dwriter.cc14 Writer::Writer() function in class:marisa_alpha::Writer
17 Writer::Writer(std::FILE *file) function in class:marisa_alpha::Writer
20 Writer::Writer(int fd) function in class:marisa_alpha::Writer
23 Writer::Writer(std::ostream *stream) function in class:marisa_alpha::Writer
26 Writer::~Writer() {
[all...]
H A Dwriter.h11 class Writer { class in namespace:marisa_alpha
13 Writer();
14 explicit Writer(std::FILE *file);
15 explicit Writer(int fd);
16 explicit Writer(std::ostream *stream);
17 ~Writer();
43 void swap(Writer *rhs);
54 Writer(const Writer &);
55 Writer
[all...]
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/cache/
H A DDiskCache.java14 interface Writer { interface in interface:DiskCache
19 * @param file The File the Writer should write to.
38 * Write to a key in the cache. {@link Writer} is used so that the cache implementation can perform actions after
44 void put(Key key, Writer writer);
/external/llvm/lib/ProfileData/
H A DSampleProfWriter.cpp105 /// \param Writer The writer to instantiate according to the specified format.
113 std::unique_ptr<SampleProfileWriter> Writer; local
116 Writer.reset(new SampleProfileWriterBinary(Filename, EC));
118 Writer.reset(new SampleProfileWriterText(Filename, EC));
125 return std::move(Writer);
/external/llvm/unittests/ProfileData/
H A DInstrProfTest.cpp36 InstrProfWriter Writer; member in struct:__anon11282::InstrProfTest
47 auto Profile = Writer.writeBuffer();
53 Writer.addFunctionCounts("foo", 0x1234, {1, 2, 3, 4});
54 auto Profile = Writer.writeBuffer();
70 Writer.addFunctionCounts("foo", 0x1234, {1, 2});
71 auto Profile = Writer.writeBuffer();
89 Writer.addFunctionCounts("foo", 0x1234, {1ULL << 31, 2});
90 Writer.addFunctionCounts("bar", 0, {1ULL << 63});
91 Writer.addFunctionCounts("baz", 0x5678, {0, 0, 0, 0});
92 auto Profile = Writer
[all...]
/external/jsoncpp/include/json/
H A Dwriter.h21 class JSON_API Writer class in namespace:Json
24 virtual ~Writer();
35 class JSON_API FastWriter : public Writer
43 public: // overridden from Writer
71 class JSON_API StyledWriter: public Writer
77 public: // overridden from Writer
138 * \note There is no point in deriving from Writer, since write() should not return a value.
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_dataflow.h94 struct rc_instruction * Writer; member in struct:rc_reader_data
/external/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp52 InstrProfWriter Writer; local
61 Writer.addFunctionCounts(I.Name, I.Hash, I.Counts))
66 Writer.write(Output);
77 auto Writer = std::move(WriterOrErr.get()); local
98 Writer->write(ProfileMap);
/external/jsoncpp/src/lib_json/
H A Djson_writer.cpp184 // Class Writer
186 Writer::~Writer()
/external/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MachObjectWriter.cpp1 //===-- AArch64MachObjectWriter.cpp - ARM Mach Object Writer --------------===//
37 void RecordRelocation(MachObjectWriter *Writer, MCAssembler &Asm,
145 MachObjectWriter *Writer, MCAssembler &Asm, const MCAsmLayout &Layout,
148 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind());
233 Writer->addRelocation(A_Base, Fragment->getParent(), MRE);
269 : Writer->getSymbolAddress(&A_SD, Layout)) -
272 : Writer->getSymbolAddress(A_Base, Layout));
274 : Writer->getSymbolAddress(&B_SD, Layout)) -
277 : Writer->getSymbolAddress(B_Base, Layout));
284 Writer
144 RecordRelocation( MachObjectWriter *Writer, MCAssembler &Asm, const MCAsmLayout &Layout, const MCFragment *Fragment, const MCFixup &Fixup, MCValue Target, uint64_t &FixedValue) argument
[all...]
/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMachObjectWriter.cpp1 //===-- ARMMachObjectWriter.cpp - ARM Mach Object Writer ------------------===//
29 void RecordARMScatteredRelocation(MachObjectWriter *Writer,
38 void RecordARMScatteredHalfRelocation(MachObjectWriter *Writer,
45 bool requiresExternRelocation(MachObjectWriter *Writer,
57 void RecordRelocation(MachObjectWriter *Writer, MCAssembler &Asm,
142 RecordARMScatteredHalfRelocation(MachObjectWriter *Writer, argument
150 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind());
162 uint32_t Value = Writer->getSymbolAddress(A_SD, Layout);
165 Writer->getSectionAddress(A_SD->getFragment()->getParent());
178 Value2 = Writer
244 RecordARMScatteredRelocation(MachObjectWriter *Writer, const MCAssembler &Asm, const MCAsmLayout &Layout, const MCFragment *Fragment, const MCFixup &Fixup, MCValue Target, unsigned Type, unsigned Log2Size, uint64_t &FixedValue) argument
308 requiresExternRelocation(MachObjectWriter *Writer, const MCAssembler &Asm, const MCFragment &Fragment, unsigned RelocType, const MCSymbolData *SD, uint64_t FixedValue) argument
348 RecordRelocation(MachObjectWriter *Writer, MCAssembler &Asm, const MCAsmLayout &Layout, const MCFragment *Fragment, const MCFixup &Fixup, MCValue Target, uint64_t &FixedValue) argument
[all...]
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMachObjectWriter.cpp1 //===-- PPCMachObjectWriter.cpp - PPC Mach-O Writer -----------------------===//
27 bool RecordScatteredRelocation(MachObjectWriter *Writer,
34 void RecordPPCRelocation(MachObjectWriter *Writer, const MCAssembler &Asm,
44 void RecordRelocation(MachObjectWriter *Writer, MCAssembler &Asm,
48 if (Writer->is64Bit()) {
51 RecordPPCRelocation(Writer, Asm, Layout, Fragment, Fixup, Target,
193 MachObjectWriter *Writer, const MCAssembler &Asm, const MCAsmLayout &Layout,
199 const unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, FK);
215 uint32_t Value = Writer->getSymbolAddress(A_SD, Layout);
217 Writer
192 RecordScatteredRelocation( MachObjectWriter *Writer, const MCAssembler &Asm, const MCAsmLayout &Layout, const MCFragment *Fragment, const MCFixup &Fixup, MCValue Target, unsigned Log2Size, uint64_t &FixedValue) argument
304 RecordPPCRelocation( MachObjectWriter *Writer, const MCAssembler &Asm, const MCAsmLayout &Layout, const MCFragment *Fragment, const MCFixup &Fixup, MCValue Target, uint64_t &FixedValue) argument
[all...]
/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MachObjectWriter.cpp1 //===-- X86MachObjectWriter.cpp - X86 Mach-O Writer -----------------------===//
28 bool RecordScatteredRelocation(MachObjectWriter *Writer,
36 void RecordTLVPRelocation(MachObjectWriter *Writer,
44 void RecordX86Relocation(MachObjectWriter *Writer,
51 void RecordX86_64Relocation(MachObjectWriter *Writer, MCAssembler &Asm,
62 void RecordRelocation(MachObjectWriter *Writer, MCAssembler &Asm,
66 if (Writer->is64Bit())
67 RecordX86_64Relocation(Writer, Asm, Layout, Fragment, Fixup, Target,
70 RecordX86Relocation(Writer, Asm, Layout, Fragment, Fixup, Target,
100 MachObjectWriter *Writer, MCAssemble
99 RecordX86_64Relocation( MachObjectWriter *Writer, MCAssembler &Asm, const MCAsmLayout &Layout, const MCFragment *Fragment, const MCFixup &Fixup, MCValue Target, uint64_t &FixedValue) argument
342 RecordScatteredRelocation(MachObjectWriter *Writer, const MCAssembler &Asm, const MCAsmLayout &Layout, const MCFragment *Fragment, const MCFixup &Fixup, MCValue Target, unsigned Log2Size, uint64_t &FixedValue) argument
437 RecordTLVPRelocation(MachObjectWriter *Writer, const MCAssembler &Asm, const MCAsmLayout &Layout, const MCFragment *Fragment, const MCFixup &Fixup, MCValue Target, uint64_t &FixedValue) argument
481 RecordX86Relocation(MachObjectWriter *Writer, const MCAssembler &Asm, const MCAsmLayout &Layout, const MCFragment *Fragment, const MCFixup &Fixup, MCValue Target, uint64_t &FixedValue) argument
[all...]
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/
H A DHpack.java369 static final class Writer { class in class:Hpack
372 Writer(Buffer out) { method in class:Hpack.Writer
H A DSpdy3.java103 return new Writer(sink, client);
287 static final class Writer implements FrameWriter { class in class:Spdy3
294 Writer(BufferedSink sink, boolean client) { method in class:Spdy3.Writer
/external/javassist/src/main/javassist/bytecode/
H A DStackMap.java295 Writer writer;
299 writer = new Writer();
499 public static class Writer { class in class:StackMap
507 public Writer() { method in class:StackMap.Writer
H A DStackMapTable.java357 private Writer writer;
361 writer = new Writer(data.length);
526 public static class Writer { class in class:StackMapTable
534 public Writer(int size) { method in class:StackMapTable.Writer

Completed in 614 milliseconds

12