Lines Matching full:moduleid
683 // Get the ModuleID
684 const std::string ModuleID = M->getModuleIdentifier();
687 if (0 == ModuleID.compare(0, 3, "IR:")) {
688 std::string IRFileName = ModuleID.substr(3);
705 // Get the ModuleID
706 const std::string ModuleID = M->getModuleIdentifier();
709 if (0 == ModuleID.compare(0, 3, "IR:")) {
710 std::string IRFileName = ModuleID.substr(3);
910 // Get the ModuleID so we can identify IR input files
911 const std::string ModuleID = M->getModuleIdentifier();
914 if (0 != ModuleID.compare(0, 3, "IR:")) {