Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DSpeculation.h179 Speculator &Spec, MangleAndInterner &Mangle, in IRSpeculationLayer()
203 MangleAndInterner &Mangle; variable
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
H A DKaleidoscopeJIT.h39 MangleAndInterner Mangle; variable
/netbsd-src/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithLazyReexports/
H A DLLJITWithLazyReexports.cpp133 MangleAndInterner Mangle(J->getExecutionSession(), J->getDataLayout()); in main() local
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/include/
H A DKaleidoscopeJIT.h39 MangleAndInterner Mangle; variable
/netbsd-src/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithGDBRegistrationListener/
H A DLLJITWithGDBRegistrationListener.cpp87 MangleAndInterner Mangle(J->getExecutionSession(), J->getDataLayout()); in main() local
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
H A DKaleidoscopeJIT.h44 MangleAndInterner Mangle; variable
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
H A DKaleidoscopeJIT.h47 MangleAndInterner Mangle; variable
/netbsd-src/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithTargetProcessControl/
H A DLLJITWithTargetProcessControl.cpp165 MangleAndInterner Mangle(J->getExecutionSession(), J->getDataLayout()); in main() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DSpeculation.cpp43 MangleAndInterner &Mangle) { in addSpeculationRuntime()
H A DMangling.cpp40 MangleAndInterner Mangle(ES, GVs[0]->getParent()->getDataLayout()); in add() local
H A DExecutionUtils.cpp116 MangleAndInterner Mangle( in add() local
185 MangleAndInterner &Mangle) { in enable()
H A DLayer.cpp40 MangleAndInterner Mangle(ES, this->TSM.getModuleUnlocked()->getDataLayout()); in IRMaterializationUnit() local
H A DCompileOnDemandLayer.cpp320 MangleAndInterner Mangle(ES, M.getDataLayout()); in emitPartition() local
H A DLLJIT.cpp471 MangleAndInterner Mangle(PS.getExecutionSession(), M.getDataLayout()); in operator ()() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/lli/
H A DExecutionUtils.cpp101 std::vector<BuiltinFunctionKind> Enabled, orc::MangleAndInterner &Mangle) in LLIBuiltinFunctionGenerator()
H A Dlli.cpp980 orc::MangleAndInterner Mangle(J->getExecutionSession(), J->getDataLayout()); in runOrcJIT() local
/netbsd-src/external/apache2/llvm/dist/llvm/examples/SpeculativeJIT/
H A DSpeculativeJIT.cpp134 MangleAndInterner Mangle{*ES, DL}; member in SpeculativeJIT
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/
H A DMicrosoftDemangle.h127 enum class QualifierMangleMode { Drop, Mangle, Result }; enumerator
/netbsd-src/external/apache2/llvm/dist/clang/examples/clang-interpreter/
H A Dmain.cpp56 MangleAndInterner Mangle{ES, DL}; member in llvm::orc::SimpleJIT
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
H A DKaleidoscopeJIT.h134 MangleAndInterner Mangle; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DMangle.cpp455 auto Mangle = [&](ObjCKind Kind, StringRef ClassName) -> std::string { in getAllManglings() local