Searched refs:TypeTableCollection (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeTableCollection.cpp1 //===- TypeTableCollection.cpp -------------------------------- *- C++ --*-===//
9 #include "llvm/DebugInfo/CodeView/TypeTableCollection.h"
18 TypeTableCollection::TypeTableCollection(ArrayRef<ArrayRef<uint8_t>> Records) function in class:TypeTableCollection
23 Optional<TypeIndex> TypeTableCollection::getFirst() {
29 Optional<TypeIndex> TypeTableCollection::getNext(TypeIndex Prev) {
37 CVType TypeTableCollection::getType(TypeIndex Index) {
42 StringRef TypeTableCollection::getTypeName(TypeIndex Index) {
54 bool TypeTableCollection::contains(TypeIndex Index) {
58 uint32_t TypeTableCollection
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeTableCollection.h1 //===- TypeTableCollection.h ---------------------------------- *- C++ --*-===//
20 class TypeTableCollection : public TypeCollection { class in namespace:llvm::codeview
22 explicit TypeTableCollection(ArrayRef<ArrayRef<uint8_t>> Records);
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp43 #include "llvm/DebugInfo/CodeView/TypeTableCollection.h"
1964 TypeTableCollection TpiTypes(TpiRecords);
1975 TypeTableCollection IpiTypes(IpiRecords);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp53 #include "llvm/DebugInfo/CodeView/TypeTableCollection.h"
645 TypeTableCollection Table(TypeTable.records());
/freebsd-12-stable/lib/clang/libllvm/
H A DMakefile442 SRCS_MIN+= DebugInfo/CodeView/TypeTableCollection.cpp

Completed in 96 milliseconds