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

<<21222324252627282930>>

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
ModuleSummaryAnalysis.cpp 16 #include "llvm/ADT/ArrayRef.h"
482 ArrayRef<ValueInfo>{}, ArrayRef<FunctionSummary::EdgeTy>{},
483 ArrayRef<GlobalValue::GUID>{},
484 ArrayRef<FunctionSummary::VFuncId>{},
485 ArrayRef<FunctionSummary::VFuncId>{},
486 ArrayRef<FunctionSummary::ConstVCall>{},
487 ArrayRef<FunctionSummary::ConstVCall>{});
492 ArrayRef<ValueInfo>{});
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DebugLocEntry.h 130 ArrayRef<Value> getValues() const { return Values; }
131 void addValues(ArrayRef<DebugLocEntry::Value> Vals) {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
LowerEmuTLS.cpp 119 ArrayRef<Type*> ElementTypeArray(ElementTypes, 4);
156 ArrayRef<Constant*> ElementValueArray(ElementValues, 4);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
TpiStreamBuilder.cpp 11 #include "llvm/ADT/ArrayRef.h"
45 void TpiStreamBuilder::addTypeRecord(ArrayRef<uint8_t> Record,
135 ArrayRef<uint8_t> Bytes(
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
Type.cpp 277 FunctionType::FunctionType(Type *Result, ArrayRef<Type*> Params,
298 ArrayRef<Type*> Params, bool isVarArg) {
336 StructType *StructType::get(LLVMContext &Context, ArrayRef<Type*> ETypes,
356 void StructType::setBody(ArrayRef<Type*> Elements, bool isPacked) {
435 StructType *StructType::create(LLVMContext &Context, ArrayRef<Type*> Elements,
442 StructType *StructType::create(LLVMContext &Context, ArrayRef<Type*> Elements) {
450 StructType *StructType::create(ArrayRef<Type*> Elements, StringRef Name,
457 StructType *StructType::create(ArrayRef<Type*> Elements) {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/Disassembler/
AMDGPUDisassembler.h 19 #include "llvm/ADT/ArrayRef.h"
45 mutable ArrayRef<uint8_t> Bytes;
57 ArrayRef<uint8_t> Bytes, uint64_t Address,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
ARMInstrInfo.cpp 145 ArrayRef<std::pair<unsigned, const char *>>
154 ArrayRef<std::pair<unsigned, const char *>>
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
WebAssemblyExceptionInfo.h 77 ArrayRef<MachineBasicBlock *> getBlocks() const { return Blocks; }
78 using block_iterator = typename ArrayRef<MachineBasicBlock *>::const_iterator;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
EntryExitInstrumenter.cpp 48 ArrayRef<Value *>(ConstantInt::get(Type::getInt32Ty(C), 0)), "",
56 CallInst::Create(Fn, ArrayRef<Value *>(Args), "", InsertionPt);
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
FormatUtil.h 13 #include "llvm/ADT/ArrayRef.h"
62 std::string typesetItemList(ArrayRef<std::string> Opts, uint32_t IndentLevel,
66 ArrayRef<StringRef> Strings);
LinePrinter.h 13 #include "llvm/ADT/ArrayRef.h"
52 void formatBinary(StringRef Label, ArrayRef<uint8_t> Data,
54 void formatBinary(StringRef Label, ArrayRef<uint8_t> Data, uint64_t BaseAddr,
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-rc/
ResourceScriptParser.h 115 Expected<uint32_t> parseFlags(ArrayRef<StringRef> FlagDesc,
116 ArrayRef<uint32_t> FlagValues);
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
ARMWinEHPrinter.h 78 void decodeOpcodes(ArrayRef<uint8_t> Opcodes, unsigned Offset,
105 ArrayRef<uint8_t> Contents);
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/MC/
DwarfLineTables.cpp 56 ArrayRef<uint8_t> ExpectedEncoding) {
61 ArrayRef<uint8_t> Encoding(reinterpret_cast<uint8_t *>(Buffer.data()),
  /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
User.h 36 template <typename T> class ArrayRef;
170 ArrayRef<const uint8_t> getDescriptor() const;
  /art/dex2oat/dex/
dex_to_dex_decompiler_test.cc 90 ArrayRef<const uint8_t> table;
  /art/runtime/
oat_file.h 331 ArrayRef<const uint32_t> GetBootImageRelocations() const;
332 ArrayRef<ArtMethod*> GetBssMethods() const;
333 ArrayRef<GcRoot<mirror::Object>> GetBssGcRoots() const;
528 ArrayRef<const uint8_t> GetQuickenedInfoOf(const DexFile& dex_file,
  /external/clang/include/clang/ARCMigrate/
ARCMT.h 89 ArrayRef<StringRef> remapFiles,
  /external/clang/include/clang/AST/
CommentParser.h 73 void putBack(ArrayRef<Token> Toks) {
  /external/clang/include/clang/StaticAnalyzer/Checkers/
ObjCRetainCount.h 23 #include "llvm/ADT/ArrayRef.h"
216 ArrayRef<ArgEffect> getArgs() const { return Args; }
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
AnalysisManager.h 98 ArrayRef<PathDiagnosticConsumer*> getPathDiagnosticConsumers() override {
  /external/clang/include/clang/Tooling/
CompilationDatabase.h 32 #include "llvm/ADT/ArrayRef.h"
192 FixedCompilationDatabase(Twine Directory, ArrayRef<std::string> CommandLine);
  /external/clang/lib/CodeGen/
ABIInfo.h 138 ArrayRef<llvm::Type*> types,
CGLoopInfo.h 18 #include "llvm/ADT/ArrayRef.h"
109 llvm::ArrayRef<const Attr *> Attrs,
CGOpenMPRuntimeNVPTX.h 173 ArrayRef<llvm::Value *> CapturedVars) override;

Completed in 1169 milliseconds

<<21222324252627282930>>