|
LLVM
8.0.1
|
Mangles symbol names then uniques them in the context of an ExecutionSession. More...
#include "llvm/ExecutionEngine/Orc/Core.h"
Public Member Functions | |
| MangleAndInterner (ExecutionSession &ES, const DataLayout &DL) | |
| SymbolStringPtr | operator() (StringRef Name) |
Mangles symbol names then uniques them in the context of an ExecutionSession.
| llvm::orc::MangleAndInterner::MangleAndInterner | ( | ExecutionSession & | ES, |
| const DataLayout & | DL | ||
| ) |
| SymbolStringPtr llvm::orc::MangleAndInterner::operator() | ( | StringRef | Name | ) |
Definition at line 1994 of file Core.cpp.
References llvm::Mangler::getNameWithPrefix(), and llvm::orc::ExecutionSession::intern().
1.8.13