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

  /external/llvm/unittests/Bitcode/
BitReaderTest.cpp 25 static Module *makeLLVMModule() {
48 OwningPtr<Module> Mod(makeLLVMModule());
  /external/llvm/unittests/IR/
PassManagerTest.cpp 338 Module* makeLLVMModule();
342 OwningPtr<Module> M(makeLLVMModule());
353 Module *M = makeLLVMModule();
389 Module *M = makeLLVMModule();
403 Module* makeLLVMModule() {
DominatorTreeTest.cpp 163 Module* makeLLVMModule(DPass *P) {
194 OwningPtr<Module> M(makeLLVMModule(P));

Completed in 184 milliseconds