Home
last modified time | relevance | path

Searched refs:TypeTableCollection (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DTypeTableCollection.cpp18 TypeTableCollection::TypeTableCollection(ArrayRef<ArrayRef<uint8_t>> Records) in TypeTableCollection() function in TypeTableCollection
23 Optional<TypeIndex> TypeTableCollection::getFirst() { in getFirst()
29 Optional<TypeIndex> TypeTableCollection::getNext(TypeIndex Prev) { in getNext()
37 CVType TypeTableCollection::getType(TypeIndex Index) { in getType()
42 StringRef TypeTableCollection::getTypeName(TypeIndex Index) { in getTypeName()
54 bool TypeTableCollection::contains(TypeIndex Index) { in contains()
58 uint32_t TypeTableCollection::size() { return Records.size(); } in size()
60 uint32_t TypeTableCollection::capacity() { return Records.size(); } in capacity()
DCMakeLists.txt41 TypeTableCollection.cpp
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeTableCollection.h20 class TypeTableCollection : public TypeCollection {
22 explicit TypeTableCollection(ArrayRef<ArrayRef<uint8_t>> Records);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/
DAndroid.bp361 "llvm/lib/DebugInfo/CodeView/TypeTableCollection.cpp",
DBUILD.gn816 "llvm/lib/DebugInfo/CodeView/TypeTableCollection.cpp",
DCMakeLists.txt361 ${LLVM_DIR}/lib/DebugInfo/CodeView/TypeTableCollection.cpp
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp645 TypeTableCollection Table(TypeTable.records()); in emitTypeInformation()