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

1 23 4 5 6 7 8 91011>>

  /device/linaro/bootloader/edk2/IntelFspWrapperPkg/FspWrapperSecCore/
FindPeiCore.c 1 /** @file
39 EFI_FFS_FILE_HEADER *File;
61 File = (EFI_FFS_FILE_HEADER*)(UINTN) CurrentAddress;
62 if (IS_FFS_FILE2 (File)) {
63 Size = FFS_FILE2_SIZE (File);
68 Size = FFS_FILE_SIZE (File);
82 if (File->Type != EFI_FV_FILETYPE_SECURITY_CORE &&
83 File->Type != EFI_FV_FILETYPE_PEI_CORE) {
88 // Loop through the FFS file sections within the FFS file
    [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/SecCore/
FindPeiCore.c 1 /** @file
39 EFI_FFS_FILE_HEADER *File;
61 File = (EFI_FFS_FILE_HEADER*)(UINTN) CurrentAddress;
62 if (IS_FFS_FILE2 (File)) {
63 Size = FFS_FILE2_SIZE (File);
68 Size = FFS_FILE_SIZE (File);
82 if (File->Type != EFI_FV_FILETYPE_SECURITY_CORE &&
83 File->Type != EFI_FV_FILETYPE_PEI_CORE) {
88 // Loop through the FFS file sections within the FFS file
    [all...]
  /external/compiler-rt/test/profile/
instrprof-bufferio.c 14 ProfBufferIO *lprofCreateBufferIOInternal(void *File, uint32_t BufferSz);
28 FILE *File[4];
41 File[J] = fopen(argv[1 + J], "w");
42 if (!File[J])
45 BufferIO = lprofCreateBufferIOInternal(File[J], IOBufferSize[J]);
75 fclose(File[J]);
instrprof-merge.c 16 FILE *File = fopen(FileN, "w");
17 if (!File)
19 if (fwrite(Buffer, 1, Size, File) != Size)
21 return fclose(File);
70 /* Now it is time to dump the profile to file. */
  /external/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugMacro.h 5 // This file is distributed under the University of Illinois Open Source
36 // An unsigned integer indicating the identity of the source file.
37 uint64_t File;
  /external/llvm/include/llvm/DebugInfo/PDB/Raw/
DbiStreamBuilder.h 5 // This file is distributed under the University of Illinois Open Source
27 DbiStreamBuilder(PDBFile &File);
43 PDBFile &File;
  /external/protobuf/csharp/src/Google.Protobuf/Reflection/
DescriptorBase.cs 40 private readonly FileDescriptor file; field in class:Google.Protobuf.Reflection.DescriptorBase
44 internal DescriptorBase(FileDescriptor file, string fullName, int index)
46 this.file = file;
78 /// The file this descriptor was declared in.
80 public FileDescriptor File
82 get { return file; }
  /frameworks/compile/mclinker/include/mcld/Script/
InputToken.h 5 // This file is distributed under the University of Illinois Open Source
17 * \brief This class defines the interfaces to a file/namespec token.
22 enum Type { Unknown, File, NameSpec };
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugMacro.h 5 // This file is distributed under the University of Illinois Open Source
36 // An unsigned integer indicating the identity of the source file.
37 uint64_t File;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/lld/Core/
Node.h 1 //===- lld/Core/Node.h - Input file class -----------------------*- C++ -*-===//
5 // This file is distributed under the University of Illinois Open Source
10 /// \file
12 /// The classes in this file represents inputs to the linker.
19 #include "lld/Core/File.h"
26 // the node contains meta information about the input file list.
30 enum class Kind { File, GroupEnd };
57 // A container of File.
60 explicit FileNode(std::unique_ptr<File> f)
61 : Node(Node::Kind::File), _file(std::move(f)) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/DebugInfo/DWARF/
DWARFDebugMacro.h 5 // This file is distributed under the University of Illinois Open Source
36 // An unsigned integer indicating the identity of the source file.
37 uint64_t File;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/lld/Core/
Node.h 1 //===- lld/Core/Node.h - Input file class -----------------------*- C++ -*-===//
5 // This file is distributed under the University of Illinois Open Source
10 /// \file
12 /// The classes in this file represents inputs to the linker.
19 #include "lld/Core/File.h"
26 // the node contains meta information about the input file list.
30 enum class Kind { File, GroupEnd };
57 // A container of File.
60 explicit FileNode(std::unique_ptr<File> f)
61 : Node(Node::Kind::File), _file(std::move(f)) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/DebugInfo/DWARF/
DWARFDebugMacro.h 5 // This file is distributed under the University of Illinois Open Source
36 // An unsigned integer indicating the identity of the source file.
37 uint64_t File;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/lld/Core/
Node.h 1 //===- lld/Core/Node.h - Input file class -----------------------*- C++ -*-===//
5 // This file is distributed under the University of Illinois Open Source
10 /// \file
12 /// The classes in this file represents inputs to the linker.
19 #include "lld/Core/File.h"
26 // the node contains meta information about the input file list.
30 enum class Kind { File, GroupEnd };
57 // A container of File.
60 explicit FileNode(std::unique_ptr<File> f)
61 : Node(Node::Kind::File), _file(std::move(f)) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/DebugInfo/DWARF/
DWARFDebugMacro.h 5 // This file is distributed under the University of Illinois Open Source
36 // An unsigned integer indicating the identity of the source file.
37 uint64_t File;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/lld/Core/
Node.h 1 //===- lld/Core/Node.h - Input file class -----------------------*- C++ -*-===//
5 // This file is distributed under the University of Illinois Open Source
10 /// \file
12 /// The classes in this file represents inputs to the linker.
19 #include "lld/Core/File.h"
26 // the node contains meta information about the input file list.
30 enum class Kind { File, GroupEnd };
57 // A container of File.
60 explicit FileNode(std::unique_ptr<File> f)
61 : Node(Node::Kind::File), _file(std::move(f)) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/DebugInfo/DWARF/
DWARFDebugMacro.h 5 // This file is distributed under the University of Illinois Open Source
36 // An unsigned integer indicating the identity of the source file.
37 uint64_t File;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/lld/Core/
Node.h 1 //===- lld/Core/Node.h - Input file class -----------------------*- C++ -*-===//
5 // This file is distributed under the University of Illinois Open Source
10 /// \file
12 /// The classes in this file represents inputs to the linker.
19 #include "lld/Core/File.h"
26 // the node contains meta information about the input file list.
30 enum class Kind { File, GroupEnd };
57 // A container of File.
60 explicit FileNode(std::unique_ptr<File> f)
61 : Node(Node::Kind::File), _file(std::move(f)) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/DebugInfo/DWARF/
DWARFDebugMacro.h 5 // This file is distributed under the University of Illinois Open Source
36 // An unsigned integer indicating the identity of the source file.
37 uint64_t File;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/lld/Core/
Node.h 1 //===- lld/Core/Node.h - Input file class -----------------------*- C++ -*-===//
5 // This file is distributed under the University of Illinois Open Source
10 /// \file
12 /// The classes in this file represents inputs to the linker.
19 #include "lld/Core/File.h"
26 // the node contains meta information about the input file list.
30 enum class Kind { File, GroupEnd };
57 // A container of File.
60 explicit FileNode(std::unique_ptr<File> f)
61 : Node(Node::Kind::File), _file(std::move(f)) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/DebugInfo/DWARF/
DWARFDebugMacro.h 5 // This file is distributed under the University of Illinois Open Source
36 // An unsigned integer indicating the identity of the source file.
37 uint64_t File;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugMacro.h 5 // This file is distributed under the University of Illinois Open Source
36 // An unsigned integer indicating the identity of the source file.
37 uint64_t File;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/lld/Core/
Node.h 1 //===- lld/Core/Node.h - Input file class -----------------------*- C++ -*-===//
5 // This file is distributed under the University of Illinois Open Source
10 /// \file
12 /// The classes in this file represents inputs to the linker.
19 #include "lld/Core/File.h"
26 // the node contains meta information about the input file list.
30 enum class Kind { File, GroupEnd };
57 // A container of File.
60 explicit FileNode(std::unique_ptr<File> f)
61 : Node(Node::Kind::File), _file(std::move(f)) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/DebugInfo/DWARF/
DWARFDebugMacro.h 5 // This file is distributed under the University of Illinois Open Source
36 // An unsigned integer indicating the identity of the source file.
37 uint64_t File;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/lld/Core/
Node.h 1 //===- lld/Core/Node.h - Input file class -----------------------*- C++ -*-===//
5 // This file is distributed under the University of Illinois Open Source
10 /// \file
12 /// The classes in this file represents inputs to the linker.
19 #include "lld/Core/File.h"
26 // the node contains meta information about the input file list.
30 enum class Kind { File, GroupEnd };
57 // A container of File.
60 explicit FileNode(std::unique_ptr<File> f)
61 : Node(Node::Kind::File), _file(std::move(f)) {
    [all...]

Completed in 585 milliseconds

1 23 4 5 6 7 8 91011>>