LLVM  8.0.1
Classes | Namespaces | Enumerations | Functions
TypeIndexDiscovery.h File Reference
#include "llvm/ADT/SmallVector.h"
#include "llvm/DebugInfo/CodeView/SymbolRecord.h"
#include "llvm/DebugInfo/CodeView/TypeRecord.h"
#include "llvm/Support/Error.h"
Include dependency graph for TypeIndexDiscovery.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  llvm::codeview::TiReference
 

Namespaces

 llvm
 This class represents lattice values for constants.
 
 llvm::codeview
 

Enumerations

enum  llvm::codeview::TiRefKind { llvm::codeview::TiRefKind::TypeRef, llvm::codeview::TiRefKind::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. More...
 
bool llvm::codeview::discoverTypeIndicesInSymbol (ArrayRef< uint8_t > RecordData, SmallVectorImpl< TiReference > &Refs)
 
bool llvm::codeview::discoverTypeIndicesInSymbol (ArrayRef< uint8_t > RecordData, SmallVectorImpl< TypeIndex > &Indices)