Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/
H A DTypeTableCollection.cpp19 TypeTableCollection::TypeTableCollection(ArrayRef<ArrayRef<uint8_t>> Records) in TypeTableCollection() function in TypeTableCollection
24 std::optional<TypeIndex> TypeTableCollection::getFirst() { in getFirst()
30 std::optional<TypeIndex> TypeTableCollection::getNext(TypeIndex Prev) { in getNext()
38 CVType TypeTableCollection::getType(TypeIndex Index) { in getType()
43 StringRef TypeTableCollection::getTypeName(TypeIndex Index) { in getTypeName()
55 bool TypeTableCollection::contains(TypeIndex Index) { in contains()
59 uint32_t TypeTableCollection::size() { return Records.size(); } in size()
61 uint32_t TypeTableCollection::capacity() { return Records.size(); } in capacity()
63 bool TypeTableCollection::replaceType(TypeIndex &Index, CVType Data, in replaceType()
H A DCMakeLists.txt41 TypeTableCollection.cpp
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeTableCollection.h20 class TypeTableCollection : public TypeCollection {
22 explicit TypeTableCollection(ArrayRef<ArrayRef<uint8_t>> Records);
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/DebugInfo/CodeView/
H A DBUILD.gn47 "TypeTableCollection.cpp",
/openbsd-src/gnu/usr.bin/clang/libLLVMDebugInfoCodeView/
H A DMakefile47 TypeTableCollection.cpp
/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp2100 TypeTableCollection TpiTypes(TpiRecords); in dumpCodeViewMergedTypes()
2111 TypeTableCollection IpiTypes(IpiRecords); in dumpCodeViewMergedTypes()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp723 TypeTableCollection Table(TypeTable.records()); in emitTypeInformation()
/openbsd-src/distrib/sets/lists/comp/
H A Dclang.amd641560 ./usr/include/llvm/DebugInfo/CodeView/TypeTableCollection.h
H A Dclang.macppc1559 ./usr/include/llvm/DebugInfo/CodeView/TypeTableCollection.h
H A Dclang.loongson1559 ./usr/include/llvm/DebugInfo/CodeView/TypeTableCollection.h
H A Dclang.octeon1559 ./usr/include/llvm/DebugInfo/CodeView/TypeTableCollection.h
H A Dclang.arm641560 ./usr/include/llvm/DebugInfo/CodeView/TypeTableCollection.h
H A Dclang.powerpc641558 ./usr/include/llvm/DebugInfo/CodeView/TypeTableCollection.h
H A Dclang.armv71558 ./usr/include/llvm/DebugInfo/CodeView/TypeTableCollection.h
H A Dclang.i3861558 ./usr/include/llvm/DebugInfo/CodeView/TypeTableCollection.h
H A Dclang.sparc641559 ./usr/include/llvm/DebugInfo/CodeView/TypeTableCollection.h
/openbsd-src/gnu/llvm/clang/docs/tools/
H A Dclang-formatted-files.txt5880 llvm/lib/DebugInfo/CodeView/TypeTableCollection.cpp