Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DSpeculation.h179 MangleAndInterner &Mangle, ResultEval Interpreter) in IRSpeculationLayer()
202 MangleAndInterner &Mangle; variable
/freebsd-src/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()
H A DLayer.cpp39 MangleAndInterner Mangle(ES, this->TSM.getModuleUnlocked()->getDataLayout()); in IRMaterializationUnit() local
H A DExecutionUtils.cpp118 MangleAndInterner Mangle( add() local
186 enable(JITDylib & JD,MangleAndInterner & Mangle) enable() argument
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-src/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DMicrosoftDemangle.h126 enum class QualifierMangleMode { Drop, Mangle, Result }; global() enumerator
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DMangle.cpp463 auto Mangle = [&](ObjCKind Kind, StringRef ClassName) -> std::string { getAllManglings() local