Home | History | Annotate | Download | only in complete

Lines Matching full:moduleid

703     // Get the ModuleID
704 const std::string ModuleID = M->getModuleIdentifier();
707 if (0 == ModuleID.compare(0, 3, "IR:")) {
708 std::string IRFileName = ModuleID.substr(3);
725 // Get the ModuleID
726 const std::string ModuleID = M->getModuleIdentifier();
729 if (0 == ModuleID.compare(0, 3, "IR:")) {
730 std::string IRFileName = ModuleID.substr(3);
951 // Get the ModuleID so we can identify IR input files
952 const std::string ModuleID = M->getModuleIdentifier();
955 if (0 != ModuleID.compare(0, 3, "IR:")) {