Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
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
59 : LazyRandomTypeCollection(Types, NumRecords, PartialOffsetArray()) {} in LazyRandomTypeCollection()
61 void LazyRandomTypeCollection::reset(BinaryStreamReader &Reader, in reset()
[all …]
DCMakeLists.txt23 LazyRandomTypeCollection.cpp
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
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()
58 codeview::LazyRandomTypeCollection &Ids;
59 codeview::LazyRandomTypeCollection &Types;
DBytesOutputStyle.h22 class LazyRandomTypeCollection; variable
55 Expected<codeview::LazyRandomTypeCollection &>
58 std::unique_ptr<codeview::LazyRandomTypeCollection> TpiTypes;
59 std::unique_ptr<codeview::LazyRandomTypeCollection> IpiTypes;
DInputFile.h26 class LazyRandomTypeCollection; variable
49 using TypeCollectionPtr = std::unique_ptr<codeview::LazyRandomTypeCollection>;
55 codeview::LazyRandomTypeCollection &
77 codeview::LazyRandomTypeCollection &types();
78 codeview::LazyRandomTypeCollection &ids();
DMinimalTypeDumper.h18 class LazyRandomTypeCollection; variable
27 bool Hashes, codeview::LazyRandomTypeCollection &Types, in MinimalTypeDumpVisitor()
56 codeview::LazyRandomTypeCollection &Types;
DInputFile.cpp358 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()
DDumpOutputStyle.h28 class LazyRandomTypeCollection; variable
DAnalyze.cpp78 auto Types = llvm::make_unique<LazyRandomTypeCollection>( in dump()
DBytesOutputStyle.cpp448 Expected<codeview::LazyRandomTypeCollection &>
463 llvm::make_unique<LazyRandomTypeCollection>(Types, Count, Offsets); in initializeTypes()
DDumpOutputStyle.cpp1070 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/
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);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
DTpiStream.h26 class LazyRandomTypeCollection; variable
59 codeview::LazyRandomTypeCollection &typeCollection() { return *Types; } in typeCollection()
69 std::unique_ptr<codeview::LazyRandomTypeCollection> Types;
DNativeEnumTypes.h28 codeview::LazyRandomTypeCollection &TypeCollection,
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/CodeView/
DRandomAccessVisitorTest.cpp132 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/
DNativeEnumTypes.cpp22 codeview::LazyRandomTypeCollection &Types, in NativeEnumTypes()
DTpiStream.cpp114 Types = llvm::make_unique<LazyRandomTypeCollection>( in reload()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
DCOFFDumper.cpp182 LazyRandomTypeCollection Types;
/external/swiftshader/third_party/llvm-7.0/
DAndroid.mk361 llvm/lib/DebugInfo/CodeView/LazyRandomTypeCollection.cpp \
DBUILD.gn236 "llvm/lib/DebugInfo/CodeView/LazyRandomTypeCollection.cpp",
/external/swiftshader/
DCMakeLists.txt1027 ${LLVM_DIR}/lib/DebugInfo/CodeView/LazyRandomTypeCollection.cpp