/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/ |
D | LazyRandomTypeCollection.cpp | 35 LazyRandomTypeCollection::LazyRandomTypeCollection(uint32_t RecordCountHint) in LazyRandomTypeCollection() function in LazyRandomTypeCollection 36 : LazyRandomTypeCollection(CVTypeArray(), RecordCountHint, in LazyRandomTypeCollection() 39 LazyRandomTypeCollection::LazyRandomTypeCollection( in LazyRandomTypeCollection() function in LazyRandomTypeCollection 46 LazyRandomTypeCollection::LazyRandomTypeCollection(ArrayRef<uint8_t> Data, in LazyRandomTypeCollection() function in LazyRandomTypeCollection 48 : LazyRandomTypeCollection(RecordCountHint) { in LazyRandomTypeCollection() 51 LazyRandomTypeCollection::LazyRandomTypeCollection(StringRef Data, in LazyRandomTypeCollection() function in LazyRandomTypeCollection 53 : LazyRandomTypeCollection( in LazyRandomTypeCollection() 57 LazyRandomTypeCollection::LazyRandomTypeCollection(const CVTypeArray &Types, in LazyRandomTypeCollection() function in LazyRandomTypeCollection 59 : LazyRandomTypeCollection(Types, NumRecords, PartialOffsetArray()) {} in LazyRandomTypeCollection() 61 void LazyRandomTypeCollection::reset(BinaryStreamReader &Reader, in reset() [all …]
|
D | CMakeLists.txt | 23 LazyRandomTypeCollection.cpp
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/ |
D | MinimalSymbolDumper.h | 17 class LazyRandomTypeCollection; variable 27 codeview::LazyRandomTypeCollection &Ids, in MinimalSymbolDumper() 28 codeview::LazyRandomTypeCollection &Types) in MinimalSymbolDumper() 32 codeview::LazyRandomTypeCollection &Ids, in MinimalSymbolDumper() 33 codeview::LazyRandomTypeCollection &Types) in MinimalSymbolDumper() 58 codeview::LazyRandomTypeCollection &Ids; 59 codeview::LazyRandomTypeCollection &Types;
|
D | BytesOutputStyle.h | 22 class LazyRandomTypeCollection; variable 55 Expected<codeview::LazyRandomTypeCollection &> 58 std::unique_ptr<codeview::LazyRandomTypeCollection> TpiTypes; 59 std::unique_ptr<codeview::LazyRandomTypeCollection> IpiTypes;
|
D | InputFile.h | 26 class LazyRandomTypeCollection; variable 49 using TypeCollectionPtr = std::unique_ptr<codeview::LazyRandomTypeCollection>; 55 codeview::LazyRandomTypeCollection & 77 codeview::LazyRandomTypeCollection &types(); 78 codeview::LazyRandomTypeCollection &ids();
|
D | MinimalTypeDumper.h | 18 class LazyRandomTypeCollection; variable 27 bool Hashes, codeview::LazyRandomTypeCollection &Types, in MinimalTypeDumpVisitor() 56 codeview::LazyRandomTypeCollection &Types;
|
D | InputFile.cpp | 358 codeview::LazyRandomTypeCollection & 380 llvm::make_unique<LazyRandomTypeCollection>(Array, Count, Offsets); in getOrCreateTypeCollection() 393 Types = llvm::make_unique<LazyRandomTypeCollection>(Records, 100); in getOrCreateTypeCollection() 397 Types = llvm::make_unique<LazyRandomTypeCollection>(100); in getOrCreateTypeCollection() 401 codeview::LazyRandomTypeCollection &InputFile::types() { in types() 405 codeview::LazyRandomTypeCollection &InputFile::ids() { in ids()
|
D | DumpOutputStyle.h | 28 class LazyRandomTypeCollection; variable
|
D | Analyze.cpp | 78 auto Types = llvm::make_unique<LazyRandomTypeCollection>( in dump()
|
D | BytesOutputStyle.cpp | 448 Expected<codeview::LazyRandomTypeCollection &> 463 llvm::make_unique<LazyRandomTypeCollection>(Types, Count, Offsets); in initializeTypes()
|
D | DumpOutputStyle.cpp | 1070 static void buildDepSet(LazyRandomTypeCollection &Types, in buildDepSet() 1087 dumpFullTypeStream(LinePrinter &Printer, LazyRandomTypeCollection &Types, in dumpFullTypeStream() 1105 LazyRandomTypeCollection &Types, in dumpPartialTypeStream() 1143 LazyRandomTypeCollection Types(100); in dumpTypesFromObjectFile()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | LazyRandomTypeCollection.h | 51 class LazyRandomTypeCollection : public TypeCollection { 61 explicit LazyRandomTypeCollection(uint32_t RecordCountHint); 62 LazyRandomTypeCollection(StringRef Data, uint32_t RecordCountHint); 63 LazyRandomTypeCollection(ArrayRef<uint8_t> Data, uint32_t RecordCountHint); 64 LazyRandomTypeCollection(const CVTypeArray &Types, uint32_t RecordCountHint, 66 LazyRandomTypeCollection(const CVTypeArray &Types, uint32_t RecordCountHint);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/ |
D | TpiStream.h | 26 class LazyRandomTypeCollection; variable 59 codeview::LazyRandomTypeCollection &typeCollection() { return *Types; } in typeCollection() 69 std::unique_ptr<codeview::LazyRandomTypeCollection> Types;
|
D | NativeEnumTypes.h | 28 codeview::LazyRandomTypeCollection &TypeCollection,
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/CodeView/ |
D | RandomAccessVisitorTest.cpp | 132 bool ValidateDatabaseRecord(LazyRandomTypeCollection &Types, uint32_t Index) { in ValidateDatabaseRecord() 209 LazyRandomTypeCollection Types(GlobalState->TypeArray, in TEST_F() 241 LazyRandomTypeCollection Types(GlobalState->TypeArray, in TEST_F() 270 LazyRandomTypeCollection Types(GlobalState->TypeArray, in TEST_F() 300 LazyRandomTypeCollection Types(GlobalState->TypeArray, in TEST_F() 330 LazyRandomTypeCollection Types(GlobalState->TypeArray, in TEST_F() 398 LazyRandomTypeCollection Types(TypeStream, 2, PartialOffsets); in TEST_F()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/ |
D | NativeEnumTypes.cpp | 22 codeview::LazyRandomTypeCollection &Types, in NativeEnumTypes()
|
D | TpiStream.cpp | 114 Types = llvm::make_unique<LazyRandomTypeCollection>( in reload()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/ |
D | COFFDumper.cpp | 182 LazyRandomTypeCollection Types;
|
/external/swiftshader/third_party/llvm-7.0/ |
D | Android.mk | 361 llvm/lib/DebugInfo/CodeView/LazyRandomTypeCollection.cpp \
|
D | BUILD.gn | 236 "llvm/lib/DebugInfo/CodeView/LazyRandomTypeCollection.cpp",
|
/external/swiftshader/ |
D | CMakeLists.txt | 1027 ${LLVM_DIR}/lib/DebugInfo/CodeView/LazyRandomTypeCollection.cpp
|