LLVM 24.0.0git
SymbolNameSpec.h File Reference

Go to the source code of this file.

Classes

class  llvm::orc::SymbolNameSpec
 A symbol name together with the naming level (SymbolNameKind) it is expressed in, so that a Mangler / MangleAndInterner can mangle it to linker level rather than requiring callers to pre-mangle. More...

Namespaces

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

Enumerations

enum class  llvm::orc::SymbolNameKind { llvm::orc::Verbatim , llvm::orc::Linker , llvm::orc::IR , llvm::orc::C }
 The naming level a symbol name is expressed in, which determines how it is mangled before being interned for lookup. More...