| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
| H A D | LazyRandomTypeCollection.cpp | 31 LazyRandomTypeCollection::LazyRandomTypeCollection(uint32_t RecordCountHint) in LazyRandomTypeCollection() function in LazyRandomTypeCollection 32 : LazyRandomTypeCollection(CVTypeArray(), RecordCountHint, in LazyRandomTypeCollection() 35 LazyRandomTypeCollection::LazyRandomTypeCollection( in LazyRandomTypeCollection() function in LazyRandomTypeCollection 42 LazyRandomTypeCollection::LazyRandomTypeCollection(ArrayRef<uint8_t> Data, in LazyRandomTypeCollection() function in LazyRandomTypeCollection 44 : LazyRandomTypeCollection(RecordCountHint) { in LazyRandomTypeCollection() 47 LazyRandomTypeCollection::LazyRandomTypeCollection(StringRef Data, in LazyRandomTypeCollection() function in LazyRandomTypeCollection 49 : LazyRandomTypeCollection(ArrayRef(Data.bytes_begin(), Data.bytes_end()), in LazyRandomTypeCollection() 52 LazyRandomTypeCollection::LazyRandomTypeCollection(const CVTypeArray &Types, in LazyRandomTypeCollection() function in LazyRandomTypeCollection 54 : LazyRandomTypeCollection(Types, NumRecords, PartialOffsetArray()) {} in LazyRandomTypeCollection() 56 void LazyRandomTypeCollection::reset(BinaryStreamReader &Reader, in reset() [all …]
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
| H A 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;
|
| H A 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;
|
| H A D | MinimalTypeDumper.h | 17 class LazyRandomTypeCollection; variable 28 bool Hashes, codeview::LazyRandomTypeCollection &Types, in MinimalTypeDumpVisitor() 60 codeview::LazyRandomTypeCollection &Types;
|
| H A D | TypeReferenceTracker.h | 53 codeview::LazyRandomTypeCollection &Types; 54 codeview::LazyRandomTypeCollection *Ids = nullptr;
|
| H A D | TypeReferenceTracker.cpp | 11 #include "llvm/DebugInfo/CodeView/LazyRandomTypeCollection.h" 23 // LazyRandomTypeCollection doesn't appear to expose the number of records, so 25 static uint32_t getNumRecordsInCollection(LazyRandomTypeCollection &Types) { in getNumRecordsInCollection()
|
| H A D | BytesOutputStyle.cpp | 445 Expected<codeview::LazyRandomTypeCollection &> 460 std::make_unique<LazyRandomTypeCollection>(Types, Count, Offsets); in initializeTypes()
|
| H A D | DumpOutputStyle.cpp | 604 LazyRandomTypeCollection &Types = in dumpTypeStats() 1184 static void buildDepSet(LazyRandomTypeCollection &Types, in buildDepSet() 1201 dumpFullTypeStream(LinePrinter &Printer, LazyRandomTypeCollection &Types, in dumpFullTypeStream() 1220 LazyRandomTypeCollection &Types, in dumpPartialTypeStream() 1266 LazyRandomTypeCollection Types(100); in dumpTypesFromObjectFile()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | LazyRandomTypeCollection.h | 49 class LLVM_ABI 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);
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/ |
| H A D | LVCodeViewReader.h | 39 class LazyRandomTypeCollection; 79 std::shared_ptr<LazyRandomTypeCollection> PrecompHeader; 125 LazyRandomTypeCollection &types() { 129 LazyRandomTypeCollection &ids() { 149 Error traverseTypes(llvm::pdb::PDBFile &Pdb, LazyRandomTypeCollection &Types, 150 LazyRandomTypeCollection &Ids);
|
| H A D | LVCodeViewVisitor.h | 42 LazyRandomTypeCollection &Types; 43 LazyRandomTypeCollection &Ids; 61 LazyRandomTypeCollection &Types, LazyRandomTypeCollection &Ids, in LVTypeVisitor() 128 LazyRandomTypeCollection &Types; 129 LazyRandomTypeCollection &Ids; 181 LazyRandomTypeCollection &Types, in LVSymbolVisitor() 182 LazyRandomTypeCollection &Ids, in LVSymbolVisitor() 240 std::shared_ptr<LazyRandomTypeCollection> PrecompHeader = nullptr; 246 LazyRandomTypeCollection in types() [all...] |
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | InputFile.h | 26 class LazyRandomTypeCollection; variable 48 using TypeCollectionPtr = std::unique_ptr<codeview::LazyRandomTypeCollection>; 54 codeview::LazyRandomTypeCollection & 79 LLVM_ABI codeview::LazyRandomTypeCollection &types(); 80 LLVM_ABI codeview::LazyRandomTypeCollection &ids();
|
| H A D | TpiStream.h | 26 class LazyRandomTypeCollection; variable 62 codeview::LazyRandomTypeCollection &typeCollection() { return *Types; } in typeCollection() 84 std::unique_ptr<codeview::LazyRandomTypeCollection> Types;
|
| H A D | NativeEnumTypes.h | 21 class LazyRandomTypeCollection; variable 30 codeview::LazyRandomTypeCollection &TypeCollection,
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
| H A D | LVCodeViewReader.cpp | 414 LazyRandomTypeCollection &Types = types(); in loadTypeServer() 415 LazyRandomTypeCollection &Ids = ids(); in loadTypeServer() 515 std::make_shared<LazyRandomTypeCollection>(TypeStream, TypeArray.size()); in loadPrecompiledObject() 520 LazyRandomTypeCollection &Types = types(); in loadPrecompiledObject() 521 LazyRandomTypeCollection &Ids = ids(); in loadPrecompiledObject() 565 LazyRandomTypeCollection &Types = types(); in traverseTypeSection() 566 LazyRandomTypeCollection &Ids = ids(); in traverseTypeSection() 574 LazyRandomTypeCollection &Types, in traverseTypes() 575 LazyRandomTypeCollection &Ids) { in traverseTypes() 577 auto VisitTypes = [&](LazyRandomTypeCollection &Types, in traverseTypes() [all …]
|
| H A D | LVCodeViewVisitor.cpp | 80 static StringRef getRecordName(LazyRandomTypeCollection &Types, TypeIndex TI) { in getRecordName() 1835 LazyRandomTypeCollection &Types = types(); in visitKnownRecord() 2015 LazyRandomTypeCollection &Types = types(); in visitKnownRecord() 2088 LazyRandomTypeCollection &Types = types(); in visitKnownRecord() 2131 LazyRandomTypeCollection &Types = types(); in visitKnownRecord() 2234 LazyRandomTypeCollection &Types = types(); in visitKnownRecord() 2429 LazyRandomTypeCollection &Types = types(); in visitKnownRecord() 2478 LazyRandomTypeCollection &Types = types(); in visitKnownRecord() 2788 LazyRandomTypeCollection &Types = types(); in visitKnownMember() 2813 LazyRandomTypeCollection &Types = types(); in visitKnownMember() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | InputFile.cpp | 14 #include "llvm/DebugInfo/CodeView/LazyRandomTypeCollection.h" 414 codeview::LazyRandomTypeCollection & 436 std::make_unique<LazyRandomTypeCollection>(Array, Count, Offsets); in getOrCreateTypeCollection() 449 Types = std::make_unique<LazyRandomTypeCollection>(Records, 100); in getOrCreateTypeCollection() 453 Types = std::make_unique<LazyRandomTypeCollection>(100); in getOrCreateTypeCollection() 457 codeview::LazyRandomTypeCollection &InputFile::types() { in types() 461 codeview::LazyRandomTypeCollection &InputFile::ids() { in ids()
|
| H A D | NativeInlineSiteSymbol.cpp | 75 LazyRandomTypeCollection &Types = Tpi->typeCollection(); in getName() 76 LazyRandomTypeCollection &Ids = Ipi->typeCollection(); in getName()
|
| H A D | NativeEnumTypes.cpp | 25 LazyRandomTypeCollection &Types, in NativeEnumTypes()
|
| H A D | TpiStream.cpp | 114 Types = std::make_unique<LazyRandomTypeCollection>( in reload()
|
| H A D | NativeTypeEnum.cpp | 67 LazyRandomTypeCollection &Types = Tpi.typeCollection(); in NativeEnumEnumEnumerators()
|
| H A D | SymbolCache.cpp | 178 codeview::LazyRandomTypeCollection &Types = Tpi->typeCollection(); in findSymbolByTypeIndex()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | CompileUnitIndex.cpp | 68 LazyRandomTypeCollection &types = index.ipi().typeCollection(); in ParseBuildInfo() 227 LazyRandomTypeCollection &types = m_index.ipi().typeCollection(); in GetMainSourceFile()
|
| H A D | SymbolFileNativePDB.cpp | 1571 LazyRandomTypeCollection &types = m_index->tpi().typeCollection(); in ParseInlineSite() 1580 LazyRandomTypeCollection &ids = m_index->ipi().typeCollection(); in ParseInlineSite() 1766 LazyRandomTypeCollection &types = m_index->tpi().typeCollection(); in ParseTypes() 2184 LazyRandomTypeCollection &types = m_index->tpi().typeCollection(); in BuildParentMap()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | COFFDumper.cpp | 198 LazyRandomTypeCollection Types;
|