Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DTpiStream.h25 struct TypeIndexOffset;
55 LLVM_ABI FixedStreamArray<codeview::TypeIndexOffset>
92 FixedStreamArray<codeview::TypeIndexOffset> TypeIndexOffsets;
H A DTpiStreamBuilder.h80 std::vector<codeview::TypeIndexOffset> TypeIndexOffsets;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DTpiStream.cpp101 Header->IndexOffsetBuffer.Length / sizeof(TypeIndexOffset); in reload()
233 FixedStreamArray<TypeIndexOffset> TpiStream::getTypeIndexOffsets() const { in getTypeIndexOffsets()
H A DTpiStreamBuilder.cpp139 return TypeIndexOffsets.size() * sizeof(codeview::TypeIndexOffset); in calculateIndexOffsetSize()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DLazyRandomTypeCollection.h50 using PartialOffsetArray = FixedStreamArray<TypeIndexOffset>;
H A DTypeIndex.h283 struct TypeIndexOffset { struct
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DLazyRandomTypeCollection.cpp172 [](TypeIndex Value, const TypeIndexOffset &IO) { in visitRangeForType()