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 Module *Mod = makeLLVMModule();
  /external/llvm/unittests/VMCore/
PassManagerTest.cpp 334 Module* makeLLVMModule();
338 OwningPtr<Module> M(makeLLVMModule());
349 Module *M = makeLLVMModule();
385 Module *M = makeLLVMModule();
399 Module* makeLLVMModule() {
DominatorTreeTest.cpp 154 Module* makeLLVMModule(DPass *P) {
185 Module *M = makeLLVMModule(P);

Completed in 37 milliseconds