/external/llvm-project/llvm/lib/DebugInfo/CodeView/ |
D | LazyRandomTypeCollection.cpp | 34 LazyRandomTypeCollection::LazyRandomTypeCollection(uint32_t RecordCountHint) in LazyRandomTypeCollection() function in LazyRandomTypeCollection 35 : LazyRandomTypeCollection(CVTypeArray(), RecordCountHint, in LazyRandomTypeCollection() 38 LazyRandomTypeCollection::LazyRandomTypeCollection( in LazyRandomTypeCollection() function in LazyRandomTypeCollection 45 LazyRandomTypeCollection::LazyRandomTypeCollection(ArrayRef<uint8_t> Data, in LazyRandomTypeCollection() function in LazyRandomTypeCollection 47 : LazyRandomTypeCollection(RecordCountHint) { in LazyRandomTypeCollection() 50 LazyRandomTypeCollection::LazyRandomTypeCollection(StringRef Data, in LazyRandomTypeCollection() function in LazyRandomTypeCollection 52 : LazyRandomTypeCollection( in LazyRandomTypeCollection() 56 LazyRandomTypeCollection::LazyRandomTypeCollection(const CVTypeArray &Types, in LazyRandomTypeCollection() function in LazyRandomTypeCollection 58 : LazyRandomTypeCollection(Types, NumRecords, PartialOffsetArray()) {} in LazyRandomTypeCollection() 60 void LazyRandomTypeCollection::reset(BinaryStreamReader &Reader, in reset() [all …]
|
D | CMakeLists.txt | 23 LazyRandomTypeCollection.cpp
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
D | LazyRandomTypeCollection.cpp | 34 LazyRandomTypeCollection::LazyRandomTypeCollection(uint32_t RecordCountHint) in LazyRandomTypeCollection() function in LazyRandomTypeCollection 35 : LazyRandomTypeCollection(CVTypeArray(), RecordCountHint, in LazyRandomTypeCollection() 38 LazyRandomTypeCollection::LazyRandomTypeCollection( in LazyRandomTypeCollection() function in LazyRandomTypeCollection 45 LazyRandomTypeCollection::LazyRandomTypeCollection(ArrayRef<uint8_t> Data, in LazyRandomTypeCollection() function in LazyRandomTypeCollection 47 : LazyRandomTypeCollection(RecordCountHint) { in LazyRandomTypeCollection() 50 LazyRandomTypeCollection::LazyRandomTypeCollection(StringRef Data, in LazyRandomTypeCollection() function in LazyRandomTypeCollection 52 : LazyRandomTypeCollection( in LazyRandomTypeCollection() 56 LazyRandomTypeCollection::LazyRandomTypeCollection(const CVTypeArray &Types, in LazyRandomTypeCollection() function in LazyRandomTypeCollection 58 : LazyRandomTypeCollection(Types, NumRecords, PartialOffsetArray()) {} in LazyRandomTypeCollection() 60 void LazyRandomTypeCollection::reset(BinaryStreamReader &Reader, in reset() [all …]
|
D | CMakeLists.txt | 23 LazyRandomTypeCollection.cpp
|
/external/llvm-project/llvm/tools/llvm-pdbutil/ |
D | MinimalSymbolDumper.h | 16 class LazyRandomTypeCollection; variable 26 codeview::LazyRandomTypeCollection &Ids, in MinimalSymbolDumper() 27 codeview::LazyRandomTypeCollection &Types) in MinimalSymbolDumper() 31 codeview::LazyRandomTypeCollection &Ids, in MinimalSymbolDumper() 32 codeview::LazyRandomTypeCollection &Types) in MinimalSymbolDumper() 62 codeview::LazyRandomTypeCollection &Ids; 63 codeview::LazyRandomTypeCollection &Types;
|
D | BytesOutputStyle.h | 21 class LazyRandomTypeCollection; variable 54 Expected<codeview::LazyRandomTypeCollection &> 57 std::unique_ptr<codeview::LazyRandomTypeCollection> TpiTypes; 58 std::unique_ptr<codeview::LazyRandomTypeCollection> IpiTypes;
|
D | InputFile.h | 25 class LazyRandomTypeCollection; variable 48 using TypeCollectionPtr = std::unique_ptr<codeview::LazyRandomTypeCollection>; 54 codeview::LazyRandomTypeCollection & 76 codeview::LazyRandomTypeCollection &types(); 77 codeview::LazyRandomTypeCollection &ids();
|
D | MinimalTypeDumper.h | 17 class LazyRandomTypeCollection; variable 28 bool Hashes, codeview::LazyRandomTypeCollection &Types, in MinimalTypeDumpVisitor() 60 codeview::LazyRandomTypeCollection &Types;
|
D | TypeReferenceTracker.h | 55 codeview::LazyRandomTypeCollection &Types; 56 codeview::LazyRandomTypeCollection *Ids = nullptr;
|
D | InputFile.cpp | 366 codeview::LazyRandomTypeCollection & 388 std::make_unique<LazyRandomTypeCollection>(Array, Count, Offsets); in getOrCreateTypeCollection() 401 Types = std::make_unique<LazyRandomTypeCollection>(Records, 100); in getOrCreateTypeCollection() 405 Types = std::make_unique<LazyRandomTypeCollection>(100); in getOrCreateTypeCollection() 409 codeview::LazyRandomTypeCollection &InputFile::types() { in types() 413 codeview::LazyRandomTypeCollection &InputFile::ids() { in ids()
|
D | DumpOutputStyle.h | 27 class LazyRandomTypeCollection; variable
|
D | TypeReferenceTracker.cpp | 23 static uint32_t getNumRecordsInCollection(LazyRandomTypeCollection &Types) { in getNumRecordsInCollection()
|
D | BytesOutputStyle.cpp | 445 Expected<codeview::LazyRandomTypeCollection &> 460 std::make_unique<LazyRandomTypeCollection>(Types, Count, Offsets); in initializeTypes()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | LazyRandomTypeCollection.h | 50 class LazyRandomTypeCollection : public TypeCollection { 60 explicit LazyRandomTypeCollection(uint32_t RecordCountHint); 61 LazyRandomTypeCollection(StringRef Data, uint32_t RecordCountHint); 62 LazyRandomTypeCollection(ArrayRef<uint8_t> Data, uint32_t RecordCountHint); 63 LazyRandomTypeCollection(const CVTypeArray &Types, uint32_t RecordCountHint, 65 LazyRandomTypeCollection(const CVTypeArray &Types, uint32_t RecordCountHint);
|
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
D | LazyRandomTypeCollection.h | 49 class LazyRandomTypeCollection : public TypeCollection { 59 explicit LazyRandomTypeCollection(uint32_t RecordCountHint); 60 LazyRandomTypeCollection(StringRef Data, uint32_t RecordCountHint); 61 LazyRandomTypeCollection(ArrayRef<uint8_t> Data, uint32_t RecordCountHint); 62 LazyRandomTypeCollection(const CVTypeArray &Types, uint32_t RecordCountHint, 64 LazyRandomTypeCollection(const CVTypeArray &Types, uint32_t RecordCountHint);
|
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
D | TpiStream.h | 25 class LazyRandomTypeCollection; variable 58 codeview::LazyRandomTypeCollection &typeCollection() { return *Types; } in typeCollection() 79 std::unique_ptr<codeview::LazyRandomTypeCollection> Types;
|
D | NativeEnumTypes.h | 27 codeview::LazyRandomTypeCollection &TypeCollection,
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/ |
D | TpiStream.h | 25 class LazyRandomTypeCollection; variable 58 codeview::LazyRandomTypeCollection &typeCollection() { return *Types; } in typeCollection() 79 std::unique_ptr<codeview::LazyRandomTypeCollection> Types;
|
D | NativeEnumTypes.h | 27 codeview::LazyRandomTypeCollection &TypeCollection,
|
/external/llvm-project/llvm/unittests/DebugInfo/CodeView/ |
D | RandomAccessVisitorTest.cpp | 130 bool ValidateDatabaseRecord(LazyRandomTypeCollection &Types, uint32_t Index) { in ValidateDatabaseRecord() 207 LazyRandomTypeCollection Types(GlobalState->TypeArray, in TEST_F() 239 LazyRandomTypeCollection Types(GlobalState->TypeArray, in TEST_F() 268 LazyRandomTypeCollection Types(GlobalState->TypeArray, in TEST_F() 298 LazyRandomTypeCollection Types(GlobalState->TypeArray, in TEST_F() 328 LazyRandomTypeCollection Types(GlobalState->TypeArray, in TEST_F() 395 LazyRandomTypeCollection Types(TypeStream, 2, PartialOffsets); in TEST_F()
|
/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
D | NativeInlineSiteSymbol.cpp | 69 LazyRandomTypeCollection &Types = Tpi->typeCollection(); in getName() 70 LazyRandomTypeCollection &Ids = Ipi->typeCollection(); in getName()
|
D | NativeEnumTypes.cpp | 24 LazyRandomTypeCollection &Types, in NativeEnumTypes()
|
/external/llvm-project/llvm/utils/gn/secondary/llvm/lib/DebugInfo/CodeView/ |
D | BUILD.gn | 29 "LazyRandomTypeCollection.cpp",
|
/external/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
D | CompileUnitIndex.cpp | 68 LazyRandomTypeCollection &types = index.ipi().typeCollection(); in ParseBuildInfo() 205 LazyRandomTypeCollection &types = m_index.ipi().typeCollection(); in GetMainSourceFile()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/ |
D | NativeEnumTypes.cpp | 24 LazyRandomTypeCollection &Types, in NativeEnumTypes()
|