Lines Matching defs:sectionName
58 std::string sectionName = ModuleSectionDes::GetSecName(sec);
62 if (sectionName.compare(curShName) == 0) {
68 LOG_COMPILER(DEBUG) << "sectionName: " << sectionName << " not found in strtab";
102 std::string sectionName = ModuleSectionDes::GetSecName(sec);
106 if (sectionName.compare(curShName) == 0) {
112 LOG_COMPILER(DEBUG) << "sectionName: " << sectionName << " not found in strtab";
185 std::string sectionName = ModuleSectionDes::GetSecName(sec);
189 if (sectionName.compare(curShName) == 0) {
195 LOG_COMPILER(DEBUG) << "sectionName: " << sectionName << " not found in strtab";