HomeSort by relevance Sort by last modified time
    Searched defs:Writer (Results 151 - 175 of 278) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/MC/
MCAssembler.h 101 MCObjectWriter &Writer;
145 /// the Streamer and the .o writer
209 MCCodeEmitter &Emitter, MCObjectWriter &Writer);
229 /// Emit the section contents using the given object writer.
263 MCObjectWriter &getWriter() const { return Writer; }
269 /// \p Writer is used for custom object writer (as the MCJIT does),
332 // factored so that the streamer has direct access to the .o writer, it can
367 // factored so that the streamer has direct access to the .o writer, it can
388 // factored so that the streamer has direct access to the .o writer, it ca
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/MC/
MCAssembler.h 101 MCObjectWriter &Writer;
145 /// the Streamer and the .o writer
209 MCCodeEmitter &Emitter, MCObjectWriter &Writer);
229 /// Emit the section contents using the given object writer.
263 MCObjectWriter &getWriter() const { return Writer; }
269 /// \p Writer is used for custom object writer (as the MCJIT does),
332 // factored so that the streamer has direct access to the .o writer, it can
367 // factored so that the streamer has direct access to the .o writer, it can
388 // factored so that the streamer has direct access to the .o writer, it ca
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/MC/
MCAssembler.h 101 MCObjectWriter &Writer;
145 /// the Streamer and the .o writer
209 MCCodeEmitter &Emitter, MCObjectWriter &Writer);
229 /// Emit the section contents using the given object writer.
263 MCObjectWriter &getWriter() const { return Writer; }
269 /// \p Writer is used for custom object writer (as the MCJIT does),
332 // factored so that the streamer has direct access to the .o writer, it can
367 // factored so that the streamer has direct access to the .o writer, it can
388 // factored so that the streamer has direct access to the .o writer, it ca
    [all...]
  /external/clang/include/clang/Frontend/
CompilerInstance.h 521 auto *Writer = ThePCHContainerOperations->getWriterOrNull(Format);
522 if (!Writer) {
527 return *Writer;
  /external/clang/lib/Frontend/
SerializedDiagnosticPrinter.cpp 60 SDiagsWriter &Writer;
62 SDiagsRenderer(SDiagsWriter &Writer, const LangOptions &LangOpts,
64 : DiagnosticNoteRenderer(LangOpts, DiagOpts), Writer(Writer) {}
100 SDiagsWriter &Writer;
106 SDiagsMerger(SDiagsWriter &Writer)
107 : SerializedDiagnosticReader(), Writer(Writer) {}
686 Writer.EmitDiagnosticMessage(Loc, PLoc, Level, Message, SM, D);
700 Writer.EnterDiagBlock()
    [all...]
  /external/javassist/src/main/javassist/bytecode/
StackMapTable.java 357 private Writer writer; field in class:StackMapTable.SimpleCopy
361 writer = new Writer(data.length);
366 return writer.toByteArray();
370 writer.sameFrame(offsetDelta);
374 writer.sameLocals(offsetDelta, stackTag, copyData(stackTag, stackData));
378 writer.chopFrame(offsetDelta, k);
382 writer.appendFrame(offsetDelta, tags, copyData(tags, data));
387 writer.fullFrame(offsetDelta, localTags, copyData(localTags, localData)
694 private PrintWriter writer; field in class:StackMapTable.Printer
    [all...]
  /external/llvm/include/llvm/MC/
MCAssembler.h 101 MCObjectWriter &Writer;
145 /// the Streamer and the .o writer
218 /// Emit the section contents using the given object writer.
250 MCCodeEmitter &Emitter, MCObjectWriter &Writer);
263 MCObjectWriter &getWriter() const { return Writer; }
269 /// \p Writer is used for custom object writer (as the MCJIT does),
332 // factored so that the streamer has direct access to the .o writer, it can
367 // factored so that the streamer has direct access to the .o writer, it can
388 // factored so that the streamer has direct access to the .o writer, it ca
    [all...]
  /external/llvm/unittests/ProfileData/
InstrProfTest.cpp 45 InstrProfWriter Writer;
48 void SetUp() { Writer.setOutputSparse(false); }
58 void SetUp() { Writer.setOutputSparse(true); }
63 void SetUp() { Writer.setOutputSparse(GetParam()); }
67 auto Profile = Writer.writeBuffer();
74 NoError(Writer.addRecord(std::move(Record)));
75 auto Profile = Writer.writeBuffer();
93 NoError(Writer.addRecord(std::move(Record1)));
94 NoError(Writer.addRecord(std::move(Record2)));
95 auto Profile = Writer.writeBuffer()
    [all...]
  /frameworks/av/media/libnblog/include/media/nblog/
NBLog.h 44 // FIXME Everything needed for client (writer API and registration) should be isolated
46 class Writer;
230 friend class Writer;
294 // FIXME Timeline was intended to wrap Writer and Reader, but isn't actually used yet.
309 friend class Writer;
320 // Writer is thread-safe with respect to Reader, but not with respect to multiple threads
321 // calling Writer methods. If you need multi-thread safety for writing, use LockedWriter.
322 class Writer : public RefBase {
324 Writer(); // dummy nop implementation without shared memory
328 Writer(void *shared, size_t size)
    [all...]
  /frameworks/base/core/java/com/android/internal/util/
FileRotator.java 75 public interface Writer {
83 public interface Rewriter extends Reader, Writer {
188 public void combineActive(final Reader reader, final Writer writer, long currentTimeMillis)
208 writer.write(out);
378 private static void writeFile(File file, Writer writer) throws IOException {
382 writer.write(bos);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Frontend/
CompilerInstance.h 527 auto *Writer = ThePCHContainerOperations->getWriterOrNull(Format);
528 if (!Writer) {
533 return *Writer;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCAssembler.h 101 MCObjectWriter &Writer;
145 /// the Streamer and the .o writer
209 MCCodeEmitter &Emitter, MCObjectWriter &Writer);
229 /// Emit the section contents using the given object writer.
263 MCObjectWriter &getWriter() const { return Writer; }
269 /// \p Writer is used for custom object writer (as the MCJIT does),
332 // factored so that the streamer has direct access to the .o writer, it can
367 // factored so that the streamer has direct access to the .o writer, it can
388 // factored so that the streamer has direct access to the .o writer, it ca
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Frontend/
CompilerInstance.h 534 auto *Writer = ThePCHContainerOperations->getWriterOrNull(Format);
535 if (!Writer) {
540 return *Writer;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Frontend/
CompilerInstance.h 534 auto *Writer = ThePCHContainerOperations->getWriterOrNull(Format);
535 if (!Writer) {
540 return *Writer;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Frontend/
CompilerInstance.h 534 auto *Writer = ThePCHContainerOperations->getWriterOrNull(Format);
535 if (!Writer) {
540 return *Writer;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Frontend/
CompilerInstance.h 534 auto *Writer = ThePCHContainerOperations->getWriterOrNull(Format);
535 if (!Writer) {
540 return *Writer;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Frontend/
CompilerInstance.h 534 auto *Writer = ThePCHContainerOperations->getWriterOrNull(Format);
535 if (!Writer) {
540 return *Writer;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Frontend/
CompilerInstance.h 534 auto *Writer = ThePCHContainerOperations->getWriterOrNull(Format);
535 if (!Writer) {
540 return *Writer;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Frontend/
CompilerInstance.h 527 auto *Writer = ThePCHContainerOperations->getWriterOrNull(Format);
528 if (!Writer) {
533 return *Writer;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCAssembler.h 101 MCObjectWriter &Writer;
145 /// the Streamer and the .o writer
209 MCCodeEmitter &Emitter, MCObjectWriter &Writer);
229 /// Emit the section contents using the given object writer.
263 MCObjectWriter &getWriter() const { return Writer; }
269 /// \p Writer is used for custom object writer (as the MCJIT does),
332 // factored so that the streamer has direct access to the .o writer, it can
367 // factored so that the streamer has direct access to the .o writer, it can
388 // factored so that the streamer has direct access to the .o writer, it ca
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Frontend/
CompilerInstance.h 534 auto *Writer = ThePCHContainerOperations->getWriterOrNull(Format);
535 if (!Writer) {
540 return *Writer;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Frontend/
CompilerInstance.h 534 auto *Writer = ThePCHContainerOperations->getWriterOrNull(Format);
535 if (!Writer) {
540 return *Writer;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Frontend/
CompilerInstance.h 534 auto *Writer = ThePCHContainerOperations->getWriterOrNull(Format);
535 if (!Writer) {
540 return *Writer;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Frontend/
CompilerInstance.h 534 auto *Writer = ThePCHContainerOperations->getWriterOrNull(Format);
535 if (!Writer) {
540 return *Writer;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Frontend/
CompilerInstance.h 534 auto *Writer = ThePCHContainerOperations->getWriterOrNull(Format);
535 if (!Writer) {
540 return *Writer;

Completed in 1314 milliseconds

1 2 3 4 5 67 8 91011>>