LLVM 19.0.0git
Classes | Namespaces | Enumerations | Functions
TypeIndexDiscovery.h File Reference
#include "llvm/ADT/ArrayRef.h"
#include "llvm/DebugInfo/CodeView/CVRecord.h"

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

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