Home
last modified time | relevance | path

Searched defs:Mangle (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DSpeculation.h179 MangleAndInterner &Mangle, ResultEval Interpreter) in IRSpeculationLayer()
202 MangleAndInterner &Mangle; variable
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DMangling.cpp38 MangleAndInterner Mangle(ES, GVs[0]->getDataLayout()); in add() local
H A DSpeculation.cpp43 MangleAndInterner &Mangle) { in addSpeculationRuntime() argument
H A DExecutionUtils.cpp119 MangleAndInterner Mangle( in add() local
187 MangleAndInterner &Mangle) { in enable()
H A DLayer.cpp39 MangleAndInterner Mangle(ES, this->TSM.getModuleUnlocked()->getDataLayout()); in IRMaterializationUnit() local
H A DCompileOnDemandLayer.cpp323 MangleAndInterner Mangle(ES, M.getDataLayout()); in emitPartition() local
H A DLLJIT.cpp526 MangleAndInterner Mangle(PS.getExecutionSession(), M.getDataLayout()); in operator ()() local
/freebsd/contrib/llvm-project/llvm/tools/lli/
H A DExecutionUtils.cpp
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DMicrosoftDemangle.h131 enum class QualifierMangleMode { Drop, Mangle, Result }; enumerator
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DMangle.cpp462 auto Mangle = [&](ObjCKind Kind, StringRef ClassName) -> std::string { in getAllManglings() local