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

  /external/llvm/lib/IR/
LLVMContext.cpp 70 pImpl->OwnedModules.insert(M);
74 pImpl->OwnedModules.erase(M);
LLVMContextImpl.cpp 65 // NOTE: We need to delete the contents of OwnedModules, but we have to
67 // will try to remove itself from OwnedModules set. This would cause
69 std::vector<Module*> Modules(OwnedModules.begin(), OwnedModules.end());
LLVMContextImpl.h 235 /// OwnedModules - The set of modules instantiated in this context, and which
237 SmallPtrSet<Module*, 4> OwnedModules;

Completed in 178 milliseconds