HomeSort by relevance Sort by last modified time
    Searched defs:File (Results 251 - 275 of 658) sorted by null

<<11121314151617181920>>

  /prebuilts/clang/host/darwin-x86/clang-4579689/include/lld/Core/
File.h 1 //===- Core/File.h - A Container of Atoms ---------------------------------===//
5 // This file is distributed under the University of Illinois Open Source
30 /// Every Atom is owned by some File. A common scenario is for a single
31 /// object file (.o) to be parsed by some reader and produce a single
32 /// File object that represents the content of that object file.
34 /// To iterate through the Atoms in a File there are four methods that
36 /// in a File object use:
37 /// for (const DefinedAtoms *atom : file->defined()) {
40 /// The Atom objects in a File are owned by the File object. The Atom object
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/DebugInfo/DWARF/
DWARFContext.h 5 // This file is distributed under the University of Illinois Open Source
86 object::OwningBinary<object::ObjectFile> File;
288 /// Loads register info for the architecture of the provided object file.
DWARFDebugLine.h 5 // This file is distributed under the University of Illinois Open Source
46 /// file tables starting with v5).
127 /// An unsigned integer indicating the identity of the source file
129 uint16_t File;
195 /// Returns the index of the row with file/line info for a given address,
210 /// Fills the Result argument with the file and line information
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/MC/
MCCodeView.h 5 // This file is distributed under the University of Illinois Open Source
123 unsigned File;
273 /// Emits the file checksum substream.
276 /// Emits the offset into the checksum table of the given file number.
303 // Indicates if this FileInfo corresponds to an actual file, or hasn't been
316 /// Array storing added file information.
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Basic/
FileManager.h 1 //===--- FileManager.h - File System Probing and Caching --------*- C++ -*-===//
5 // This file is distributed under the University of Illinois Open Source
10 /// \file
44 /// the virtual file system).
54 /// \brief Cached information about one file (either on disk
55 /// or in the virtual file system).
57 /// If the 'File' member is valid, then this FileEntry has an open file
58 /// descriptor for the file.
62 StringRef Name; // Name of the file
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/lld/Core/
File.h 1 //===- Core/File.h - A Container of Atoms ---------------------------------===//
5 // This file is distributed under the University of Illinois Open Source
30 /// Every Atom is owned by some File. A common scenario is for a single
31 /// object file (.o) to be parsed by some reader and produce a single
32 /// File object that represents the content of that object file.
34 /// To iterate through the Atoms in a File there are four methods that
36 /// in a File object use:
37 /// for (const DefinedAtoms *atom : file->defined()) {
40 /// The Atom objects in a File are owned by the File object. The Atom object
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/DebugInfo/DWARF/
DWARFContext.h 5 // This file is distributed under the University of Illinois Open Source
86 object::OwningBinary<object::ObjectFile> File;
288 /// Loads register info for the architecture of the provided object file.
DWARFDebugLine.h 5 // This file is distributed under the University of Illinois Open Source
46 /// file tables starting with v5).
127 /// An unsigned integer indicating the identity of the source file
129 uint16_t File;
195 /// Returns the index of the row with file/line info for a given address,
210 /// Fills the Result argument with the file and line information
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/MC/
MCCodeView.h 5 // This file is distributed under the University of Illinois Open Source
123 unsigned File;
273 /// Emits the file checksum substream.
276 /// Emits the offset into the checksum table of the given file number.
303 // Indicates if this FileInfo corresponds to an actual file, or hasn't been
316 /// Array storing added file information.
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Basic/
FileManager.h 1 //===--- FileManager.h - File System Probing and Caching --------*- C++ -*-===//
5 // This file is distributed under the University of Illinois Open Source
10 /// \file
44 /// the virtual file system).
54 /// \brief Cached information about one file (either on disk
55 /// or in the virtual file system).
57 /// If the 'File' member is valid, then this FileEntry has an open file
58 /// descriptor for the file.
62 StringRef Name; // Name of the file
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/lld/Core/
File.h 1 //===- Core/File.h - A Container of Atoms ---------------------------------===//
5 // This file is distributed under the University of Illinois Open Source
30 /// Every Atom is owned by some File. A common scenario is for a single
31 /// object file (.o) to be parsed by some reader and produce a single
32 /// File object that represents the content of that object file.
34 /// To iterate through the Atoms in a File there are four methods that
36 /// in a File object use:
37 /// for (const DefinedAtoms *atom : file->defined()) {
40 /// The Atom objects in a File are owned by the File object. The Atom object
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/DebugInfo/DWARF/
DWARFContext.h 5 // This file is distributed under the University of Illinois Open Source
86 object::OwningBinary<object::ObjectFile> File;
288 /// Loads register info for the architecture of the provided object file.
DWARFDebugLine.h 5 // This file is distributed under the University of Illinois Open Source
46 /// file tables starting with v5).
127 /// An unsigned integer indicating the identity of the source file
129 uint16_t File;
195 /// Returns the index of the row with file/line info for a given address,
210 /// Fills the Result argument with the file and line information
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/MC/
MCCodeView.h 5 // This file is distributed under the University of Illinois Open Source
123 unsigned File;
273 /// Emits the file checksum substream.
276 /// Emits the offset into the checksum table of the given file number.
303 // Indicates if this FileInfo corresponds to an actual file, or hasn't been
316 /// Array storing added file information.
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Basic/
FileManager.h 1 //===--- FileManager.h - File System Probing and Caching --------*- C++ -*-===//
5 // This file is distributed under the University of Illinois Open Source
10 /// \file
44 /// the virtual file system).
54 /// \brief Cached information about one file (either on disk
55 /// or in the virtual file system).
57 /// If the 'File' member is valid, then this FileEntry has an open file
58 /// descriptor for the file.
62 StringRef Name; // Name of the file
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/lld/Core/
File.h 1 //===- Core/File.h - A Container of Atoms ---------------------------------===//
5 // This file is distributed under the University of Illinois Open Source
30 /// Every Atom is owned by some File. A common scenario is for a single
31 /// object file (.o) to be parsed by some reader and produce a single
32 /// File object that represents the content of that object file.
34 /// To iterate through the Atoms in a File there are four methods that
36 /// in a File object use:
37 /// for (const DefinedAtoms *atom : file->defined()) {
40 /// The Atom objects in a File are owned by the File object. The Atom object
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/DebugInfo/DWARF/
DWARFContext.h 5 // This file is distributed under the University of Illinois Open Source
86 object::OwningBinary<object::ObjectFile> File;
288 /// Loads register info for the architecture of the provided object file.
DWARFDebugLine.h 5 // This file is distributed under the University of Illinois Open Source
46 /// file tables starting with v5).
127 /// An unsigned integer indicating the identity of the source file
129 uint16_t File;
195 /// Returns the index of the row with file/line info for a given address,
210 /// Fills the Result argument with the file and line information
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/MC/
MCCodeView.h 5 // This file is distributed under the University of Illinois Open Source
123 unsigned File;
273 /// Emits the file checksum substream.
276 /// Emits the offset into the checksum table of the given file number.
303 // Indicates if this FileInfo corresponds to an actual file, or hasn't been
316 /// Array storing added file information.
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
FileManager.h 1 //===--- FileManager.h - File System Probing and Caching --------*- C++ -*-===//
5 // This file is distributed under the University of Illinois Open Source
10 /// \file
44 /// the virtual file system).
54 /// \brief Cached information about one file (either on disk
55 /// or in the virtual file system).
57 /// If the 'File' member is valid, then this FileEntry has an open file
58 /// descriptor for the file.
62 StringRef Name; // Name of the file
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCCodeView.h 5 // This file is distributed under the University of Illinois Open Source
123 unsigned File;
273 /// Emits the file checksum substream.
296 /// An array of absolute paths. Eventually this may include the file checksum.
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Basic/
FileManager.h 1 //===--- FileManager.h - File System Probing and Caching --------*- C++ -*-===//
5 // This file is distributed under the University of Illinois Open Source
10 /// \file
44 /// the virtual file system).
54 /// \brief Cached information about one file (either on disk
55 /// or in the virtual file system).
57 /// If the 'File' member is valid, then this FileEntry has an open file
58 /// descriptor for the file.
62 StringRef Name; // Name of the file
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/lld/Core/
File.h 1 //===- Core/File.h - A Container of Atoms ---------------------------------===//
5 // This file is distributed under the University of Illinois Open Source
30 /// Every Atom is owned by some File. A common scenario is for a single
31 /// object file (.o) to be parsed by some reader and produce a single
32 /// File object that represents the content of that object file.
34 /// To iterate through the Atoms in a File there are four methods that
36 /// in a File object use:
37 /// for (const DefinedAtoms *atom : file->defined()) {
40 /// The Atom objects in a File are owned by the File object. The Atom object
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/MC/
MCCodeView.h 5 // This file is distributed under the University of Illinois Open Source
123 unsigned File;
273 /// Emits the file checksum substream.
296 /// An array of absolute paths. Eventually this may include the file checksum.
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Basic/
FileManager.h 1 //===--- FileManager.h - File System Probing and Caching --------*- C++ -*-===//
5 // This file is distributed under the University of Illinois Open Source
10 /// \file
44 /// the virtual file system).
54 /// \brief Cached information about one file (either on disk
55 /// or in the virtual file system).
57 /// If the 'File' member is valid, then this FileEntry has an open file
58 /// descriptor for the file.
62 StringRef Name; // Name of the file
    [all...]

Completed in 1486 milliseconds

<<11121314151617181920>>