/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | Speculation.h | 179 MangleAndInterner &Mangle, ResultEval Interpreter) in IRSpeculationLayer() 202 MangleAndInterner &Mangle; variable
|
/llvm-project/llvm/examples/Kaleidoscope/include/ |
H A D | KaleidoscopeJIT.h | 39 MangleAndInterner Mangle; variable
|
/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/ |
H A D | KaleidoscopeJIT.h | 38 MangleAndInterner Mangle; variable
|
/llvm-project/llvm/examples/OrcV2Examples/LLJITWithLazyReexports/ |
H A D | LLJITWithLazyReexports.cpp | 133 MangleAndInterner Mangle(J->getExecutionSession(), J->getDataLayout()); in main() local
|
/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/ |
H A D | KaleidoscopeJIT.h | 43 MangleAndInterner Mangle; variable
|
/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | Mangling.cpp | 38 MangleAndInterner Mangle(ES, GVs[0]->getDataLayout()); add() local
|
H A D | Speculation.cpp | 43 addSpeculationRuntime(JITDylib & JD,MangleAndInterner & Mangle) addSpeculationRuntime() argument
|
H A D | Layer.cpp | 39 MangleAndInterner Mangle(ES, this->TSM.getModuleUnlocked()->getDataLayout()); in IRMaterializationUnit() local
|
H A D | ExecutionUtils.cpp | 118 MangleAndInterner Mangle( add() local 186 enable(JITDylib & JD,MangleAndInterner & Mangle) enable() argument
|
H A D | CompileOnDemandLayer.cpp | 323 MangleAndInterner Mangle(ES, M.getDataLayout()); emitPartition() local
|
H A D | LLJIT.cpp | 526 MangleAndInterner Mangle(PS.getExecutionSession(), M.getDataLayout()); operator ()() local
|
/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/ |
H A D | KaleidoscopeJIT.h | 46 MangleAndInterner Mangle; global() variable
|
/llvm-project/llvm/examples/OrcV2Examples/LLJITWithExecutorProcessControl/ |
H A D | LLJITWithExecutorProcessControl.cpp | 160 MangleAndInterner Mangle(J->getExecutionSession(), J->getDataLayout()); in main() local
|
/llvm-project/llvm/examples/SpeculativeJIT/ |
H A D | SpeculativeJIT.cpp | 132 MangleAndInterner Mangle{*ES, DL}; global() member in SpeculativeJIT
|
/llvm-project/llvm/include/llvm/Demangle/ |
H A D | MicrosoftDemangle.h | 126 enum class QualifierMangleMode { Drop, Mangle, Result }; global() enumerator
|
/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/ |
H A D | KaleidoscopeJIT.h | 133 MangleAndInterner Mangle; variable
|
/llvm-project/clang/lib/AST/ |
H A D | Mangle.cpp | 462 auto Mangle = [&](ObjCKind Kind, StringRef ClassName) -> std::string { getAllManglings() local
|