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 std::unique_ptr<Module> Mod(makeLLVMModule());
  /external/llvm/unittests/IR/
LegacyPassManagerTest.cpp 345 Module* makeLLVMModule();
349 std::unique_ptr<Module> M(makeLLVMModule());
360 Module *M = makeLLVMModule();
396 Module *M = makeLLVMModule();
410 Module* makeLLVMModule() {
DominatorTreeTest.cpp 190 Module* makeLLVMModule(DPass *P) {
221 std::unique_ptr<Module> M(makeLLVMModule(P));

Completed in 8886 milliseconds