HomeSort by relevance Sort by last modified time
    Searched refs:ArrayRef (Results 1 - 25 of 1983) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
EnumTables.h 13 #include "llvm/ADT/ArrayRef.h"
22 ArrayRef<EnumEntry<SymbolKind>> getSymbolTypeNames();
23 ArrayRef<EnumEntry<TypeLeafKind>> getTypeLeafNames();
24 ArrayRef<EnumEntry<uint16_t>> getRegisterNames();
25 ArrayRef<EnumEntry<uint32_t>> getPublicSymFlagNames();
26 ArrayRef<EnumEntry<uint8_t>> getProcSymFlagNames();
27 ArrayRef<EnumEntry<uint16_t>> getLocalFlagNames();
28 ArrayRef<EnumEntry<uint8_t>> getFrameCookieKindNames();
29 ArrayRef<EnumEntry<SourceLanguage>> getSourceLanguageNames();
30 ArrayRef<EnumEntry<uint32_t>> getCompileSym2FlagNames()
    [all...]
  /external/llvm/include/llvm/DebugInfo/CodeView/
EnumTables.h 13 #include "llvm/ADT/ArrayRef.h"
22 ArrayRef<EnumEntry<SymbolKind>> getSymbolTypeNames();
23 ArrayRef<EnumEntry<uint16_t>> getRegisterNames();
24 ArrayRef<EnumEntry<uint8_t>> getProcSymFlagNames();
25 ArrayRef<EnumEntry<uint16_t>> getLocalFlagNames();
26 ArrayRef<EnumEntry<uint8_t>> getFrameCookieKindNames();
27 ArrayRef<EnumEntry<SourceLanguage>> getSourceLanguageNames();
28 ArrayRef<EnumEntry<uint32_t>> getCompileSym2FlagNames();
29 ArrayRef<EnumEntry<uint32_t>> getCompileSym3FlagNames();
30 ArrayRef<EnumEntry<uint32_t>> getFileChecksumNames()
    [all...]
StreamInterface.h 13 #include "llvm/ADT/ArrayRef.h"
32 // the bytes and set the output ArrayRef to point to a reference into the
35 ArrayRef<uint8_t> &Buffer) const = 0;
40 ArrayRef<uint8_t> &Buffer) const = 0;
45 virtual Error writeBytes(uint32_t Offset, ArrayRef<uint8_t> Data) const = 0;
  /external/llvm/include/llvm/LibDriver/
LibDriver.h 19 template <typename T> class ArrayRef;
21 int libDriverMain(ArrayRef<const char *> ARgs);
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ToolDrivers/llvm-dlltool/
DlltoolDriver.h 19 template <typename T> class ArrayRef;
21 int dlltoolDriverMain(ArrayRef<const char *> ArgsArr);
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ToolDrivers/llvm-lib/
LibDriver.h 19 template <typename T> class ArrayRef;
21 int libDriverMain(ArrayRef<const char *> ARgs);
  /external/llvm/include/llvm/DebugInfo/PDB/Raw/
EnumTables.h 13 #include "llvm/ADT/ArrayRef.h"
18 ArrayRef<EnumEntry<uint16_t>> getOMFSegMapDescFlagNames();
IPDBFile.h 13 #include "llvm/ADT/ArrayRef.h"
33 virtual ArrayRef<support::ulittle32_t>
36 virtual Expected<ArrayRef<uint8_t>> getBlockData(uint32_t BlockIndex,
39 ArrayRef<uint8_t> Data) const = 0;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
EnumTables.h 13 #include "llvm/ADT/ArrayRef.h"
18 ArrayRef<EnumEntry<uint16_t>> getOMFSegMapDescFlagNames();
  /art/compiler/
compiled_method-inl.h 28 inline ArrayRef<const uint8_t> CompiledCode::GetQuickCode() const {
33 inline ArrayRef<const T> CompiledCode::GetArray(const LengthPrefixedArray<T>* array) {
35 return ArrayRef<const T>();
38 return ArrayRef<const T>(&array->At(0), array->size());
41 inline ArrayRef<const uint8_t> CompiledMethod::GetVmapTable() const {
45 inline ArrayRef<const uint8_t> CompiledMethod::GetCFIInfo() const {
49 inline ArrayRef<const linker::LinkerPatch> CompiledMethod::GetPatches() const {
  /external/llvm/include/llvm/ProfileData/Coverage/
CoverageMappingWriter.h 18 #include "llvm/ADT/ArrayRef.h"
29 ArrayRef<StringRef> Filenames;
32 CoverageFilenamesSectionWriter(ArrayRef<StringRef> Filenames)
41 ArrayRef<unsigned> VirtualFileMapping;
42 ArrayRef<CounterExpression> Expressions;
46 CoverageMappingWriter(ArrayRef<unsigned> VirtualFileMapping,
47 ArrayRef<CounterExpression> Expressions,
52 CoverageMappingWriter(ArrayRef<CounterExpression> Expressions,
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ProfileData/Coverage/
CoverageMappingWriter.h 18 #include "llvm/ADT/ArrayRef.h"
31 ArrayRef<StringRef> Filenames;
34 CoverageFilenamesSectionWriter(ArrayRef<StringRef> Filenames)
43 ArrayRef<unsigned> VirtualFileMapping;
44 ArrayRef<CounterExpression> Expressions;
48 CoverageMappingWriter(ArrayRef<unsigned> VirtualFileMapping,
49 ArrayRef<CounterExpression> Expressions,
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
WebAssemblyDisassemblerEmitter.h 19 #include "llvm/ADT/ArrayRef.h"
26 const ArrayRef<const CodeGenInstruction *> &NumberedInstructions);
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/FuzzMutate/
RandomIRBuilder.h 30 RandomIRBuilder(int Seed, ArrayRef<Type *> AllowedTypes)
38 Value *findOrCreateSource(BasicBlock &BB, ArrayRef<Instruction *> Insts);
44 Value *findOrCreateSource(BasicBlock &BB, ArrayRef<Instruction *> Insts,
45 ArrayRef<Value *> Srcs, fuzzerop::SourcePred Pred);
47 Value *newSource(BasicBlock &BB, ArrayRef<Instruction *> Insts,
48 ArrayRef<Value *> Srcs, fuzzerop::SourcePred Pred);
51 void connectToSink(BasicBlock &BB, ArrayRef<Instruction *> Insts, Value *V);
53 void newSink(BasicBlock &BB, ArrayRef<Instruction *> Insts, Value *V);
54 Value *findPointer(BasicBlock &BB, ArrayRef<Instruction *> Insts,
55 ArrayRef<Value *> Srcs, fuzzerop::SourcePred Pred)
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
ArrayRef.h 1 //===--- ArrayRef.h - Array Reference Wrapper -------------------*- C++ -*-===//
19 /// ArrayRef - Represent a constant reference to an array (0 or more elements
25 /// extends past that of the ArrayRef. For this reason, it is not in general
26 /// safe to store an ArrayRef.
31 class ArrayRef {
48 /// Construct an empty ArrayRef.
49 /*implicit*/ ArrayRef() : Data(0), Length(0) {}
51 /// Construct an ArrayRef from a single element.
52 /*implicit*/ ArrayRef(const T &OneElt)
55 /// Construct an ArrayRef from a pointer and length
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
ArrayRefTest.cpp 1 //===- llvm/unittest/ADT/ArrayRefTest.cpp - ArrayRef unit tests -----------===//
10 #include "llvm/ADT/ArrayRef.h"
18 // Check that the ArrayRef-of-pointer converting constructor only allows adding
21 std::is_convertible<ArrayRef<int *>, ArrayRef<const int *>>::value,
24 std::is_convertible<ArrayRef<int *>, ArrayRef<volatile int *>>::value,
26 static_assert(!std::is_convertible<ArrayRef<int *>, ArrayRef<float *>>::value,
29 !std::is_convertible<ArrayRef<const int *>, ArrayRef<int *>>::value
    [all...]
  /external/llvm/include/llvm/ADT/
ArrayRef.h 1 //===--- ArrayRef.h - Array Reference Wrapper -------------------*- C++ -*-===//
19 /// ArrayRef - Represent a constant reference to an array (0 or more elements
25 /// extends past that of the ArrayRef. For this reason, it is not in general
26 /// safe to store an ArrayRef.
31 class ArrayRef {
50 /// Construct an empty ArrayRef.
51 /*implicit*/ ArrayRef() : Data(nullptr), Length(0) {}
53 /// Construct an empty ArrayRef from None.
54 /*implicit*/ ArrayRef(NoneType) : Data(nullptr), Length(0) {}
56 /// Construct an ArrayRef from a single element
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
Program.h 17 #include "llvm/ADT/ArrayRef.h"
70 findProgramByName(StringRef Name, ArrayRef<StringRef> Paths = {});
92 ArrayRef<StringRef> Args, ///< An array of strings that are passed to the
95 Optional<ArrayRef<StringRef>> Env = None, ///< An optional vector of
99 ArrayRef<Optional<StringRef>> Redirects = {}, ///<
127 ProcessInfo ExecuteNoWait(StringRef Program, ArrayRef<StringRef> Args,
128 Optional<ArrayRef<StringRef>> Env,
129 ArrayRef<Optional<StringRef>> Redirects = {},
137 ArrayRef<StringRef> Args);
142 ArrayRef<const char *> Args)
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
ArrayRef.h 1 //===--- ArrayRef.h - Array Reference Wrapper -------------------*- C++ -*-===//
21 /// ArrayRef - Represent a constant reference to an array (0 or more elements
27 /// extends past that of the ArrayRef. For this reason, it is not in general
28 /// safe to store an ArrayRef.
33 class LLVM_NODISCARD ArrayRef {
52 /// Construct an empty ArrayRef.
53 /*implicit*/ ArrayRef() : Data(nullptr), Length(0) {}
55 /// Construct an empty ArrayRef from None.
56 /*implicit*/ ArrayRef(NoneType) : Data(nullptr), Length(0) {}
58 /// Construct an ArrayRef from a single element
    [all...]
  /external/clang/include/clang/AST/
SelectorLocationsKind.h 47 ArrayRef<SourceLocation> SelLocs,
48 ArrayRef<Expr *> Args,
60 ArrayRef<Expr *> Args,
65 ArrayRef<SourceLocation> SelLocs,
66 ArrayRef<ParmVarDecl *> Args,
78 ArrayRef<ParmVarDecl *> Args,
  /external/swiftshader/third_party/LLVM/include/llvm/
Intrinsics.h 19 #include "llvm/ADT/ArrayRef.h"
48 std::string getName(ID id, ArrayRef<Type*> Tys = ArrayRef<Type*>());
53 ArrayRef<Type*> Tys = ArrayRef<Type*>());
72 ArrayRef<Type*> Tys = ArrayRef<Type*>());
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
ArrayRef.h 1 //===- ArrayRef.h - Array Reference Wrapper ---------------------*- C++ -*-===//
30 /// ArrayRef - Represent a constant reference to an array (0 or more elements
36 /// extends past that of the ArrayRef. For this reason, it is not in general
37 /// safe to store an ArrayRef.
42 class LLVM_NODISCARD ArrayRef {
60 /// Construct an empty ArrayRef.
61 /*implicit*/ ArrayRef() = default;
63 /// Construct an empty ArrayRef from None.
64 /*implicit*/ ArrayRef(NoneType) {}
66 /// Construct an ArrayRef from a single element
    [all...]
  /external/llvm/include/llvm/CodeGen/
ParallelCG.h 24 template <typename T> class ArrayRef;
40 splitCodeGen(std::unique_ptr<Module> M, ArrayRef<raw_pwrite_stream *> OSs,
41 ArrayRef<llvm::raw_pwrite_stream *> BCOSs,
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
ParallelCG.h 24 template <typename T> class ArrayRef;
40 splitCodeGen(std::unique_ptr<Module> M, ArrayRef<raw_pwrite_stream *> OSs,
41 ArrayRef<llvm::raw_pwrite_stream *> BCOSs,
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/MSF/
IMSFFile.h 13 #include "llvm/ADT/ArrayRef.h"
30 virtual ArrayRef<support::ulittle32_t>
33 virtual Expected<ArrayRef<uint8_t>> getBlockData(uint32_t BlockIndex,
36 ArrayRef<uint8_t> Data) const = 0;

Completed in 1075 milliseconds

1 2 3 4 5 6 7 8 91011>>