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

  /external/llvm/unittests/ExecutionEngine/JIT/
MultiJITTest.cpp 23 bool LoadAssemblyInto(Module *M, const char *assembly) {
36 LoadAssemblyInto(M1,
53 LoadAssemblyInto(M2,
JITTest.cpp 193 bool LoadAssemblyInto(Module *M, const char *assembly) {
218 LoadAssemblyInto(M, assembly);
675 if (!LoadAssemblyInto(&TempModule, Assembly)) {

Completed in 172 milliseconds