HomeSort by relevance Sort by last modified time
    Searched defs:InputFile (Results 26 - 50 of 57) sorted by null

12 3

  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/LTO/
LTO.h 84 class InputFile {
91 InputFile() = default;
104 ~InputFile();
106 /// Create an InputFile.
107 static Expected<std::unique_ptr<InputFile>> create(MemoryBufferRef Object);
133 /// A range over the symbols in this InputFile.
139 /// Returns the path to the InputFile.
223 /// - Create lto::InputFile objects using lto::InputFile::create(), then use
227 /// file) and computed a resolution for each symbol, take each lto::InputFile
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/LTO/
LTO.h 84 class InputFile {
91 InputFile() = default;
104 ~InputFile();
106 /// Create an InputFile.
107 static Expected<std::unique_ptr<InputFile>> create(MemoryBufferRef Object);
133 /// A range over the symbols in this InputFile.
139 /// Returns the path to the InputFile.
223 /// - Create lto::InputFile objects using lto::InputFile::create(), then use
227 /// file) and computed a resolution for each symbol, take each lto::InputFile
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/LTO/
LTO.h 84 class InputFile {
91 InputFile() = default;
104 ~InputFile();
106 /// Create an InputFile.
107 static Expected<std::unique_ptr<InputFile>> create(MemoryBufferRef Object);
133 /// A range over the symbols in this InputFile.
139 /// Returns the path to the InputFile.
223 /// - Create lto::InputFile objects using lto::InputFile::create(), then use
227 /// file) and computed a resolution for each symbol, take each lto::InputFile
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/LTO/
LTO.h 84 class InputFile {
91 InputFile() = default;
104 ~InputFile();
106 /// Create an InputFile.
107 static Expected<std::unique_ptr<InputFile>> create(MemoryBufferRef Object);
133 /// A range over the symbols in this InputFile.
139 /// Returns the path to the InputFile.
223 /// - Create lto::InputFile objects using lto::InputFile::create(), then use
227 /// file) and computed a resolution for each symbol, take each lto::InputFile
    [all...]
  /external/clang/tools/driver/
cc1as_main.cpp 100 std::string InputFile;
138 InputFile = "-";
217 Opts.InputFile = A->getValue();
291 MemoryBuffer::getFileOrSTDIN(Opts.InputFile);
295 return Diags.Report(diag::err_fe_error_reading) << Opts.InputFile;
  /frameworks/compile/slang/
slang.cpp 289 bool Slang::setInputSource(llvm::StringRef InputFile) {
290 mInputFileName = InputFile.str();
294 const clang::FileEntry *File = mFileMgr->getFile(InputFile);
301 mDiagEngine->Report(clang::diag::err_fe_error_reading) << InputFile;
593 const char *InputFile, *Output64File, *Output32File, *BCOutputFile,
655 InputFile = IOFile64Iter->first;
659 if (!setInputSource(InputFile))
669 mIsFilterscript = isFilterscript(InputFile);
757 if (!checkODR(InputFile))
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VolInfo/
VolInfo.c 113 IN FILE *InputFile,
232 FILE *InputFile;
393 InputFile = fopen (LongFilePath (mUtilityFilename), "rb");
394 if (InputFile == NULL) {
403 fseek (InputFile, Offset, SEEK_SET);
408 Status = ReadHeader (InputFile, &FvSize, &ErasePolarity);
411 fclose (InputFile);
420 fclose (InputFile);
426 fseek (InputFile, Offset, SEEK_SET);
427 BytesRead = fread (FvImage, 1, FvSize, InputFile);
    [all...]
  /device/linaro/bootloader/edk2/BeagleBoardPkg/Tools/
generate_image.c 316 FILE *InputFile;
323 InputFile = fopen(gInputImageFile, "rb");
324 if (InputFile == NULL) {
330 fstat(fileno(InputFile), &FileStat);
348 fread(&Ch, 1, 1, InputFile);
352 fclose(InputFile);
  /external/clang/include/clang/Serialization/
Module.h 57 class InputFile {
66 InputFile() {}
67 InputFile(const FileEntry *File,
79 static InputFile getNotFound() {
80 InputFile File;
210 std::vector<InputFile> InputFilesLoaded;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenFfsFile/
GenFfsFile.c 106 UINT8 *InputFile,
1134 FILE *InputFile;
1146 InputFile = NULL;
1272 InputFile = fopen (InputFileName, "wb");
1273 if (InputFile == NULL) {
1279 fwrite (FileBuffer, sizeof (UINT8), Size, InputFile);
1280 fclose (InputFile);
1281 InputFile = NULL;
    [all...]
  /external/clang/lib/Frontend/
CompilerInstance.cpp 743 StringRef InputFile = Input.getFile();
746 if (InputFile != "-") {
749 File = FileMgr.getFile(InputFile, /*OpenFile=*/true);
765 File = HS->LookupFile(InputFile, SourceLocation(), /*isAngled=*/false,
777 Diags.Report(diag::err_fe_error_reading) << InputFile;
790 File = FileMgr.getVirtualFile(InputFile, (*MB)->getBufferSize(), 0);
793 Diags.Report(diag::err_cannot_open_file) << InputFile
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Serialization/
Module.h 59 class InputFile {
68 InputFile() {}
69 InputFile(const FileEntry *File,
81 static InputFile getNotFound() {
82 InputFile File;
215 std::vector<InputFile> InputFilesLoaded;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Serialization/
Module.h 59 class InputFile {
68 InputFile() {}
69 InputFile(const FileEntry *File,
81 static InputFile getNotFound() {
82 InputFile File;
215 std::vector<InputFile> InputFilesLoaded;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Serialization/
Module.h 59 class InputFile {
68 InputFile() {}
69 InputFile(const FileEntry *File,
81 static InputFile getNotFound() {
82 InputFile File;
215 std::vector<InputFile> InputFilesLoaded;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Serialization/
Module.h 59 class InputFile {
68 InputFile() {}
69 InputFile(const FileEntry *File,
81 static InputFile getNotFound() {
82 InputFile File;
215 std::vector<InputFile> InputFilesLoaded;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Serialization/
Module.h 59 class InputFile {
68 InputFile() {}
69 InputFile(const FileEntry *File,
81 static InputFile getNotFound() {
82 InputFile File;
215 std::vector<InputFile> InputFilesLoaded;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Serialization/
Module.h 59 class InputFile {
68 InputFile() {}
69 InputFile(const FileEntry *File,
81 static InputFile getNotFound() {
82 InputFile File;
215 std::vector<InputFile> InputFilesLoaded;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Serialization/
Module.h 59 class InputFile {
68 InputFile() {}
69 InputFile(const FileEntry *File,
81 static InputFile getNotFound() {
82 InputFile File;
215 std::vector<InputFile> InputFilesLoaded;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Serialization/
Module.h 59 class InputFile {
68 InputFile() {}
69 InputFile(const FileEntry *File,
81 static InputFile getNotFound() {
82 InputFile File;
215 std::vector<InputFile> InputFilesLoaded;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Serialization/
Module.h 59 class InputFile {
68 InputFile() {}
69 InputFile(const FileEntry *File,
81 static InputFile getNotFound() {
82 InputFile File;
215 std::vector<InputFile> InputFilesLoaded;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Serialization/
Module.h 59 class InputFile {
68 InputFile() {}
69 InputFile(const FileEntry *File,
81 static InputFile getNotFound() {
82 InputFile File;
215 std::vector<InputFile> InputFilesLoaded;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Serialization/
Module.h 59 class InputFile {
68 InputFile() {}
69 InputFile(const FileEntry *File,
81 static InputFile getNotFound() {
82 InputFile File;
215 std::vector<InputFile> InputFilesLoaded;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Serialization/
Module.h 59 class InputFile {
68 InputFile() {}
69 InputFile(const FileEntry *File,
81 static InputFile getNotFound() {
82 InputFile File;
215 std::vector<InputFile> InputFilesLoaded;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Serialization/
Module.h 59 class InputFile {
68 InputFile() {}
69 InputFile(const FileEntry *File,
81 static InputFile getNotFound() {
82 InputFile File;
215 std::vector<InputFile> InputFilesLoaded;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Serialization/
Module.h 59 class InputFile {
68 InputFile() {}
69 InputFile(const FileEntry *File,
81 static InputFile getNotFound() {
82 InputFile File;
215 std::vector<InputFile> InputFilesLoaded;

Completed in 1797 milliseconds

12 3