Home
last modified time | relevance | path

Searched refs:RelSecName (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp740 StringRef RelSecName; in DWARFContextInMemory() local
742 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()