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