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

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/clang/host/darwin-x86/clang-4393122/include/lld/Core/
Writer.h 1 //===- lld/Core/Writer.h - Abstract File Format Interface -----------------===//
23 /// \brief The Writer is an abstract class for writing object files, shared
25 /// has a concrete subclass of Writer.
26 class Writer {
28 virtual ~Writer();
33 /// \brief This method is called by Core Linking to give the Writer a chance
40 Writer();
43 std::unique_ptr<Writer> createWriterMachO(const MachOLinkingContext &);
44 std::unique_ptr<Writer> createWriterYAML(const LinkingContext &);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/lld/Core/
Writer.h 1 //===- lld/Core/Writer.h - Abstract File Format Interface -----------------===//
23 /// \brief The Writer is an abstract class for writing object files, shared
25 /// has a concrete subclass of Writer.
26 class Writer {
28 virtual ~Writer();
33 /// \brief This method is called by Core Linking to give the Writer a chance
40 Writer();
43 std::unique_ptr<Writer> createWriterMachO(const MachOLinkingContext &);
44 std::unique_ptr<Writer> createWriterYAML(const LinkingContext &);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/lld/Core/
Writer.h 1 //===- lld/Core/Writer.h - Abstract File Format Interface -----------------===//
23 /// \brief The Writer is an abstract class for writing object files, shared
25 /// has a concrete subclass of Writer.
26 class Writer {
28 virtual ~Writer();
33 /// \brief This method is called by Core Linking to give the Writer a chance
40 Writer();
43 std::unique_ptr<Writer> createWriterMachO(const MachOLinkingContext &);
44 std::unique_ptr<Writer> createWriterYAML(const LinkingContext &);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/lld/Core/
Writer.h 1 //===- lld/Core/Writer.h - Abstract File Format Interface -----------------===//
23 /// \brief The Writer is an abstract class for writing object files, shared
25 /// has a concrete subclass of Writer.
26 class Writer {
28 virtual ~Writer();
33 /// \brief This method is called by Core Linking to give the Writer a chance
40 Writer();
43 std::unique_ptr<Writer> createWriterMachO(const MachOLinkingContext &);
44 std::unique_ptr<Writer> createWriterYAML(const LinkingContext &);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/lld/Core/
Writer.h 1 //===- lld/Core/Writer.h - Abstract File Format Interface -----------------===//
23 /// \brief The Writer is an abstract class for writing object files, shared
25 /// has a concrete subclass of Writer.
26 class Writer {
28 virtual ~Writer();
33 /// \brief This method is called by Core Linking to give the Writer a chance
40 Writer();
43 std::unique_ptr<Writer> createWriterMachO(const MachOLinkingContext &);
44 std::unique_ptr<Writer> createWriterYAML(const LinkingContext &);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/lld/Core/
Writer.h 1 //===- lld/Core/Writer.h - Abstract File Format Interface -----------------===//
23 /// \brief The Writer is an abstract class for writing object files, shared
25 /// has a concrete subclass of Writer.
26 class Writer {
28 virtual ~Writer();
33 /// \brief This method is called by Core Linking to give the Writer a chance
40 Writer();
43 std::unique_ptr<Writer> createWriterMachO(const MachOLinkingContext &);
44 std::unique_ptr<Writer> createWriterYAML(const LinkingContext &);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/lld/Core/
Writer.h 1 //===- lld/Core/Writer.h - Abstract File Format Interface -----------------===//
23 /// \brief The Writer is an abstract class for writing object files, shared
25 /// has a concrete subclass of Writer.
26 class Writer {
28 virtual ~Writer();
33 /// \brief This method is called by Core Linking to give the Writer a chance
40 Writer();
43 std::unique_ptr<Writer> createWriterMachO(const MachOLinkingContext &);
44 std::unique_ptr<Writer> createWriterYAML(const LinkingContext &);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/lld/Core/
Writer.h 1 //===- lld/Core/Writer.h - Abstract File Format Interface -----------------===//
23 /// \brief The Writer is an abstract class for writing object files, shared
25 /// has a concrete subclass of Writer.
26 class Writer {
28 virtual ~Writer();
33 /// \brief This method is called by Core Linking to give the Writer a chance
40 Writer();
43 std::unique_ptr<Writer> createWriterMachO(const MachOLinkingContext &);
44 std::unique_ptr<Writer> createWriterYAML(const LinkingContext &);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/lld/Core/
Writer.h 1 //===- lld/Core/Writer.h - Abstract File Format Interface -----------------===//
23 /// \brief The Writer is an abstract class for writing object files, shared
25 /// has a concrete subclass of Writer.
26 class Writer {
28 virtual ~Writer();
33 /// \brief This method is called by Core Linking to give the Writer a chance
40 Writer();
43 std::unique_ptr<Writer> createWriterMachO(const MachOLinkingContext &);
44 std::unique_ptr<Writer> createWriterYAML(const LinkingContext &);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/lld/Core/
Writer.h 1 //===- lld/Core/Writer.h - Abstract File Format Interface -----------------===//
23 /// \brief The Writer is an abstract class for writing object files, shared
25 /// has a concrete subclass of Writer.
26 class Writer {
28 virtual ~Writer();
33 /// \brief This method is called by Core Linking to give the Writer a chance
40 Writer();
43 std::unique_ptr<Writer> createWriterMachO(const MachOLinkingContext &);
44 std::unique_ptr<Writer> createWriterYAML(const LinkingContext &);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/lld/Core/
Writer.h 1 //===- lld/Core/Writer.h - Abstract File Format Interface -----------------===//
23 /// \brief The Writer is an abstract class for writing object files, shared
25 /// has a concrete subclass of Writer.
26 class Writer {
28 virtual ~Writer();
33 /// \brief This method is called by Core Linking to give the Writer a chance
40 Writer();
43 std::unique_ptr<Writer> createWriterMachO(const MachOLinkingContext &);
44 std::unique_ptr<Writer> createWriterYAML(const LinkingContext &);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/lld/Core/
Writer.h 1 //===- lld/Core/Writer.h - Abstract File Format Interface -----------------===//
23 /// \brief The Writer is an abstract class for writing object files, shared
25 /// has a concrete subclass of Writer.
26 class Writer {
28 virtual ~Writer();
33 /// \brief This method is called by Core Linking to give the Writer a chance
40 Writer();
43 std::unique_ptr<Writer> createWriterMachO(const MachOLinkingContext &);
44 std::unique_ptr<Writer> createWriterYAML(const LinkingContext &);
  /prebuilts/go/darwin-x86/test/fixedbugs/bug345.dir/
io.go 7 type Writer interface {
  /prebuilts/go/linux-x86/test/fixedbugs/bug345.dir/
io.go 7 type Writer interface {
  /prebuilts/go/darwin-x86/src/internal/trace/
writer.go 5 // Writer is a test trace writer.
6 type Writer struct {
10 func NewWriter() *Writer {
11 w := new(Writer)
18 func (w *Writer) Emit(typ byte, args ...uint64) {
  /prebuilts/go/linux-x86/src/internal/trace/
writer.go 5 // Writer is a test trace writer.
6 type Writer struct {
10 func NewWriter() *Writer {
11 w := new(Writer)
18 func (w *Writer) Emit(typ byte, args ...uint64) {
  /external/llvm/include/llvm/Support/
EndianStream.h 27 template <endianness endian> struct Writer {
29 Writer(raw_ostream &OS) : OS(OS) {}
42 inline void Writer<little>::write<float>(float Val) {
48 inline void Writer<little>::write<double>(double Val) {
54 inline void Writer<big>::write<float>(float Val) {
60 inline void Writer<big>::write<double>(double Val) {
  /packages/apps/Camera2/src/com/android/camera/stats/profiler/
Writer.java 22 public interface Writer {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
EndianStream.h 27 template <endianness endian> struct Writer {
29 Writer(raw_ostream &OS) : OS(OS) {}
42 inline void Writer<little>::write<float>(float Val) {
48 inline void Writer<little>::write<double>(double Val) {
54 inline void Writer<big>::write<float>(float Val) {
60 inline void Writer<big>::write<double>(double Val) {
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
EndianStream.h 27 template <endianness endian> struct Writer {
29 Writer(raw_ostream &OS) : OS(OS) {}
42 inline void Writer<little>::write<float>(float Val) {
48 inline void Writer<little>::write<double>(double Val) {
54 inline void Writer<big>::write<float>(float Val) {
60 inline void Writer<big>::write<double>(double Val) {
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
EndianStream.h 27 template <endianness endian> struct Writer {
29 Writer(raw_ostream &OS) : OS(OS) {}
42 inline void Writer<little>::write<float>(float Val) {
48 inline void Writer<little>::write<double>(double Val) {
54 inline void Writer<big>::write<float>(float Val) {
60 inline void Writer<big>::write<double>(double Val) {
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
EndianStream.h 27 template <endianness endian> struct Writer {
29 Writer(raw_ostream &OS) : OS(OS) {}
42 inline void Writer<little>::write<float>(float Val) {
48 inline void Writer<little>::write<double>(double Val) {
54 inline void Writer<big>::write<float>(float Val) {
60 inline void Writer<big>::write<double>(double Val) {
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
EndianStream.h 27 template <endianness endian> struct Writer {
29 Writer(raw_ostream &OS) : OS(OS) {}
42 inline void Writer<little>::write<float>(float Val) {
48 inline void Writer<little>::write<double>(double Val) {
54 inline void Writer<big>::write<float>(float Val) {
60 inline void Writer<big>::write<double>(double Val) {
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
EndianStream.h 27 template <endianness endian> struct Writer {
29 Writer(raw_ostream &OS) : OS(OS) {}
42 inline void Writer<little>::write<float>(float Val) {
48 inline void Writer<little>::write<double>(double Val) {
54 inline void Writer<big>::write<float>(float Val) {
60 inline void Writer<big>::write<double>(double Val) {
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
EndianStream.h 27 template <endianness endian> struct Writer {
29 Writer(raw_ostream &OS) : OS(OS) {}
42 inline void Writer<little>::write<float>(float Val) {
48 inline void Writer<little>::write<double>(double Val) {
54 inline void Writer<big>::write<float>(float Val) {
60 inline void Writer<big>::write<double>(double Val) {

Completed in 688 milliseconds

1 2 3 4 5 6 7 8 91011>>