/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/XRay/ |
D | BlockIndexer.cpp | 21 CurrentBlock.Records.push_back(&R); in visit() 27 CurrentBlock.Records.push_back(&R); in visit() 32 CurrentBlock.Records.push_back(&R); in visit() 37 CurrentBlock.Records.push_back(&R); in visit() 42 CurrentBlock.Records.push_back(&R); in visit() 47 CurrentBlock.Records.push_back(&R); in visit() 52 CurrentBlock.Records.push_back(&R); in visit() 58 CurrentBlock.Records.push_back(&R); in visit() 63 if (!CurrentBlock.Records.empty()) in visit() 68 CurrentBlock.Records.push_back(&R); in visit() [all …]
|
D | Trace.cpp | 38 std::vector<XRayRecord> &Records) { in loadNaiveFormatLog() argument 81 Records.emplace_back(); in loadNaiveFormatLog() 82 auto &Record = Records.back(); in loadNaiveFormatLog() 151 auto &Record = Records.back(); in loadNaiveFormatLog() 268 XRayFileHeader &FileHeader, std::vector<XRayRecord> &Records) { in loadFDRLog() argument 313 for (auto *R : B.Records) in loadFDRLog() 335 auto Adder = [&](const XRayRecord &R) { Records.push_back(R); }; in loadFDRLog() 338 for (auto *R : B.Records) in loadFDRLog() 351 std::vector<XRayRecord> &Records) { in loadYAMLLog() argument 369 Records.clear(); in loadYAMLLog() [all …]
|
D | LogBuilderConsumer.cpp | 18 Records.push_back(std::move(R)); in consume()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
D | LazyRandomTypeCollection.cpp | 42 Records.resize(RecordCountHint); in LazyRandomTypeCollection() 68 Records.clear(); in reset() 69 Records.resize(RecordCountHint); in reset() 87 return Records[Index.toArrayIndex()].Offset; in getOffsetOfType() 97 return Records[Index.toArrayIndex()].Type; in getType() 110 return Records[Index.toArrayIndex()].Type; in tryGetType() 128 if (Records[I].Name.data() == nullptr) { in getTypeName() 130 Records[I].Name = Result; in getTypeName() 132 return Records[I].Name; in getTypeName() 139 if (Records.size() <= Index.toArrayIndex()) in contains() [all …]
|
D | TypeTableCollection.cpp | 18 TypeTableCollection::TypeTableCollection(ArrayRef<ArrayRef<uint8_t>> Records) in TypeTableCollection() argument 19 : NameStorage(Allocator), Records(Records) { in TypeTableCollection() 20 Names.resize(Records.size()); in TypeTableCollection() 38 assert(Index.toArrayIndex() < Records.size()); in getType() 39 return CVType(Records[Index.toArrayIndex()]); in getType() 58 uint32_t TypeTableCollection::size() { return Records.size(); } in size() 60 uint32_t TypeTableCollection::capacity() { return Records.size(); } in capacity()
|
D | DebugSymbolsSubsection.cpp | 15 return Reader.readArray(Records, Reader.getLength()); in initialize() 23 for (const auto &Record : Records) { in commit() 31 Records.push_back(Symbol); in addSymbol()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/ |
D | GSIStreamBuilder.cpp | 51 std::vector<CVSymbol> Records; member 75 Records.push_back(Symbol); in addSymbol() 89 for (const auto &Sym : Records) in calculateRecordByteSize() 137 for (const CVSymbol &Sym : Records) { in finalizeBuckets() 152 HashRecords.reserve(Records.size()); in finalizeBuckets() 195 Size += PSH->Records.size() * sizeof(uint32_t); // AddrMap in calculatePublicsHashStreamSize() 245 static std::vector<ulittle32_t> computeAddrMap(ArrayRef<CVSymbol> Records) { in computeAddrMap() argument 252 DeserializedPublics.reserve(Records.size()); in computeAddrMap() 253 PublicsByAddr.reserve(Records.size()); in computeAddrMap() 254 SymOffsets.reserve(Records.size()); in computeAddrMap() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | TypeHashing.h | 41 static std::vector<LocallyHashedType> hashTypes(Range &&Records) { in hashTypes() 43 Hashes.reserve(std::distance(std::begin(Records), std::end(Records))); in hashTypes() 44 for (const auto &R : Records) in hashTypes() 110 static std::vector<GloballyHashedType> hashTypes(Range &&Records) { in hashTypes() 113 for (const auto &R : Records) { in hashTypes() 128 for (const auto &R : Records) { in hashTypes() 147 hashIds(Range &&Records, ArrayRef<GloballyHashedType> TypeHashes) { in hashIds() 149 for (const auto &R : Records) in hashIds()
|
D | DebugSymbolsSubsection.h | 29 CVSymbolArray::Iterator begin() const { return Records.begin(); } in begin() 30 CVSymbolArray::Iterator end() const { return Records.end(); } in end() 33 CVSymbolArray Records; 50 std::vector<CVSymbol> Records; variable
|
D | TypeTableCollection.h | 22 explicit TypeTableCollection(ArrayRef<ArrayRef<uint8_t>> Records); 37 ArrayRef<ArrayRef<uint8_t>> Records; variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/XRay/ |
D | Trace.h | 49 RecordVector Records; variable 63 const_iterator begin() const { return Records.begin(); } in begin() 64 const_iterator end() const { return Records.end(); } in end() 65 bool empty() const { return Records.empty(); } in empty() 66 size_type size() const { return Records.size(); } in size()
|
D | FDRLogBuilder.h | 26 std::vector<std::unique_ptr<Record>> Records; variable 30 Records.emplace_back(new R(std::forward<T>(A)...)); in add() 34 std::vector<std::unique_ptr<Record>> consume() { return std::move(Records); } in consume()
|
D | FDRRecordConsumer.h | 29 std::vector<std::unique_ptr<Record>> &Records; variable 33 : RecordConsumer(), Records(R) {} in LogBuilderConsumer()
|
D | YAMLXRayRecord.h | 46 std::vector<YAMLXRayRecord> Records; member 98 IO.mapRequired("records", Trace.Records);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/ |
D | JSONBackend.cpp | 29 RecordKeeper &Records; member in __anon0323dcac0111::JSONEmitter 42 JSONEmitter::JSONEmitter(RecordKeeper &R) : Records(R) {} in JSONEmitter() 134 for (const auto &C : Records.getClasses()) { in run() 140 for (const auto &D : Records.getDefs()) { in run()
|
D | Main.cpp | 84 RecordKeeper Records; in TableGenMain() local 100 TGParser Parser(SrcMgr, MacroNames, Records); in TableGenMain() 108 if (MainFn(Out, Records)) in TableGenMain()
|
D | TGParser.h | 127 MultiClass(StringRef Name, SMLoc Loc, RecordKeeper &Records) : in MultiClass() 128 Rec(Name, Loc, Records) {} in MultiClass() 151 RecordKeeper &Records; variable 167 : Lex(SM, Macros), CurMultiClass(nullptr), Records(records) {} in TGParser()
|
D | TGParser.cpp | 440 if (Record *Prev = Records.getDef(Rec->getNameInitAsString())) { in addDefOne() 447 Rec->setName(Records.getNewAnonymousName()); in addDefOne() 475 Records.addDef(std::move(Rec)); in addDefOne() 540 Record *Result = Records.getClass(Lex.getCurStrVal()); in ParseClassID() 890 if (Init *I = Records.getGlobal(Name->getValue())) in ParseIDValue() 1378 ParseRecTmp = std::make_unique<Record>(".parse", ArrayRef<SMLoc>{}, Records); in ParseOperation() 1645 ParseRecTmp = std::make_unique<Record>(".parse", ArrayRef<SMLoc>{}, Records); in ParseOperation() 1874 Record *Class = Records.getClass(Name->getValue()); in ParseSimpleValue() 2762 CurRec = std::make_unique<Record>(Records.getNewAnonymousName(), DefLoc, Records, in ParseDef() 2765 CurRec = std::make_unique<Record>(Name, DefLoc, Records); in ParseDef() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/ |
D | BitcodeMunge.h | 34 SubzeroBitcodeMunger(const uint64_t Records[], size_t RecordSize, in SubzeroBitcodeMunger() argument 36 : llvm::NaClBitcodeMunger(Records, RecordSize, RecordTerminator) { in SubzeroBitcodeMunger()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | RewriteStatepointsForGC.cpp | 1689 ArrayRef<PartiallyConstructedSafepointRecord> Records) { in relocationViaAlloca() argument 1722 for (const auto &Info : Records) in relocationViaAlloca() 1741 for (const auto &Info : Records) { in relocationViaAlloca() 2218 SmallVector<PartiallyConstructedSafepointRecord, 64> Records(ToUpdate.size()); in insertParsePoints() local 2222 findLiveReferences(F, DT, ToUpdate, Records); in insertParsePoints() 2231 for (size_t i = 0; i < Records.size(); i++) { in insertParsePoints() 2232 PartiallyConstructedSafepointRecord &info = Records[i]; in insertParsePoints() 2250 Holders.reserve(Holders.size() + Records.size()); in insertParsePoints() 2251 for (size_t i = 0; i < Records.size(); i++) { in insertParsePoints() 2252 PartiallyConstructedSafepointRecord &Info = Records[i]; in insertParsePoints() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | Timer.cpp | 246 const StringMap<TimeRecord> &Records) in TimerGroup() argument 248 TimersToPrint.reserve(Records.size()); in TimerGroup() 249 for (const auto &P : Records) in TimerGroup() 251 assert(TimersToPrint.size() == Records.size() && "Size mismatch"); in TimerGroup()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/Coverage/ |
D | CoverageMappingReader.cpp | 417 std::vector<BinaryCoverageReader::ProfileMappingRecord> &Records; member in __anonff6242590211::VersionedCovMapFuncRecordReader 430 FunctionRecords.insert(std::make_pair(NameRef, Records.size())); in insertFunctionRecordIfNeeded() 437 Records.emplace_back(Version, FuncName, FuncHash, Mapping, FilenamesBegin, in insertFunctionRecordIfNeeded() 444 Records[OldRecordIndex]; in insertFunctionRecordIfNeeded() 469 : ProfileNames(P), Filenames(F), Records(R) {} in VersionedCovMapFuncRecordReader() 562 std::vector<BinaryCoverageReader::ProfileMappingRecord> &Records, in readCoverageMappingData() argument 573 CovMapFuncRecordReader::get<T, Endian>(Version, ProfileNames, Records, in readCoverageMappingData()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/Coverage/ |
D | CoverageMapping.h | 333 ArrayRef<FunctionRecord> Records; variable 343 : Records(Records_), Current(Records.begin()), Filename(Filename) { in Records() function 347 FunctionRecordIterator() : Current(Records.begin()) {} in FunctionRecordIterator() 356 assert(Current != Records.end() && "incremented past end");
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
D | vkAllocationCallbackUtil.hpp | 153 typedef de::AppendList<AllocationCallbackRecord> Records; typedef in vk::AllocationCallbackRecorder 155 Records m_records;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TableGen/ |
D | Main.h | 23 using TableGenMainFn = bool (raw_ostream &OS, RecordKeeper &Records);
|