| /prebuilts/clang/host/linux-x86/clang-4630689/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-4639204/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-4639204/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-4639204/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-4691093/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-4691093/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-4691093/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...] |
| /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/ProcessDsc/ |
| ProcessDsc.c | 45 // $(BUILD_DIR) in their DSC file and we will expand it for them (usually).
60 #define SOURCE_FILE_NAME "SOURCE_FILE_NAME" // c:\FullPath\File.c
66 #define COMPONENT_TYPE_FILE "FILE"
68 #define FFS_EXT "FFS_EXT" // FV_EXT is deprecated -- extension of FFS file
80 #define SOURCE_COMPILE_TYPE "SOURCE_COMPILE_TYPE" // to build a source using a custom build section in the DSC file
98 #define MODULE_NAME_FILE "module.list" // record all module names defined in the dsc file
109 // Defines for file types
122 INT8 *Extension; // file extension
136 // example, when a ".c" is built, it results in a ".obj" file.
190 // Structure to split up a file into its different parts. [all...] |
| /external/clang/bindings/python/clang/ |
| cindex.py | 5 # This file is distributed under the University of Illinois Open Source 40 SourceRange, SourceLocation, and File 63 # o implement additional SourceLocation, SourceRange, and File methods. 114 "constant: %d. Please file a bug to have this " 162 A SourceLocation represents a particular location within a source file. 173 f = File(f) 180 def from_position(tu, file, line, column): 182 Retrieve the source location associated with a given file/line/column in 185 return conf.lib.clang_getLocation(tu, file, line, column) 188 def from_offset(tu, file, offset) 198 def file(self): member in class:SourceLocation [all...] |
| /external/clang/include/clang/Basic/ |
| SourceManager.h | 5 // This file is distributed under the University of Illinois Open Source 10 /// \file 13 /// There are three different types of locations in a %file: a spelling 71 /// \brief Indicates whether a file or directory holds normal user code, 82 /// \brief One instance of this struct is kept for every file loaded or used. 94 /// file. 101 /// \brief Reference to the file entry representing this ContentCache. 109 /// \brief References the file which the contents were actually loaded from. 111 /// Can be different from 'Entry' if we overridden the contents of one file 112 /// with the contents of another file [all...] |
| /external/clang/lib/Basic/ |
| VirtualFileSystem.cpp | 1 //===- VirtualFileSystem.cpp - Virtual File System Layer --------*- C++ -*-===// 5 // This file is distributed under the University of Illinois Open Source 9 // This file implements the VirtualFileSystem interface. 90 File::~File() {} 139 /// \brief Wrapper around a raw file descriptor. 140 class RealFile : public File { 149 assert(FD >= 0 && "Invalid or inactive file descriptor"); 166 assert(FD != -1 && "cannot stat closed file"); 183 assert(FD != -1 && "cannot get buffer for closed file"); [all...] |
| /external/clang/lib/Frontend/ |
| ASTUnit.cpp | 5 // This file is distributed under the University of Illinois Open Source 84 /// \brief The file in which the precompiled preamble is stored. 94 /// \brief Erase the preamble file. 97 /// \brief Erase temporary files and the preamble file. 167 for (StringRef File : TemporaryFiles) 168 llvm::sys::fs::remove(File); 235 // If we loaded from an AST file, balance out the BeginSourceFile call. 242 // Clean up the temporary files and the preamble file. 723 // AST file as needed. 755 // Tell the diagnostic client that we have started a source file [all...] |
| /external/clang/lib/Lex/ |
| Lexer.cpp | 5 // This file is distributed under the University of Illinois Open Source 10 // This file implements the Lexer and Token interfaces. 82 // Start of the file is a start of line. 107 /// assumes that the associated file buffer and Preprocessor objects will 170 // Create the lexer as if we were going to lex the file normally. 176 // just lex the subsection of the file that we want. This is lexing from a 281 /// token are the characters used to represent the token in the source file 293 // Try to the load the file buffer. 295 StringRef file = SM.getBufferData(locInfo.first, &invalidTemp); 301 const char *tokenBegin = file.data() + locInfo.second 948 StringRef file = SM.getBufferData(beginInfo.first, &invalidTemp); local [all...] |
| ModuleMap.cpp | 5 // This file is distributed under the University of Illinois Open Source 10 // This file defines the ModuleMap implementation, which describes the layout 144 /// \brief Determine whether the given file name is the name of a builtin 164 ModuleMap::findKnownHeader(const FileEntry *File) { 165 HeadersMap::iterator Known = Headers.find(File); 167 Known == Headers.end() && File->getDir() == BuiltinIncludeDir && 168 isBuiltinHeader(llvm::sys::path::filename(File->getName()))) { 170 return Headers.find(File); 176 ModuleMap::findHeaderInUmbrellaDirs(const FileEntry *File, 181 const DirectoryEntry *Dir = File->getDir() [all...] |
| PPDirectives.cpp | 5 // This file is distributed under the University of Illinois Open Source 10 /// \file 156 // If the include file name is longer than that, it can't be a standard header. 360 /// file. Lex the rest of the file, until we see an \#endif. If 371 assert(!CurTokenLexer && CurPPLexer && "Lexing a macro, not a file?"); 570 // of the file, just stop skipping and return to lexing whatever came after 663 // The include comes from an included file. 670 // This is either in the main file or not in a file at all. It belong [all...] |
| /external/llvm/lib/CodeGen/AsmPrinter/ |
| DwarfDebug.cpp | 5 // This file is distributed under the University of Illinois Open Source 10 // This file contains support for writing dwarf debug info into asm files. 577 // remain in the .o file, otherwise add a DW_AT_low_pc. [all...] |
| /external/llvm/lib/IR/ |
| LLVMContextImpl.h | 5 // This file is distributed under the University of Illinois Open Source 10 // This file declares LLVMContextImpl, the opaque implementation 346 Metadata *File; 356 MDNodeKeyImpl(unsigned Tag, MDString *Name, Metadata *File, unsigned Line, 360 : Tag(Tag), Name(Name), File(File), Line(Line), Scope(Scope), 364 : Tag(N->getTag()), Name(N->getRawName()), File(N->getRawFile()), 372 File == RHS->getRawFile() && Line == RHS->getLine() && 392 return hash_combine(Tag, Name, File, Line, Scope, BaseType, Flags); 427 Metadata *File; [all...] |
| /external/llvm/tools/gold/ |
| gold-plugin.cpp | 5 // This file is distributed under the University of Illinois Open Source 87 std::unique_ptr<ld_plugin_input_file> File; 90 File = llvm::make_unique<ld_plugin_input_file>(); 91 if (get_input_file(Handle, File.get()) != LDPS_OK) 92 message(LDPL_FATAL, "Failed to get file information"); 95 // File would have been reset to nullptr if we moved this object 97 if (File) 99 message(LDPL_FATAL, "Failed to release file information"); 102 ld_plugin_input_file &file() { return *File; } function in struct:__anon28193::PluginInputFile [all...] |
| /external/llvm/unittests/IR/ |
| MetadataTest.cpp | 5 // This file is distributed under the University of Illinois Open Source 91 return DIFile::getDistinct(Context, "file.c", "/path/to/dir"); 990 DIFile *File = getFile() [all...] |
| /external/spirv-llvm/lib/SPIRV/ |
| SPIRVWriter.cpp | 5 // This file is distributed under the University of Illinois Open Source 34 /// \file 36 /// This file implements conversion of LLVM intermediate language to SPIR-V 139 auto File = BM->getString(DIL->getFilename().str()); 144 BM->addLine(BV, File, DL.getLine(), DL.getCol()); 148 auto File = BM->getString(DIS->getFilename().str()); 149 BM->addLine(BV, File, DIS->getLine(), 0); [all...] |
| /external/swiftshader/third_party/LLVM/include/llvm/Support/ |
| COFF.h | 5 // This file is distributed under the University of Illinois Open Source 10 // This file contains an definitions used in Windows COFF Files. 12 // Structures and enums defined within this file where created using 15 // Microsoft Portable Executable and Common Object File Format Specification 108 IMAGE_SYM_CLASS_FILE = 103, ///< File name 291 AuxiliaryFile File;
|
| /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/ |
| Diagnostic.h | 5 // This file is distributed under the University of Illinois Open Source 10 /// \file 278 struct File { 279 /// The diagnostic state for the parent file. This is strictly redundant, 282 File *Parent = nullptr; 283 /// The offset of this file within its parent. 285 /// Whether this file has any local (not imported from an AST file) 288 /// The points within the file where the state changes. There will always 289 /// be at least one of these (the state on entry to the file) [all...] |
| SourceManager.h | 5 // This file is distributed under the University of Illinois Open Source 10 /// \file 13 /// There are three different types of locations in a %file: a spelling 75 /// \brief Indicates whether a file or directory holds normal user code, 86 /// \brief One instance of this struct is kept for every file loaded or used. 98 /// file. 105 /// \brief Reference to the file entry representing this ContentCache. 113 /// \brief References the file which the contents were actually loaded from. 115 /// Can be different from 'Entry' if we overridden the contents of one file 116 /// with the contents of another file [all...] |