Home | History | Annotate | Download | only in cached

Lines Matching refs:InputFile

1487 Module* parseInputIR(std::string InputFile) {
1489 Module *M = ParseIRFile(InputFile, Err, TheContext);
1496 sprintf(ModID, "IR:%s", InputFile.c_str());