Home
last modified time | relevance | path

Searched refs:SimpleCompiler (Results 26 – 50 of 223) sorted by relevance

123456789

/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/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-compiler-rt13/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/devel/wasi-compiler-rt12/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/devel/llvm13/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/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/ExecutionEngine/Orc/
H A DCompileUtils.h39 class SimpleCompiler : public IRCompileLayer::IRCompiler {
44 SimpleCompiler(TargetMachine &TM, ObjectCache *ObjCache = nullptr)
69 class TMOwningSimpleCompiler : public SimpleCompiler {
73 : SimpleCompiler(*TM, ObjCache), TM(std::move(TM)) {}
/dports/devel/llvm10/llvm-10.0.1.src/include/llvm/ExecutionEngine/Orc/
H A DCompileUtils.h39 class SimpleCompiler : public IRCompileLayer::IRCompiler {
44 SimpleCompiler(TargetMachine &TM, ObjectCache *ObjCache = nullptr)
69 class TMOwningSimpleCompiler : public SimpleCompiler {
73 : SimpleCompiler(*TM, ObjCache), TM(std::move(TM)) {}
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm/ExecutionEngine/Orc/
H A DCompileUtils.h39 class SimpleCompiler : public IRCompileLayer::IRCompiler {
44 SimpleCompiler(TargetMachine &TM, ObjectCache *ObjCache = nullptr)
69 class TMOwningSimpleCompiler : public SimpleCompiler {
73 : SimpleCompiler(*TM, ObjCache), TM(std::move(TM)) {}
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
H A DCompileUtils.h39 class SimpleCompiler : public IRCompileLayer::IRCompiler {
44 SimpleCompiler(TargetMachine &TM, ObjectCache *ObjCache = nullptr)
69 class TMOwningSimpleCompiler : public SimpleCompiler {
73 : SimpleCompiler(*TM, ObjCache), TM(std::move(TM)) {}
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCompileUtils.h39 class SimpleCompiler : public IRCompileLayer::IRCompiler {
44 SimpleCompiler(TargetMachine &TM, ObjectCache *ObjCache = nullptr)
69 class TMOwningSimpleCompiler : public SimpleCompiler {
73 : SimpleCompiler(*TM, ObjCache), TM(std::move(TM)) {}
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/unittests/ExecutionEngine/Orc/
H A DRTDyldObjectLinkingLayerTest.cpp94 auto Obj = cantFail(SimpleCompiler(*TM)(*M)); in TEST()
116 class FunkySimpleCompiler : public SimpleCompiler { in TEST()
118 FunkySimpleCompiler(TargetMachine &TM) : SimpleCompiler(TM) {} in TEST()
124 return SimpleCompiler::operator()(M); in TEST()
186 class FunkySimpleCompiler : public SimpleCompiler { in TEST()
188 FunkySimpleCompiler(TargetMachine &TM) : SimpleCompiler(TM) {} in TEST()
199 return SimpleCompiler::operator()(M); in TEST()
/dports/devel/llvm11/llvm-11.0.1.src/unittests/ExecutionEngine/Orc/
H A DRTDyldObjectLinkingLayerTest.cpp94 auto Obj = cantFail(SimpleCompiler(*TM)(*M)); in TEST()
116 class FunkySimpleCompiler : public SimpleCompiler { in TEST()
118 FunkySimpleCompiler(TargetMachine &TM) : SimpleCompiler(TM) {} in TEST()
124 return SimpleCompiler::operator()(M); in TEST()
186 class FunkySimpleCompiler : public SimpleCompiler { in TEST()
188 FunkySimpleCompiler(TargetMachine &TM) : SimpleCompiler(TM) {} in TEST()
199 return SimpleCompiler::operator()(M); in TEST()
/dports/devel/llvm10/llvm-10.0.1.src/unittests/ExecutionEngine/Orc/
H A DRTDyldObjectLinkingLayerTest.cpp92 auto Obj = cantFail(SimpleCompiler(*TM)(*M)); in TEST()
114 class FunkySimpleCompiler : public SimpleCompiler { in TEST()
116 FunkySimpleCompiler(TargetMachine &TM) : SimpleCompiler(TM) {} in TEST()
122 return SimpleCompiler::operator()(M); in TEST()
184 class FunkySimpleCompiler : public SimpleCompiler { in TEST()
186 FunkySimpleCompiler(TargetMachine &TM) : SimpleCompiler(TM) {} in TEST()
197 return SimpleCompiler::operator()(M); in TEST()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/unittests/ExecutionEngine/Orc/
H A DRTDyldObjectLinkingLayerTest.cpp92 auto Obj = cantFail(SimpleCompiler(*TM)(*M)); in TEST()
114 class FunkySimpleCompiler : public SimpleCompiler { in TEST()
116 FunkySimpleCompiler(TargetMachine &TM) : SimpleCompiler(TM) {} in TEST()
122 return SimpleCompiler::operator()(M); in TEST()
184 class FunkySimpleCompiler : public SimpleCompiler { in TEST()
186 FunkySimpleCompiler(TargetMachine &TM) : SimpleCompiler(TM) {} in TEST()
197 return SimpleCompiler::operator()(M); in TEST()
/dports/devel/llvm80/llvm-8.0.1.src/unittests/ExecutionEngine/Orc/
H A DRTDyldObjectLinkingLayerTest.cpp93 auto Obj = SimpleCompiler(*TM)(*M); in TEST()
115 class FunkySimpleCompiler : public SimpleCompiler { in TEST()
117 FunkySimpleCompiler(TargetMachine &TM) : SimpleCompiler(TM) {} in TEST()
123 return SimpleCompiler::operator()(M); in TEST()
183 class FunkySimpleCompiler : public SimpleCompiler { in TEST()
185 FunkySimpleCompiler(TargetMachine &TM) : SimpleCompiler(TM) {} in TEST()
196 return SimpleCompiler::operator()(M); in TEST()
/dports/devel/llvm90/llvm-9.0.1.src/unittests/ExecutionEngine/Orc/
H A DRTDyldObjectLinkingLayerTest.cpp91 auto Obj = SimpleCompiler(*TM)(*M); in TEST()
113 class FunkySimpleCompiler : public SimpleCompiler { in TEST()
115 FunkySimpleCompiler(TargetMachine &TM) : SimpleCompiler(TM) {} in TEST()
121 return SimpleCompiler::operator()(M); in TEST()
181 class FunkySimpleCompiler : public SimpleCompiler { in TEST()
183 FunkySimpleCompiler(TargetMachine &TM) : SimpleCompiler(TM) {} in TEST()
194 return SimpleCompiler::operator()(M); in TEST()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/unittests/ExecutionEngine/Orc/
H A DRTDyldObjectLinkingLayerTest.cpp95 auto Obj = cantFail(SimpleCompiler(*TM)(*M)); in TEST()
117 class FunkySimpleCompiler : public SimpleCompiler { in TEST()
119 FunkySimpleCompiler(TargetMachine &TM) : SimpleCompiler(TM) {} in TEST()
125 return SimpleCompiler::operator()(M); in TEST()
190 class FunkySimpleCompiler : public SimpleCompiler { in TEST()
192 FunkySimpleCompiler(TargetMachine &TM) : SimpleCompiler(TM) {} in TEST()
203 return SimpleCompiler::operator()(M); in TEST()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/unittests/ExecutionEngine/Orc/
H A DRTDyldObjectLinkingLayerTest.cpp92 auto Obj = cantFail(SimpleCompiler(*TM)(*M)); in TEST()
114 class FunkySimpleCompiler : public SimpleCompiler { in TEST()
116 FunkySimpleCompiler(TargetMachine &TM) : SimpleCompiler(TM) {} in TEST()
122 return SimpleCompiler::operator()(M); in TEST()
187 class FunkySimpleCompiler : public SimpleCompiler { in TEST()
189 FunkySimpleCompiler(TargetMachine &TM) : SimpleCompiler(TM) {} in TEST()
200 return SimpleCompiler::operator()(M); in TEST()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/unittests/ExecutionEngine/Orc/
H A DRTDyldObjectLinkingLayerTest.cpp94 auto Obj = cantFail(SimpleCompiler(*TM)(*M)); in TEST()
116 class FunkySimpleCompiler : public SimpleCompiler { in TEST()
118 FunkySimpleCompiler(TargetMachine &TM) : SimpleCompiler(TM) {} in TEST()
124 return SimpleCompiler::operator()(M); in TEST()
189 class FunkySimpleCompiler : public SimpleCompiler { in TEST()
191 FunkySimpleCompiler(TargetMachine &TM) : SimpleCompiler(TM) {} in TEST()
202 return SimpleCompiler::operator()(M); in TEST()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/unittests/ExecutionEngine/Orc/
H A DRTDyldObjectLinkingLayerTest.cpp92 auto Obj = cantFail(SimpleCompiler(*TM)(*M)); in TEST()
114 class FunkySimpleCompiler : public SimpleCompiler { in TEST()
116 FunkySimpleCompiler(TargetMachine &TM) : SimpleCompiler(TM) {} in TEST()
122 return SimpleCompiler::operator()(M); in TEST()
187 class FunkySimpleCompiler : public SimpleCompiler { in TEST()
189 FunkySimpleCompiler(TargetMachine &TM) : SimpleCompiler(TM) {} in TEST()
200 return SimpleCompiler::operator()(M); in TEST()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/unittests/ExecutionEngine/Orc/
H A DRTDyldObjectLinkingLayerTest.cpp94 auto Obj = cantFail(SimpleCompiler(*TM)(*M)); in TEST()
116 class FunkySimpleCompiler : public SimpleCompiler { in TEST()
118 FunkySimpleCompiler(TargetMachine &TM) : SimpleCompiler(TM) {} in TEST()
124 return SimpleCompiler::operator()(M); in TEST()
189 class FunkySimpleCompiler : public SimpleCompiler { in TEST()
191 FunkySimpleCompiler(TargetMachine &TM) : SimpleCompiler(TM) {} in TEST()
202 return SimpleCompiler::operator()(M); in TEST()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/unittests/ExecutionEngine/Orc/
H A DRTDyldObjectLinkingLayerTest.cpp92 auto Obj = cantFail(SimpleCompiler(*TM)(*M)); in TEST()
114 class FunkySimpleCompiler : public SimpleCompiler { in TEST()
116 FunkySimpleCompiler(TargetMachine &TM) : SimpleCompiler(TM) {} in TEST()
122 return SimpleCompiler::operator()(M); in TEST()
187 class FunkySimpleCompiler : public SimpleCompiler { in TEST()
189 FunkySimpleCompiler(TargetMachine &TM) : SimpleCompiler(TM) {} in TEST()
200 return SimpleCompiler::operator()(M); in TEST()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/unittests/ExecutionEngine/Orc/
H A DRTDyldObjectLinkingLayerTest.cpp94 auto Obj = cantFail(SimpleCompiler(*TM)(*M)); in TEST()
116 class FunkySimpleCompiler : public SimpleCompiler { in TEST()
118 FunkySimpleCompiler(TargetMachine &TM) : SimpleCompiler(TM) {} in TEST()
124 return SimpleCompiler::operator()(M); in TEST()
189 class FunkySimpleCompiler : public SimpleCompiler { in TEST()
191 FunkySimpleCompiler(TargetMachine &TM) : SimpleCompiler(TM) {} in TEST()
202 return SimpleCompiler::operator()(M); in TEST()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/unittests/ExecutionEngine/Orc/
H A DRTDyldObjectLinkingLayerTest.cpp92 auto Obj = cantFail(SimpleCompiler(*TM)(*M)); in TEST()
114 class FunkySimpleCompiler : public SimpleCompiler { in TEST()
116 FunkySimpleCompiler(TargetMachine &TM) : SimpleCompiler(TM) {} in TEST()
122 return SimpleCompiler::operator()(M); in TEST()
187 class FunkySimpleCompiler : public SimpleCompiler { in TEST()
189 FunkySimpleCompiler(TargetMachine &TM) : SimpleCompiler(TM) {} in TEST()
200 return SimpleCompiler::operator()(M); in TEST()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/unittests/ExecutionEngine/Orc/
H A DRTDyldObjectLinkingLayerTest.cpp92 auto Obj = cantFail(SimpleCompiler(*TM)(*M)); in TEST()
114 class FunkySimpleCompiler : public SimpleCompiler { in TEST()
116 FunkySimpleCompiler(TargetMachine &TM) : SimpleCompiler(TM) {} in TEST()
122 return SimpleCompiler::operator()(M); in TEST()
187 class FunkySimpleCompiler : public SimpleCompiler { in TEST()
189 FunkySimpleCompiler(TargetMachine &TM) : SimpleCompiler(TM) {} in TEST()
200 return SimpleCompiler::operator()(M); in TEST()
/dports/devel/llvm80/llvm-8.0.1.src/include/llvm/ExecutionEngine/Orc/
H A DCompileUtils.h42 class SimpleCompiler {
47 SimpleCompiler(TargetMachine &TM, ObjectCache *ObjCache = nullptr)
118 SimpleCompiler C(*TM, ObjCache); in operator()

123456789