/external/llvm-project/llvm/include/llvm/ProfileData/ |
D | InstrProfReader.h | 361 virtual Error getRecords(ArrayRef<NamedInstrProfRecord> &Data) = 0; 364 virtual Error getRecords(StringRef FuncName, 398 Error getRecords(ArrayRef<NamedInstrProfRecord> &Data) override; 399 Error getRecords(StringRef FuncName, 435 virtual Error getRecords(StringRef FuncName,
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/ |
D | InstrProfReader.h | 352 virtual Error getRecords(ArrayRef<NamedInstrProfRecord> &Data) = 0; 355 virtual Error getRecords(StringRef FuncName, 388 Error getRecords(ArrayRef<NamedInstrProfRecord> &Data) override; 389 Error getRecords(StringRef FuncName, 421 virtual Error getRecords(StringRef FuncName,
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/ |
D | InstrProfReader.cpp | 579 Error InstrProfReaderIndex<HashTableImpl>::getRecords( in getRecords() function in InstrProfReaderIndex 593 Error InstrProfReaderIndex<HashTableImpl>::getRecords( in getRecords() function in InstrProfReaderIndex 627 Error getRecords(StringRef FuncName, in getRecords() function in __anon49c078880211::InstrProfReaderNullRemapper 629 return Underlying.getRecords(FuncName, Data); in getRecords() 686 Error getRecords(StringRef FuncName, in getRecords() function in llvm::InstrProfReaderItaniumRemapper 699 Error E = Underlying.getRecords(Reconstituted, Data); in getRecords() 715 return Underlying.getRecords(FuncName, Data); in getRecords() 875 Error Err = Remapper->getRecords(FuncName, Data); in getInstrProfRecord() 902 Error E = Index->getRecords(Data); in readNextRecord()
|
/external/llvm-project/llvm/lib/ProfileData/ |
D | InstrProfReader.cpp | 586 Error InstrProfReaderIndex<HashTableImpl>::getRecords( in getRecords() function in InstrProfReaderIndex 600 Error InstrProfReaderIndex<HashTableImpl>::getRecords( in getRecords() function in InstrProfReaderIndex 634 Error getRecords(StringRef FuncName, in getRecords() function in __anon4fc42bf40211::InstrProfReaderNullRemapper 636 return Underlying.getRecords(FuncName, Data); in getRecords() 693 Error getRecords(StringRef FuncName, in getRecords() function in llvm::InstrProfReaderItaniumRemapper 706 Error E = Underlying.getRecords(Reconstituted, Data); in getRecords() 722 return Underlying.getRecords(FuncName, Data); in getRecords() 882 Error Err = Remapper->getRecords(FuncName, Data); in getInstrProfRecord() 909 Error E = Index->getRecords(Data); in readNextRecord()
|
/external/llvm/include/llvm/ProfileData/ |
D | InstrProfReader.h | 309 virtual Error getRecords(ArrayRef<InstrProfRecord> &Data) = 0; 311 virtual Error getRecords(StringRef FuncName, 339 Error getRecords(ArrayRef<InstrProfRecord> &Data) override; 340 Error getRecords(StringRef FuncName,
|
/external/llvm/lib/ProfileData/ |
D | InstrProfReader.cpp | 527 Error InstrProfReaderIndex<HashTableImpl>::getRecords( in getRecords() function in InstrProfReaderIndex 541 Error InstrProfReaderIndex<HashTableImpl>::getRecords( in getRecords() function in InstrProfReaderIndex 681 Error Err = Index->getRecords(FuncName, Data); in getInstrProfRecord() 710 Error E = Index->getRecords(Data); in readNextRecord()
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/piff/ |
D | PlayReadyHeader.java | 90 public List<PlayReadyRecord> getRecords() { in getRecords() method in PlayReadyHeader
|
/external/llvm-project/mlir/lib/TableGen/ |
D | Operator.cpp | 264 auto &recordKeeper = def.getRecords(); in populateTypeInferenceInfo() 351 auto &recordKeeper = def.getRecords(); in populateOpStructure()
|
/external/llvm-project/llvm/lib/TableGen/ |
D | SetTheory.cpp | 214 cast<DefInit>(Expr->getOperator())->getDef()->getRecords(); in apply()
|
D | Record.cpp | 155 UnsortedClasses[0]->getRecords().RecordTypePool; in get() 176 assert(&Classes[0]->getRecords() == &Classes[i]->getRecords()); in get() 710 D = CurRec->getRecords().getDef(Name->getValue()); in Fold() 1732 RecordKeeper &Records = Class->getRecords(); in instantiate()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/ |
D | SetTheory.cpp | 214 cast<DefInit>(Expr->getOperator())->getDef()->getRecords(); in apply()
|
D | Record.cpp | 164 UnsortedClasses[0]->getRecords().RecordTypePool; in get() 185 assert(&Classes[0]->getRecords() == &Classes[i]->getRecords()); in get() 738 D = CurRec->getRecords().getDef(Name->getValue()); in Fold() 1654 RecordKeeper &Records = Class->getRecords(); in instantiate()
|
/external/llvm/lib/TableGen/ |
D | SetTheory.cpp | 204 cast<DefInit>(Expr->getOperator())->getDef()->getRecords(); in apply()
|
D | Record.cpp | 704 if (Record *D = (CurRec->getRecords()).getDef(Name)) in Fold()
|
/external/llvm/utils/TableGen/ |
D | CodeGenRegisters.cpp | 564 Record *RegisterCl = Def->getRecords().getClass("Register"); in expand() 586 Record *NewReg = new Record(Name, Def->getLoc(), Def->getRecords()); in expand()
|
D | AsmMatcherEmitter.cpp | 772 RecordKeeper &getRecords() const { in getRecords() function in __anon51f7b9bc0111::AsmMatcherInfo 2611 Info.getRecords().getAllDerivedDefinitions("MnemonicAlias"); in emitMnemonicAliases()
|
/external/llvm-project/llvm/utils/TableGen/ |
D | CodeGenRegisters.cpp | 640 Record *RegisterCl = Def->getRecords().getClass("Register"); in expand() 673 std::make_unique<Record>(Name, Def->getLoc(), Def->getRecords())); in expand()
|
D | AsmMatcherEmitter.cpp | 787 RecordKeeper &getRecords() const { in getRecords() function in __anonc84a7aca0111::AsmMatcherInfo 2803 Info.getRecords().getAllDerivedDefinitions("MnemonicAlias"); in emitMnemonicAliases()
|
/external/llvm/include/llvm/TableGen/ |
D | Record.h | 1401 RecordKeeper &getRecords() const { in getRecords() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TableGen/ |
D | Record.h | 1607 RecordKeeper &getRecords() const { in getRecords() function
|
/external/llvm-project/llvm/include/llvm/TableGen/ |
D | Record.h | 1603 RecordKeeper &getRecords() const { in getRecords() function
|
/external/clang/utils/TableGen/ |
D | NeonEmitter.cpp | 1638 Elts.insert(R->getRecords().getDef("sv" + utostr(I + Addend))); in emitDagShuffle()
|
/external/llvm-project/clang/utils/TableGen/ |
D | NeonEmitter.cpp | 1624 Elts.insert(R->getRecords().getDef("sv" + utostr(I + Addend))); in emitDagShuffle()
|
/external/mockito/lib/ |
D | byte-buddy-1.8.15.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/maven/
META- ... |
/external/kotlinx.metadata/ |
D | kotlinx-metadata-jvm-0.1.0.jar | META-INF/
META-INF/MANIFEST.MF
kotlinx/
kotlinx/metadata/
kotlinx/ ... |