LLVM 19.0.0git
Public Member Functions | List of all members
llvm::orc::MangleAndInterner Class Reference

Mangles symbol names then uniques them in the context of an ExecutionSession. More...

#include "llvm/ExecutionEngine/Orc/Mangling.h"

Public Member Functions

 MangleAndInterner (ExecutionSession &ES, const DataLayout &DL)
 
SymbolStringPtr operator() (StringRef Name)
 

Detailed Description

Mangles symbol names then uniques them in the context of an ExecutionSession.

Definition at line 26 of file Mangling.h.

Constructor & Destructor Documentation

◆ MangleAndInterner()

llvm::orc::MangleAndInterner::MangleAndInterner ( ExecutionSession ES,
const DataLayout DL 
)

Definition at line 19 of file Mangling.cpp.

Member Function Documentation

◆ operator()()

SymbolStringPtr llvm::orc::MangleAndInterner::operator() ( StringRef  Name)

The documentation for this class was generated from the following files: