LLVM 19.0.0git
Classes | Namespaces | Enumerations | Functions
IPDBRawSymbol.h File Reference
#include "PDBTypes.h"
#include "llvm/ADT/BitmaskEnum.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/DebugInfo/CodeView/CodeView.h"
#include <memory>

Go to the source code of this file.

Classes

class  llvm::pdb::IPDBRawSymbol
 IPDBRawSymbol defines an interface used to represent an arbitrary symbol. More...
 

Namespaces

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

Enumerations

enum class  llvm::pdb::PdbSymbolIdField : uint32_t {
  llvm::pdb::None = 0 , llvm::pdb::SymIndexId = 1 << 0 , llvm::pdb::LexicalParent = 1 << 1 , llvm::pdb::ClassParent = 1 << 2 ,
  llvm::pdb::Type = 1 << 3 , llvm::pdb::UnmodifiedType = 1 << 4 , llvm::pdb::All = 0xFFFFFFFF
}
 

Functions

void llvm::pdb::dumpSymbolIdField (raw_ostream &OS, StringRef Name, SymIndexId Value, int Indent, const IPDBSession &Session, PdbSymbolIdField FieldId, PdbSymbolIdField ShowFlags, PdbSymbolIdField RecurseFlags)
 
 llvm::pdb::LLVM_ENABLE_BITMASK_ENUMS_IN_NAMESPACE ()