Searched refs:DebugObjectSection (Results 1 – 1 of 1) sorted by relevance
41 class DebugObjectSection { class45 virtual ~DebugObjectSection() = default;49 class ELFDebugObjectSection : public DebugObjectSection {204 DebugObjectSection *getSection(StringRef Name);223 StringMap<std::unique_ptr<DebugObjectSection>> Sections;368 DebugObjectSection *ELFDebugObject::getSection(StringRef Name) { in getSection()