LLVM 22.0.0git
TypeIndexDiscovery.h File Reference

Go to the source code of this file.

Classes

struct  llvm::codeview::TiReference

Namespaces

namespace  llvm
 This is an optimization pass for GlobalISel generic memory operations.
namespace  llvm::codeview

Enumerations

enum class  llvm::codeview::TiRefKind { llvm::codeview::TypeRef , llvm::codeview::IndexRef }

Functions

LLVM_ABI void llvm::codeview::discoverTypeIndices (ArrayRef< uint8_t > RecordData, SmallVectorImpl< TiReference > &Refs)
LLVM_ABI void llvm::codeview::discoverTypeIndices (const CVType &Type, SmallVectorImpl< TiReference > &Refs)
LLVM_ABI void llvm::codeview::discoverTypeIndices (const CVType &Type, SmallVectorImpl< TypeIndex > &Indices)
LLVM_ABI void llvm::codeview::discoverTypeIndices (ArrayRef< uint8_t > RecordData, SmallVectorImpl< TypeIndex > &Indices)
LLVM_ABI bool llvm::codeview::discoverTypeIndicesInSymbol (const CVSymbol &Symbol, SmallVectorImpl< TiReference > &Refs)
 Discover type indices in symbol records.
LLVM_ABI bool llvm::codeview::discoverTypeIndicesInSymbol (ArrayRef< uint8_t > RecordData, SmallVectorImpl< TiReference > &Refs)
LLVM_ABI bool llvm::codeview::discoverTypeIndicesInSymbol (ArrayRef< uint8_t > RecordData, SmallVectorImpl< TypeIndex > &Indices)