Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/Native/
H A DTpiStream.h53 FixedStreamArray<codeview::TypeIndexOffset> getTypeIndexOffsets() const;
88 FixedStreamArray<codeview::TypeIndexOffset> TypeIndexOffsets;
H A DTpiStreamBuilder.h80 std::vector<codeview::TypeIndexOffset> TypeIndexOffsets;
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DTpiStream.cpp104 Header->IndexOffsetBuffer.Length / sizeof(TypeIndexOffset); in reload()
236 FixedStreamArray<TypeIndexOffset> TpiStream::getTypeIndexOffsets() const { in getTypeIndexOffsets()
H A DTpiStreamBuilder.cpp111 return TypeIndexOffsets.size() * sizeof(codeview::TypeIndexOffset); in calculateIndexOffsetSize()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DLazyRandomTypeCollection.h52 using PartialOffsetArray = FixedStreamArray<TypeIndexOffset>;
H A DTypeIndex.h273 struct TypeIndexOffset { struct
/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DLazyRandomTypeCollection.cpp177 [](TypeIndex Value, const TypeIndexOffset &IO) { in visitRangeForType()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp3562 uint32_t TypeIndexOffset = in ReadModuleOffsetMap() local
3581 mapOffset(TypeIndexOffset, OM->BaseTypeIndex, TypeRemap); in ReadModuleOffsetMap()