| 83 | bool LLVMModuleSet::preProcessed = false; |
| 84 | |
| 85 | LLVMModuleSet::LLVMModuleSet() |
| 86 | : svfir(PAG::getPAG()), typeInference(new ObjTypeInference()) |
| 87 | { |
| 88 | } |
| 89 | |
| 90 | LLVMModuleSet::~LLVMModuleSet() |
| 91 | { |
nothing calls this directly
no outgoing calls
no test coverage detected