LLVM 22.0.0git
|
Mangles symbol names then uniques them in the context of an ExecutionSession. More...
#include "llvm/ExecutionEngine/Orc/Mangling.h"
Public Member Functions | |
LLVM_ABI | MangleAndInterner (ExecutionSession &ES, const DataLayout &DL) |
LLVM_ABI SymbolStringPtr | operator() (StringRef Name) |
Mangles symbol names then uniques them in the context of an ExecutionSession.
Definition at line 27 of file Mangling.h.
llvm::orc::MangleAndInterner::MangleAndInterner | ( | ExecutionSession & | ES, |
const DataLayout & | DL ) |
Definition at line 18 of file Mangling.cpp.
SymbolStringPtr llvm::orc::MangleAndInterner::operator() | ( | StringRef | Name | ) |
Definition at line 21 of file Mangling.cpp.
References llvm::Mangler::getNameWithPrefix().