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

12 3 4 5 6 7 8 91011>>

  /external/clang/include/clang/Sema/
SemaLambda.h 31 ArrayRef<const sema::FunctionScopeInfo *> FunctionScopes,
  /external/llvm/include/llvm/DebugInfo/PDB/Raw/
IPDBStreamData.h 13 #include "llvm/ADT/ArrayRef.h"
33 virtual ArrayRef<support::ulittle32_t> getStreamBlocks() = 0;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
TypeTableCollection.h 23 explicit TypeTableCollection(ArrayRef<ArrayRef<uint8_t>> Records);
38 ArrayRef<ArrayRef<uint8_t>> Records;
SimpleTypeSerializer.h 13 #include "llvm/ADT/ArrayRef.h"
44 template <typename T> ArrayRef<uint8_t> serialize(T &Record);
47 ArrayRef<uint8_t> serialize(const FieldListRecord &Record) = delete;
TypeStreamMerger.h 13 #include "llvm/ADT/ArrayRef.h"
64 Error mergeIdRecords(MergingTypeTableBuilder &Dest, ArrayRef<TypeIndex> Types,
92 ArrayRef<GloballyHashedType> Hashes);
97 ArrayRef<GloballyHashedType> Hashes);
99 Error mergeIdRecords(GlobalTypeTableBuilder &Dest, ArrayRef<TypeIndex> Types,
102 ArrayRef<GloballyHashedType> Hashes);
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
xxhash.h 41 #include "llvm/ADT/ArrayRef.h"
46 uint64_t xxHash64(llvm::ArrayRef<uint8_t> Data);
JamCRC.h 33 template <typename T> class ArrayRef;
40 void update(ArrayRef<char> Data);
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/TableGen/
Error.h 22 void PrintNote(ArrayRef<SMLoc> NoteLoc, const Twine &Msg);
24 void PrintWarning(ArrayRef<SMLoc> WarningLoc, const Twine &Msg);
28 void PrintError(ArrayRef<SMLoc> ErrorLoc, const Twine &Msg);
33 LLVM_ATTRIBUTE_NORETURN void PrintFatalError(ArrayRef<SMLoc> ErrorLoc,
  /external/llvm/lib/Target/WebAssembly/MCTargetDesc/
WebAssemblyTargetStreamer.h 33 virtual void emitParam(ArrayRef<MVT> Types) = 0;
35 virtual void emitResult(ArrayRef<MVT> Types) = 0;
37 virtual void emitLocal(ArrayRef<MVT> Types) = 0;
55 void emitParam(ArrayRef<MVT> Types) override;
56 void emitResult(ArrayRef<MVT> Types) override;
57 void emitLocal(ArrayRef<MVT> Types) override;
69 void emitParam(ArrayRef<MVT> Types) override;
70 void emitResult(ArrayRef<MVT> Types) override;
71 void emitLocal(ArrayRef<MVT> Types) override;
  /external/llvm/unittests/ADT/
ArrayRefTest.cpp 1 //===- llvm/unittest/ADT/ArrayRefTest.cpp - ArrayRef unit tests -----------===//
10 #include "llvm/ADT/ArrayRef.h"
17 // Check that the ArrayRef-of-pointer converting constructor only allows adding
20 std::is_convertible<ArrayRef<int *>, ArrayRef<const int *>>::value,
23 std::is_convertible<ArrayRef<int *>, ArrayRef<volatile int *>>::value,
25 static_assert(!std::is_convertible<ArrayRef<int *>, ArrayRef<float *>>::value,
28 !std::is_convertible<ArrayRef<const int *>, ArrayRef<int *>>::value
    [all...]
  /art/compiler/
compiled_method.h 30 template <typename T> class ArrayRef;
43 const ArrayRef<const uint8_t>& quick_code);
51 ArrayRef<const uint8_t> GetQuickCode() const;
78 static ArrayRef<const T> GetArray(const LengthPrefixedArray<T>* array);
113 const ArrayRef<const uint8_t>& quick_code,
114 const ArrayRef<const uint8_t>& vmap_table,
115 const ArrayRef<const uint8_t>& cfi_info,
116 const ArrayRef<const linker::LinkerPatch>& patches);
123 const ArrayRef<const uint8_t>& quick_code,
124 const ArrayRef<const uint8_t>& vmap_table
    [all...]
  /art/libelffile/elf/
xz_utils.h 26 void XzCompress(ArrayRef<const uint8_t> src, std::vector<uint8_t>* dst, int level = 1 /* speed */);
27 void XzDecompress(ArrayRef<const uint8_t> src, std::vector<uint8_t>* dst);
  /external/llvm/include/llvm/Support/
JamCRC.h 33 template <typename T> class ArrayRef;
40 void update(ArrayRef<char> Data);
SHA1.h 19 #include "llvm/ADT/ArrayRef.h"
24 template <typename T> class ArrayRef;
36 void update(ArrayRef<uint8_t> Data);
40 update(ArrayRef<uint8_t>((uint8_t *)const_cast<char *>(Str.data()),
  /external/llvm/include/llvm/Transforms/Utils/
PromoteMemToReg.h 20 template <typename T> class ArrayRef;
43 void PromoteMemToReg(ArrayRef<AllocaInst *> Allocas, DominatorTree &DT,
  /external/swiftshader/third_party/LLVM/include/llvm/Transforms/Utils/
FunctionUtils.h 17 #include "llvm/ADT/ArrayRef.h"
30 ArrayRef<BasicBlock*> code,
41 Function* ExtractBasicBlock(ArrayRef<BasicBlock*> BBs,
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
PromoteMemToReg.h 20 template <typename T> class ArrayRef;
41 void PromoteMemToReg(ArrayRef<AllocaInst *> Allocas, DominatorTree &DT,
  /external/llvm/include/llvm/DebugInfo/CodeView/
ByteStream.h 13 #include "llvm/ADT/ArrayRef.h"
27 ArrayRef<uint8_t>>::type ArrayType;
35 ArrayRef<uint8_t> &Buffer) const override;
37 ArrayRef<uint8_t> &Buffer) const override;
39 Error writeBytes(uint32_t Offset, ArrayRef<uint8_t> Buffer) const override;
45 ArrayRef<uint8_t> data() const { return Data; }
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
Program.cpp 27 ArrayRef<StringRef> Args, Optional<ArrayRef<StringRef>> Env,
28 ArrayRef<Optional<StringRef>> Redirects,
31 int sys::ExecuteAndWait(StringRef Program, ArrayRef<StringRef> Args,
32 Optional<ArrayRef<StringRef>> Env,
33 ArrayRef<Optional<StringRef>> Redirects,
52 ProcessInfo sys::ExecuteNoWait(StringRef Program, ArrayRef<StringRef> Args,
53 Optional<ArrayRef<StringRef>> Env,
54 ArrayRef<Optional<StringRef>> Redirects,
69 ArrayRef<const char *> Args)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/FuzzMutate/
OpDescriptor.h 18 #include "llvm/ADT/ArrayRef.h"
48 using PredT = std::function<bool(ArrayRef<Value *> Cur, const Value *New)>;
53 ArrayRef<Value *> Cur, ArrayRef<Type *> BaseTypes)>;
63 Make = [Pred](ArrayRef<Value *> Cur, ArrayRef<Type *> BaseTypes) {
78 bool matches(ArrayRef<Value *> Cur, const Value *New) {
83 std::vector<Constant *> generate(ArrayRef<Value *> Cur,
84 ArrayRef<Type *> BaseTypes) {
93 std::function<Value *(ArrayRef<Value *>, Instruction *)> BuilderFunc
    [all...]
  /art/libartbase/base/
array_ref.h 30 * @details The template class ArrayRef provides a container that references
31 * an external array. This external array must remain alive while the ArrayRef
41 class ArrayRef {
57 constexpr ArrayRef()
62 explicit constexpr ArrayRef(T (&array)[size])
69 explicit constexpr ArrayRef(U (&array)[size])
73 constexpr ArrayRef(T* array_in, size_t size_in)
80 explicit ArrayRef(Vector& v)
89 explicit ArrayRef(const Vector& v)
93 ArrayRef(const ArrayRef&) = default
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/MCTargetDesc/
WebAssemblyTargetStreamer.h 35 virtual void emitParam(MCSymbol *Symbol, ArrayRef<MVT> Types) = 0;
37 virtual void emitResult(MCSymbol *Symbol, ArrayRef<MVT> Types) = 0;
39 virtual void emitLocal(ArrayRef<MVT> Types) = 0;
64 void emitParam(MCSymbol *Symbol, ArrayRef<MVT> Types) override;
65 void emitResult(MCSymbol *Symbol, ArrayRef<MVT> Types) override;
66 void emitLocal(ArrayRef<MVT> Types) override;
81 void emitParam(MCSymbol *Symbol, ArrayRef<MVT> Types) override;
82 void emitResult(MCSymbol *Symbol, ArrayRef<MVT> Types) override;
83 void emitLocal(ArrayRef<MVT> Types) override;
  /external/llvm/include/llvm/TableGen/
Error.h 22 void PrintWarning(ArrayRef<SMLoc> WarningLoc, const Twine &Msg);
26 void PrintError(ArrayRef<SMLoc> ErrorLoc, const Twine &Msg);
31 LLVM_ATTRIBUTE_NORETURN void PrintFatalError(ArrayRef<SMLoc> ErrorLoc,
  /art/compiler/debug/
debug_info.h 33 ArrayRef<const MethodDebugInfo> compiled_methods;
  /art/runtime/
dex_to_dex_decompiler.h 40 const ArrayRef<const uint8_t>& quickened_data,

Completed in 1564 milliseconds

12 3 4 5 6 7 8 91011>>