Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DSpeculation.h179 MangleAndInterner &Mangle, ResultEval Interpreter) in IRSpeculationLayer()
202 MangleAndInterner &Mangle; variable
/llvm-project/llvm/examples/Kaleidoscope/include/
H A DKaleidoscopeJIT.h39 MangleAndInterner Mangle; variable
/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
H A DKaleidoscopeJIT.h38 MangleAndInterner Mangle; variable
/llvm-project/llvm/examples/OrcV2Examples/LLJITWithLazyReexports/
H A DLLJITWithLazyReexports.cpp133 MangleAndInterner Mangle(J->getExecutionSession(), J->getDataLayout()); in main() local
/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
H A DKaleidoscopeJIT.h43 MangleAndInterner Mangle; variable
/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DMangling.cpp38 MangleAndInterner Mangle(ES, GVs[0]->getDataLayout()); add() local
H A DSpeculation.cpp43 addSpeculationRuntime(JITDylib & JD,MangleAndInterner & Mangle) addSpeculationRuntime() argument
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()); emitPartition() local
H A DLLJIT.cpp526 MangleAndInterner Mangle(PS.getExecutionSession(), M.getDataLayout()); operator ()() local
/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
H A DKaleidoscopeJIT.h46 MangleAndInterner Mangle; global() variable
/llvm-project/llvm/examples/OrcV2Examples/LLJITWithExecutorProcessControl/
H A DLLJITWithExecutorProcessControl.cpp160 MangleAndInterner Mangle(J->getExecutionSession(), J->getDataLayout()); in main() local
/llvm-project/llvm/examples/SpeculativeJIT/
H A DSpeculativeJIT.cpp132 MangleAndInterner Mangle{*ES, DL}; global() member in SpeculativeJIT
/llvm-project/llvm/include/llvm/Demangle/
H A DMicrosoftDemangle.h126 enum class QualifierMangleMode { Drop, Mangle, Result }; global() enumerator
/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
H A DKaleidoscopeJIT.h133 MangleAndInterner Mangle; variable
/llvm-project/clang/lib/AST/
H A DMangle.cpp462 auto Mangle = [&](ObjCKind Kind, StringRef ClassName) -> std::string { getAllManglings() local