Home
last modified time | relevance | path

Searched refs:SimpleCompiler (Results 1 – 25 of 223) sorted by relevance

123456789

/dports/finance/moneymanagerex/moneymanagerex-1.2.7/3rd/ctpp/include/
H A DCTPP2SimpleCompiler.hpp57 class CTPP2DECL SimpleCompiler class
64 SimpleCompiler(const std::string & sSourceFile);
82 ~SimpleCompiler() throw();
92 SimpleCompiler(const SimpleCompiler & oRhs);
93 SimpleCompiler & operator=(const SimpleCompiler & oRhs);
/dports/textproc/ctpp2/ctpp2-2.8.3/include/
H A DCTPP2SimpleCompiler.hpp57 class CTPP2DECL SimpleCompiler class
64 SimpleCompiler(const std::string & sSourceFile);
82 ~SimpleCompiler() throw();
92 SimpleCompiler(const SimpleCompiler & oRhs);
93 SimpleCompiler & operator=(const SimpleCompiler & oRhs);
/dports/finance/moneymanagerex/moneymanagerex-1.2.7/3rd/ctpp/src/
H A DCTPP2SimpleCompiler.cpp51 struct SimpleCompiler::_SimpleCompiler
76 SimpleCompiler::_SimpleCompiler::_SimpleCompiler(VMDumper * pVMDumper): vm_dumer(pVMDumper), vm_exe… in _SimpleCompiler()
84 SimpleCompiler::_SimpleCompiler::~_SimpleCompiler() throw() in ~_SimpleCompiler()
93 SimpleCompiler::SimpleCompiler(const std::string & sSourceFile) in SimpleCompiler() function in CTPP::SimpleCompiler
122 UINT_32 SimpleCompiler::Save(const std::string & sCompiledFile) const in Save()
143 const VMMemoryCore * SimpleCompiler::GetCore() const in GetCore()
152 SimpleCompiler::~SimpleCompiler() throw() in ~SimpleCompiler()
/dports/textproc/ctpp2/ctpp2-2.8.3/src/
H A DCTPP2SimpleCompiler.cpp51 struct SimpleCompiler::_SimpleCompiler
76 SimpleCompiler::_SimpleCompiler::_SimpleCompiler(VMDumper * pVMDumper): vm_dumer(pVMDumper), vm_exe… in _SimpleCompiler()
84 SimpleCompiler::_SimpleCompiler::~_SimpleCompiler() throw() in ~_SimpleCompiler()
93 SimpleCompiler::SimpleCompiler(const std::string & sSourceFile) in SimpleCompiler() function in CTPP::SimpleCompiler
122 UINT_32 SimpleCompiler::Save(const std::string & sCompiledFile) const in Save()
143 const VMMemoryCore * SimpleCompiler::GetCore() const in GetCore()
152 SimpleCompiler::~SimpleCompiler() throw() in ~SimpleCompiler()
/dports/devel/llvm90/llvm-9.0.1.src/lib/ExecutionEngine/Orc/
H A DCompileUtils.cpp28 SimpleCompiler::CompileResult SimpleCompiler::operator()(Module &M) { in operator ()()
61 SimpleCompiler::CompileResult
62 SimpleCompiler::tryToLoadFromObjectCache(const Module &M) { in tryToLoadFromObjectCache()
69 void SimpleCompiler::notifyObjectCompiled(const Module &M, in notifyObjectCompiled()
81 SimpleCompiler C(*TM, ObjCache); in operator ()()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/ExecutionEngine/Orc/
H A DCompileUtils.cpp37 Expected<SimpleCompiler::CompileResult> SimpleCompiler::operator()(Module &M) { in operator ()()
67 SimpleCompiler::CompileResult
68 SimpleCompiler::tryToLoadFromObjectCache(const Module &M) { in tryToLoadFromObjectCache()
75 void SimpleCompiler::notifyObjectCompiled(const Module &M, in notifyObjectCompiled()
89 SimpleCompiler C(*TM, ObjCache); in operator ()()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/ExecutionEngine/Orc/
H A DCompileUtils.cpp37 Expected<SimpleCompiler::CompileResult> SimpleCompiler::operator()(Module &M) { in operator ()()
67 SimpleCompiler::CompileResult
68 SimpleCompiler::tryToLoadFromObjectCache(const Module &M) { in tryToLoadFromObjectCache()
75 void SimpleCompiler::notifyObjectCompiled(const Module &M, in notifyObjectCompiled()
89 SimpleCompiler C(*TM, ObjCache); in operator ()()
/dports/devel/llvm10/llvm-10.0.1.src/lib/ExecutionEngine/Orc/
H A DCompileUtils.cpp37 Expected<SimpleCompiler::CompileResult> SimpleCompiler::operator()(Module &M) { in operator ()()
67 SimpleCompiler::CompileResult
68 SimpleCompiler::tryToLoadFromObjectCache(const Module &M) { in tryToLoadFromObjectCache()
75 void SimpleCompiler::notifyObjectCompiled(const Module &M, in notifyObjectCompiled()
89 SimpleCompiler C(*TM, ObjCache); in operator ()()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/ExecutionEngine/Orc/
H A DCompileUtils.cpp37 Expected<SimpleCompiler::CompileResult> SimpleCompiler::operator()(Module &M) { in operator ()()
67 SimpleCompiler::CompileResult
68 SimpleCompiler::tryToLoadFromObjectCache(const Module &M) { in tryToLoadFromObjectCache()
75 void SimpleCompiler::notifyObjectCompiled(const Module &M, in notifyObjectCompiled()
89 SimpleCompiler C(*TM, ObjCache); in operator ()()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/ExecutionEngine/Orc/
H A DCompileUtils.cpp37 Expected<SimpleCompiler::CompileResult> SimpleCompiler::operator()(Module &M) { in operator ()()
67 SimpleCompiler::CompileResult
68 SimpleCompiler::tryToLoadFromObjectCache(const Module &M) { in tryToLoadFromObjectCache()
75 void SimpleCompiler::notifyObjectCompiled(const Module &M, in notifyObjectCompiled()
89 SimpleCompiler C(*TM, ObjCache); in operator ()()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/ExecutionEngine/Orc/
H A DCompileUtils.cpp37 Expected<SimpleCompiler::CompileResult> SimpleCompiler::operator()(Module &M) { in operator ()()
67 SimpleCompiler::CompileResult
68 SimpleCompiler::tryToLoadFromObjectCache(const Module &M) { in tryToLoadFromObjectCache()
75 void SimpleCompiler::notifyObjectCompiled(const Module &M, in notifyObjectCompiled()
89 SimpleCompiler C(*TM, ObjCache); in operator ()()
/dports/devel/llvm11/llvm-11.0.1.src/lib/ExecutionEngine/Orc/
H A DCompileUtils.cpp37 Expected<SimpleCompiler::CompileResult> SimpleCompiler::operator()(Module &M) { in operator ()()
67 SimpleCompiler::CompileResult
68 SimpleCompiler::tryToLoadFromObjectCache(const Module &M) { in tryToLoadFromObjectCache()
75 void SimpleCompiler::notifyObjectCompiled(const Module &M, in notifyObjectCompiled()
89 SimpleCompiler C(*TM, ObjCache); in operator ()()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
H A DCompileUtils.cpp37 Expected<SimpleCompiler::CompileResult> SimpleCompiler::operator()(Module &M) { in operator ()()
67 SimpleCompiler::CompileResult
68 SimpleCompiler::tryToLoadFromObjectCache(const Module &M) { in tryToLoadFromObjectCache()
75 void SimpleCompiler::notifyObjectCompiled(const Module &M, in notifyObjectCompiled()
89 SimpleCompiler C(*TM, ObjCache); in operator ()()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCompileUtils.cpp37 Expected<SimpleCompiler::CompileResult> SimpleCompiler::operator()(Module &M) { in operator ()()
67 SimpleCompiler::CompileResult
68 SimpleCompiler::tryToLoadFromObjectCache(const Module &M) { in tryToLoadFromObjectCache()
75 void SimpleCompiler::notifyObjectCompiled(const Module &M, in notifyObjectCompiled()
89 SimpleCompiler C(*TM, ObjCache); in operator ()()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/ExecutionEngine/Orc/
H A DCompileUtils.cpp37 Expected<SimpleCompiler::CompileResult> SimpleCompiler::operator()(Module &M) { in operator ()()
67 SimpleCompiler::CompileResult
68 SimpleCompiler::tryToLoadFromObjectCache(const Module &M) { in tryToLoadFromObjectCache()
75 void SimpleCompiler::notifyObjectCompiled(const Module &M, in notifyObjectCompiled()
89 SimpleCompiler C(*TM, ObjCache); in operator ()()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/ExecutionEngine/Orc/
H A DCompileUtils.cpp37 Expected<SimpleCompiler::CompileResult> SimpleCompiler::operator()(Module &M) { in operator ()()
67 SimpleCompiler::CompileResult
68 SimpleCompiler::tryToLoadFromObjectCache(const Module &M) { in tryToLoadFromObjectCache()
75 void SimpleCompiler::notifyObjectCompiled(const Module &M, in notifyObjectCompiled()
89 SimpleCompiler C(*TM, ObjCache); in operator ()()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCompileUtils.cpp37 Expected<SimpleCompiler::CompileResult> SimpleCompiler::operator()(Module &M) { in operator ()()
67 SimpleCompiler::CompileResult
68 SimpleCompiler::tryToLoadFromObjectCache(const Module &M) { in tryToLoadFromObjectCache()
75 void SimpleCompiler::notifyObjectCompiled(const Module &M, in notifyObjectCompiled()
89 SimpleCompiler C(*TM, ObjCache); in operator ()()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/ExecutionEngine/Orc/
H A DCompileUtils.cpp37 Expected<SimpleCompiler::CompileResult> SimpleCompiler::operator()(Module &M) { in operator ()()
67 SimpleCompiler::CompileResult
68 SimpleCompiler::tryToLoadFromObjectCache(const Module &M) { in tryToLoadFromObjectCache()
75 void SimpleCompiler::notifyObjectCompiled(const Module &M, in notifyObjectCompiled()
89 SimpleCompiler C(*TM, ObjCache); in operator ()()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/ExecutionEngine/Orc/
H A DCompileUtils.cpp37 Expected<SimpleCompiler::CompileResult> SimpleCompiler::operator()(Module &M) { in operator ()()
67 SimpleCompiler::CompileResult
68 SimpleCompiler::tryToLoadFromObjectCache(const Module &M) { in tryToLoadFromObjectCache()
75 void SimpleCompiler::notifyObjectCompiled(const Module &M, in notifyObjectCompiled()
89 SimpleCompiler C(*TM, ObjCache); in operator ()()
/dports/devel/llvm90/llvm-9.0.1.src/include/llvm/ExecutionEngine/Orc/
H A DCompileUtils.h34 class SimpleCompiler {
39 SimpleCompiler(TargetMachine &TM, ObjectCache *ObjCache = nullptr)
60 class TMOwningSimpleCompiler : public SimpleCompiler {
64 : SimpleCompiler(*TM, ObjCache), TM(std::move(TM)) {}
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/ExecutionEngine/Orc/
H A DCompileUtils.h37 class SimpleCompiler : public IRCompileLayer::IRCompiler {
42 SimpleCompiler(TargetMachine &TM, ObjectCache *ObjCache = nullptr)
67 class TMOwningSimpleCompiler : public SimpleCompiler {
71 : SimpleCompiler(*TM, ObjCache), TM(std::move(TM)) {}
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/ExecutionEngine/Orc/
H A DCompileUtils.h37 class SimpleCompiler : public IRCompileLayer::IRCompiler {
42 SimpleCompiler(TargetMachine &TM, ObjectCache *ObjCache = nullptr)
67 class TMOwningSimpleCompiler : public SimpleCompiler {
71 : SimpleCompiler(*TM, ObjCache), TM(std::move(TM)) {}
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/ExecutionEngine/Orc/
H A DCompileUtils.h37 class SimpleCompiler : public IRCompileLayer::IRCompiler {
42 SimpleCompiler(TargetMachine &TM, ObjectCache *ObjCache = nullptr)
67 class TMOwningSimpleCompiler : public SimpleCompiler {
71 : SimpleCompiler(*TM, ObjCache), TM(std::move(TM)) {}
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm/ExecutionEngine/Orc/
H A DCompileUtils.h37 class SimpleCompiler : public IRCompileLayer::IRCompiler {
42 SimpleCompiler(TargetMachine &TM, ObjectCache *ObjCache = nullptr)
67 class TMOwningSimpleCompiler : public SimpleCompiler {
71 : SimpleCompiler(*TM, ObjCache), TM(std::move(TM)) {}
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCompileUtils.h37 class SimpleCompiler : public IRCompileLayer::IRCompiler {
42 SimpleCompiler(TargetMachine &TM, ObjectCache *ObjCache = nullptr)
67 class TMOwningSimpleCompiler : public SimpleCompiler {
71 : SimpleCompiler(*TM, ObjCache), TM(std::move(TM)) {}

123456789