Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp684 StringRef RelSecName; in DWARFContextInMemory() local
686 RelocatedSection->getName(RelSecName); in DWARFContextInMemory()
702 RelSecName = RelSecName.substr( in DWARFContextInMemory()
703 RelSecName.find_first_not_of("._")); // Skip . and _ prefixes. in DWARFContextInMemory()
707 RelocAddrMap *Map = StringSwitch<RelocAddrMap*>(RelSecName) in DWARFContextInMemory()
721 if (RelSecName == "debug_types") in DWARFContextInMemory()
723 else if (RelSecName == "debug_types.dwo") in DWARFContextInMemory()