Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp621 StringRef RelSecName; in DWARFContextInMemory() local
622 RelocatedSection->getName(RelSecName); in DWARFContextInMemory()
623 RelSecName = RelSecName.substr( in DWARFContextInMemory()
624 RelSecName.find_first_not_of("._")); // Skip . and _ prefixes. in DWARFContextInMemory()
628 RelocAddrMap *Map = StringSwitch<RelocAddrMap*>(RelSecName) in DWARFContextInMemory()
642 if (RelSecName == "debug_types") in DWARFContextInMemory()
644 else if (RelSecName == "debug_types.dwo") in DWARFContextInMemory()