Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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.h76 std::vector<codeview::TypeIndexOffset> TypeIndexOffsets;
/freebsd/contrib/llvm-project/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.cpp140 return TypeIndexOffsets.size() * sizeof(codeview::TypeIndexOffset); in calculateIndexOffsetSize()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DLazyRandomTypeCollection.h49 using PartialOffsetArray = FixedStreamArray<TypeIndexOffset>;
H A DTypeIndex.h282 struct TypeIndexOffset { struct
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DLazyRandomTypeCollection.cpp174 [](TypeIndex Value, const TypeIndexOffset &IO) { in visitRangeForType()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp4090 uint32_t TypeIndexOffset = in ReadModuleOffsetMap() local
4115 mapOffset(TypeIndexOffset, OM->BaseTypeIndex, TypeRemap); in ReadModuleOffsetMap()