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

<<11121314151617181920>>

  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
FileSystem.h 1 //===- llvm/Support/FileSystem.h - File System OS Concept -------*- C++ -*-===//
5 // This file is distributed under the University of Illinois Open Source
10 // This file declares the llvm::sys::fs namespace. It is designed after
55 /// An enumeration for the file system's view of the type.
126 uint64_t File;
130 UniqueID(uint64_t Device, uint64_t File) : Device(Device), File(File) {}
133 return Device == Other.Device && File == Other.File;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Frontend/
ASTUnit.h 5 // This file is distributed under the University of Illinois Open Source
62 /// \brief Utility class for loading a ASTContext from an AST file.
123 /// \brief Track whether the main file was loaded from an AST or not.
136 /// from a source file.
139 // of a PCH file when using the Index library on an ASTUnit loaded from
144 /// \brief Sorted (by file offset) vector of pairs of file offset/Decl.
148 /// \brief Map from FileID to the file-level declarations that it contains.
152 /// The name of the original source file used to generate this ASTUnit.
186 const FileEntry *File;
    [all...]
FrontendOptions.h 5 // This file is distributed under the University of Illinois Open Source
35 EmitAssembly, ///< Emit a .s file.
36 EmitBC, ///< Emit a .bc file.
38 EmitLLVM, ///< Emit a .ll file.
41 EmitObj, ///< Emit a .o file.
45 ///< interface file.
49 ModuleFileInfo, ///< Dump information about a module file.
50 VerifyPCH, ///< Load and verify that a PCH file is usable.
54 PrintPreamble, ///< Print the "preamble" of the input file
85 /// \brief An input file for the front end
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Serialization/
Module.h 5 // This file is distributed under the University of Illinois Open Source
10 // This file defines the Module class, which describes a module that has
11 // been loaded from an AST file.
48 MK_ImplicitModule, ///< File is an implicitly-loaded module.
49 MK_ExplicitModule, ///< File is an explicitly-loaded module.
50 MK_PCH, ///< File is a PCH file treated as such.
51 MK_Preamble, ///< File is a PCH file treated as the preamble.
52 MK_MainFile, ///< File is a PCH file treated as the actual main file
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
ARMBuildAttributes.h 5 // This file is distributed under the University of Illinois Open Source
10 // This file contains enumerations and support routines for ARM build attributes
35 File = 1,
GCOV.h 5 // This file is distributed under the University of Illinois Open Source
70 StringRef File = Buffer->getBuffer().slice(0, 4);
71 if (File != "oncg") {
72 errs() << "Unexpected file type: " << File << ".\n";
81 StringRef File = Buffer->getBuffer().slice(0, 4);
82 if (File != "adcg") {
83 errs() << "Unexpected file type: " << File << ".\n";
240 /// GCOVFile - Collects coverage information for one pair of coverage file
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Frontend/
ASTUnit.h 5 // This file is distributed under the University of Illinois Open Source
68 /// \brief Utility class for loading a ASTContext from an AST file.
133 /// \brief Track whether the main file was loaded from an AST or not.
146 /// from a source file.
149 // of a PCH file when using the Index library on an ASTUnit loaded from
154 /// \brief Sorted (by file offset) vector of pairs of file offset/Decl.
158 /// \brief Map from FileID to the file-level declarations that it contains.
162 /// The name of the original source file used to generate this ASTUnit.
204 const FileEntry *File;
    [all...]
FrontendOptions.h 5 // This file is distributed under the University of Illinois Open Source
36 EmitAssembly, ///< Emit a .s file.
37 EmitBC, ///< Emit a .bc file.
39 EmitLLVM, ///< Emit a .ll file.
42 EmitObj, ///< Emit a .o file.
46 ///< interface file.
50 ModuleFileInfo, ///< Dump information about a module file.
51 VerifyPCH, ///< Load and verify that a PCH file is usable.
55 PrintPreamble, ///< Print the "preamble" of the input file
66 /// The kind of a file that we've been handed as an input
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Serialization/
Module.h 5 // This file is distributed under the University of Illinois Open Source
10 // This file defines the Module class, which describes a module that has
11 // been loaded from an AST file.
48 MK_ImplicitModule, ///< File is an implicitly-loaded module.
49 MK_ExplicitModule, ///< File is an explicitly-loaded module.
50 MK_PCH, ///< File is a PCH file treated as such.
51 MK_Preamble, ///< File is a PCH file treated as the preamble.
52 MK_MainFile, ///< File is a PCH file treated as the actual main file
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
ARMBuildAttributes.h 5 // This file is distributed under the University of Illinois Open Source
10 // This file contains enumerations and support routines for ARM build attributes
35 File = 1,
FileSystem.h 1 //===- llvm/Support/FileSystem.h - File System OS Concept -------*- C++ -*-===//
5 // This file is distributed under the University of Illinois Open Source
10 // This file declares the llvm::sys::fs namespace. It is designed after
55 /// An enumeration for the file system's view of the type.
126 uint64_t File;
130 UniqueID(uint64_t Device, uint64_t File) : Device(Device), File(File) {}
133 return Device == Other.Device && File == Other.File;
    [all...]
GCOV.h 5 // This file is distributed under the University of Illinois Open Source
70 StringRef File = Buffer->getBuffer().slice(0, 4);
71 if (File != "oncg") {
72 errs() << "Unexpected file type: " << File << ".\n";
81 StringRef File = Buffer->getBuffer().slice(0, 4);
82 if (File != "adcg") {
83 errs() << "Unexpected file type: " << File << ".\n";
240 /// GCOVFile - Collects coverage information for one pair of coverage file
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Frontend/
ASTUnit.h 5 // This file is distributed under the University of Illinois Open Source
68 /// \brief Utility class for loading a ASTContext from an AST file.
133 /// \brief Track whether the main file was loaded from an AST or not.
146 /// from a source file.
149 // of a PCH file when using the Index library on an ASTUnit loaded from
154 /// \brief Sorted (by file offset) vector of pairs of file offset/Decl.
158 /// \brief Map from FileID to the file-level declarations that it contains.
162 /// The name of the original source file used to generate this ASTUnit.
204 const FileEntry *File;
    [all...]
FrontendOptions.h 5 // This file is distributed under the University of Illinois Open Source
36 EmitAssembly, ///< Emit a .s file.
37 EmitBC, ///< Emit a .bc file.
39 EmitLLVM, ///< Emit a .ll file.
42 EmitObj, ///< Emit a .o file.
46 ///< interface file.
50 ModuleFileInfo, ///< Dump information about a module file.
51 VerifyPCH, ///< Load and verify that a PCH file is usable.
55 PrintPreamble, ///< Print the "preamble" of the input file
66 /// The kind of a file that we've been handed as an input
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Serialization/
Module.h 5 // This file is distributed under the University of Illinois Open Source
10 // This file defines the Module class, which describes a module that has
11 // been loaded from an AST file.
48 MK_ImplicitModule, ///< File is an implicitly-loaded module.
49 MK_ExplicitModule, ///< File is an explicitly-loaded module.
50 MK_PCH, ///< File is a PCH file treated as such.
51 MK_Preamble, ///< File is a PCH file treated as the preamble.
52 MK_MainFile, ///< File is a PCH file treated as the actual main file
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
ARMBuildAttributes.h 5 // This file is distributed under the University of Illinois Open Source
10 // This file contains enumerations and support routines for ARM build attributes
35 File = 1,
FileSystem.h 1 //===- llvm/Support/FileSystem.h - File System OS Concept -------*- C++ -*-===//
5 // This file is distributed under the University of Illinois Open Source
10 // This file declares the llvm::sys::fs namespace. It is designed after
55 /// An enumeration for the file system's view of the type.
126 uint64_t File;
130 UniqueID(uint64_t Device, uint64_t File) : Device(Device), File(File) {}
133 return Device == Other.Device && File == Other.File;
    [all...]
GCOV.h 5 // This file is distributed under the University of Illinois Open Source
70 StringRef File = Buffer->getBuffer().slice(0, 4);
71 if (File != "oncg") {
72 errs() << "Unexpected file type: " << File << ".\n";
81 StringRef File = Buffer->getBuffer().slice(0, 4);
82 if (File != "adcg") {
83 errs() << "Unexpected file type: " << File << ".\n";
240 /// GCOVFile - Collects coverage information for one pair of coverage file
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Frontend/
FrontendOptions.h 5 // This file is distributed under the University of Illinois Open Source
36 EmitAssembly, ///< Emit a .s file.
37 EmitBC, ///< Emit a .bc file.
39 EmitLLVM, ///< Emit a .ll file.
42 EmitObj, ///< Emit a .o file.
46 ///< interface file.
50 ModuleFileInfo, ///< Dump information about a module file.
51 VerifyPCH, ///< Load and verify that a PCH file is usable.
55 PrintPreamble, ///< Print the "preamble" of the input file
66 /// The kind of a file that we've been handed as an input
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Serialization/
Module.h 5 // This file is distributed under the University of Illinois Open Source
10 // This file defines the Module class, which describes a module that has
11 // been loaded from an AST file.
48 MK_ImplicitModule, ///< File is an implicitly-loaded module.
49 MK_ExplicitModule, ///< File is an explicitly-loaded module.
50 MK_PCH, ///< File is a PCH file treated as such.
51 MK_Preamble, ///< File is a PCH file treated as the preamble.
52 MK_MainFile, ///< File is a PCH file treated as the actual main file
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
ARMBuildAttributes.h 5 // This file is distributed under the University of Illinois Open Source
10 // This file contains enumerations and support routines for ARM build attributes
35 File = 1,
FileSystem.h 1 //===- llvm/Support/FileSystem.h - File System OS Concept -------*- C++ -*-===//
5 // This file is distributed under the University of Illinois Open Source
10 // This file declares the llvm::sys::fs namespace. It is designed after
55 /// An enumeration for the file system's view of the type.
126 uint64_t File;
130 UniqueID(uint64_t Device, uint64_t File) : Device(Device), File(File) {}
133 return Device == Other.Device && File == Other.File;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Frontend/
FrontendOptions.h 5 // This file is distributed under the University of Illinois Open Source
36 EmitAssembly, ///< Emit a .s file.
37 EmitBC, ///< Emit a .bc file.
39 EmitLLVM, ///< Emit a .ll file.
42 EmitObj, ///< Emit a .o file.
46 ///< interface file.
50 ModuleFileInfo, ///< Dump information about a module file.
51 VerifyPCH, ///< Load and verify that a PCH file is usable.
55 PrintPreamble, ///< Print the "preamble" of the input file
66 /// The kind of a file that we've been handed as an input
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Serialization/
Module.h 5 // This file is distributed under the University of Illinois Open Source
10 // This file defines the Module class, which describes a module that has
11 // been loaded from an AST file.
48 MK_ImplicitModule, ///< File is an implicitly-loaded module.
49 MK_ExplicitModule, ///< File is an explicitly-loaded module.
50 MK_PCH, ///< File is a PCH file treated as such.
51 MK_Preamble, ///< File is a PCH file treated as the preamble.
52 MK_MainFile, ///< File is a PCH file treated as the actual main file
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
ARMBuildAttributes.h 5 // This file is distributed under the University of Illinois Open Source
10 // This file contains enumerations and support routines for ARM build attributes
35 File = 1,

Completed in 721 milliseconds

<<11121314151617181920>>