LLVM 19.0.0git
Classes | Namespaces | Typedefs | Enumerations
LVSymbol.h File Reference
#include "llvm/DebugInfo/LogicalView/Core/LVElement.h"

Go to the source code of this file.

Classes

class  llvm::logicalview::LVSymbol
 

Namespaces

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

Typedefs

using llvm::logicalview::LVSymbolKindSet = std::set< LVSymbolKind >
 
using llvm::logicalview::LVSymbolDispatch = std::map< LVSymbolKind, LVSymbolGetFunction >
 
using llvm::logicalview::LVSymbolRequest = std::vector< LVSymbolGetFunction >
 

Enumerations

enum class  llvm::logicalview::LVSymbolKind {
  llvm::logicalview::IsCallSiteParameter , llvm::logicalview::IsConstant , llvm::logicalview::IsInheritance , llvm::logicalview::IsMember ,
  llvm::logicalview::IsParameter , llvm::logicalview::IsUnspecified , llvm::logicalview::IsVariable , llvm::logicalview::LastEntry
}