Lines Matching refs:InputFile
1491 Module* parseInputIR(std::string InputFile) {1493 Module *M = ParseIRFile(InputFile, Err, getGlobalContext());1500 sprintf(ModID, "IR:%s", InputFile.c_str());