Home
last modified time | relevance | path

Searched refs:LazyRandomTypeCollection (Results 1 – 21 of 21) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DLazyRandomTypeCollection.cpp35 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
91 CVType LazyRandomTypeCollection::getType(TypeIndex Index) { in getType()
136 bool LazyRandomTypeCollection::contains(TypeIndex Index) { in contains()
[all …]
/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.h17 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()
63 codeview::LazyRandomTypeCollection &Ids;
64 codeview::LazyRandomTypeCollection &Types;
H A DBytesOutputStyle.h22 class LazyRandomTypeCollection; variable
55 Expected<codeview::LazyRandomTypeCollection &>
58 std::unique_ptr<codeview::LazyRandomTypeCollection> TpiTypes;
59 std::unique_ptr<codeview::LazyRandomTypeCollection> IpiTypes;
H A DInputFile.h26 class LazyRandomTypeCollection; variable
49 using TypeCollectionPtr = std::unique_ptr<codeview::LazyRandomTypeCollection>;
55 codeview::LazyRandomTypeCollection &
77 codeview::LazyRandomTypeCollection &types();
78 codeview::LazyRandomTypeCollection &ids();
H A DMinimalTypeDumper.h18 class LazyRandomTypeCollection; variable
28 bool Hashes, codeview::LazyRandomTypeCollection &Types, in MinimalTypeDumpVisitor()
59 codeview::LazyRandomTypeCollection &Types;
H A DInputFile.cpp363 codeview::LazyRandomTypeCollection &
385 llvm::make_unique<LazyRandomTypeCollection>(Array, Count, Offsets); in getOrCreateTypeCollection()
398 Types = llvm::make_unique<LazyRandomTypeCollection>(Records, 100); in getOrCreateTypeCollection()
402 Types = llvm::make_unique<LazyRandomTypeCollection>(100); in getOrCreateTypeCollection()
406 codeview::LazyRandomTypeCollection &InputFile::types() { in types()
410 codeview::LazyRandomTypeCollection &InputFile::ids() { in ids()
H A DDumpOutputStyle.h28 class LazyRandomTypeCollection; variable
H A DBytesOutputStyle.cpp448 Expected<codeview::LazyRandomTypeCollection &>
463 llvm::make_unique<LazyRandomTypeCollection>(Types, Count, Offsets); in initializeTypes()
H A DDumpOutputStyle.cpp1224 static void buildDepSet(LazyRandomTypeCollection &Types, in buildDepSet()
1241 dumpFullTypeStream(LinePrinter &Printer, LazyRandomTypeCollection &Types, in dumpFullTypeStream()
1259 LazyRandomTypeCollection &Types, in dumpPartialTypeStream()
1298 LazyRandomTypeCollection Types(100); in dumpTypesFromObjectFile()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DLazyRandomTypeCollection.h51 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);
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/Native/
H A DTpiStream.h26 class LazyRandomTypeCollection; variable
59 codeview::LazyRandomTypeCollection &typeCollection() { return *Types; } in typeCollection()
80 std::unique_ptr<codeview::LazyRandomTypeCollection> Types;
H A DNativeEnumTypes.h28 codeview::LazyRandomTypeCollection &TypeCollection,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/
H A DCompileUnitIndex.cpp69 LazyRandomTypeCollection &types = index.ipi().typeCollection(); in ParseBuildInfo()
197 LazyRandomTypeCollection &types = m_index.ipi().typeCollection(); in GetMainSourceFile()
H A DPdbAstBuilder.cpp275 LazyRandomTypeCollection &types = m_index.tpi().typeCollection(); in BuildParentMap()
H A DSymbolFileNativePDB.cpp1271 LazyRandomTypeCollection &types = m_index->tpi().typeCollection(); in ParseTypes()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DNativeEnumTypes.cpp25 LazyRandomTypeCollection &Types, in NativeEnumTypes()
H A DTpiStream.cpp117 Types = llvm::make_unique<LazyRandomTypeCollection>( in reload()
H A DSymbolCache.cpp162 codeview::LazyRandomTypeCollection &Types = Tpi->typeCollection(); in findSymbolByTypeIndex()
H A DNativeTypeEnum.cpp68 LazyRandomTypeCollection &Types = Tpi.typeCollection(); in NativeEnumEnumEnumerators()
/freebsd-12.1/contrib/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp188 LazyRandomTypeCollection Types;
/freebsd-12.1/lib/clang/libllvm/
H A DMakefile396 SRCS_EXT+= DebugInfo/CodeView/LazyRandomTypeCollection.cpp