Searched refs:RelSecName (Results 1 – 2 of 2) sorted by relevance
740 StringRef RelSecName; in DWARFContextInMemory() local742 RelocatedSection->getName(RelSecName); in DWARFContextInMemory()758 RelSecName = RelSecName.substr( in DWARFContextInMemory()759 RelSecName.find_first_not_of("._")); // Skip . and _ prefixes. in DWARFContextInMemory()763 RelocAddrMap *Map = StringSwitch<RelocAddrMap*>(RelSecName) in DWARFContextInMemory()777 if (RelSecName == "debug_types") in DWARFContextInMemory()779 else if (RelSecName == "debug_types.dwo") in DWARFContextInMemory()
1403 StringRef RelSecName; in DWARFObjInMemory() local1405 RelocatedSection->getName(RelSecName); in DWARFObjInMemory()1421 RelSecName = RelSecName.substr( in DWARFObjInMemory()1422 RelSecName.find_first_not_of("._z")); // Skip . and _ prefixes. in DWARFObjInMemory()1426 DWARFSectionMap *Sec = mapNameToDWARFSection(RelSecName); in DWARFObjInMemory()1431 if (RelSecName == "debug_types") in DWARFObjInMemory()1435 else if (RelSecName == "debug_types.dwo") in DWARFObjInMemory()