Home
last modified time | relevance | path

Searched refs:FunkySimpleCompiler (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/ExecutionEngine/Orc/
H A DRTDyldObjectLinkingLayerTest.cpp117 class FunkySimpleCompiler : public SimpleCompiler { in TEST() class
119 FunkySimpleCompiler(TargetMachine &TM) : SimpleCompiler(TM) {} in TEST() function in __anon1d49b3fb0111::TEST::FunkySimpleCompiler
162 std::make_unique<FunkySimpleCompiler>(*TM)); in TEST()
190 class FunkySimpleCompiler : public SimpleCompiler { in TEST() class
192 FunkySimpleCompiler(TargetMachine &TM) : SimpleCompiler(TM) {} in TEST() function in __anon1d49b3fb0111::TEST::FunkySimpleCompiler
232 std::make_unique<FunkySimpleCompiler>(*TM)); in TEST()