HomeSort by relevance Sort by last modified time
    Searched refs:JITTest (Results 1 - 2 of 2) sorted by null

  /external/llvm/unittests/ExecutionEngine/JIT/
Makefile 16 SOURCES := JITEventListenerTest.cpp JITMemoryManagerTest.cpp JITTest.cpp MultiJITTest.cpp
JITTest.cpp 1 //===- JITTest.cpp - Unit tests for the JIT -------------------------------===//
175 class JITTest : public testing::Test {
276 TEST_F(JITTest, FarCallToKnownFunction) {
309 TEST_F(JITTest, NonLazyCompilationStillNeedsStubs) {
365 TEST_F(JITTest, NonLazyLeaksNoStubs) {
404 TEST_F(JITTest, ModuleDeletion) {
440 TEST_F(JITTest, NoStubs) {
477 TEST_F(JITTest, FunctionPointersOutliveTheirCreator) {
514 TEST_F(JITTest, FunctionIsRecompiledAndRelinked) {
546 TEST_F(JITTest, AvailableExternallyGlobalIsntEmitted)
    [all...]

Completed in 95 milliseconds