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

  /external/llvm/unittests/ExecutionEngine/MCJIT/
MCJITTest.cpp 25 M.reset(createEmptyModule("<main>"));
195 TheJIT->addModule(createEmptyModule("<other module>"));
196 TheJIT->addModule(createEmptyModule("<other other module>"));
213 M.reset(createEmptyModule("<caller module>"));
MCJITTestBase.h 101 Module *createEmptyModule(StringRef Name) {

Completed in 170 milliseconds