Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/Native/
H A DTpiStream.h24 struct TypeIndexOffset;
53 FixedStreamArray<codeview::TypeIndexOffset> getTypeIndexOffsets() const;
88 FixedStreamArray<codeview::TypeIndexOffset> TypeIndexOffsets;
H A DTpiStreamBuilder.h77 std::vector<codeview::TypeIndexOffset> TypeIndexOffsets;
/llvm-project-15.0.7/llvm/unittests/DebugInfo/CodeView/
H A DRandomAccessVisitorTest.cpp164 std::vector<TypeIndexOffset> AllOffsets;
173 FixedStreamArray<TypeIndexOffset> Offsets;
178 FixedStreamArray<TypeIndexOffset>
183 uint32_t Size = Count * sizeof(TypeIndexOffset); in createPartialOffsets()
192 FixedStreamArray<TypeIndexOffset> Result; in createPartialOffsets()
385 std::vector<TypeIndexOffset> TIO; in TEST_F()
389 TIO.size() * sizeof(TypeIndexOffset)); in TEST_F()
392 FixedStreamArray<TypeIndexOffset> PartialOffsets; in TEST_F()
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/
H A DTpiStream.cpp102 Header->IndexOffsetBuffer.Length / sizeof(TypeIndexOffset); in reload()
234 FixedStreamArray<TypeIndexOffset> TpiStream::getTypeIndexOffsets() const { in getTypeIndexOffsets()
H A DTpiStreamBuilder.cpp139 return TypeIndexOffsets.size() * sizeof(codeview::TypeIndexOffset); in calculateIndexOffsetSize()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/
H A DLazyRandomTypeCollection.h50 using PartialOffsetArray = FixedStreamArray<TypeIndexOffset>;
H A DTypeIndex.h282 struct TypeIndexOffset { struct
/llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/
H A DLazyRandomTypeCollection.cpp177 [](TypeIndex Value, const TypeIndexOffset &IO) { in visitRangeForType()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReader.cpp3920 uint32_t TypeIndexOffset = in ReadModuleOffsetMap() local
3945 mapOffset(TypeIndexOffset, OM->BaseTypeIndex, TypeRemap); in ReadModuleOffsetMap()