Searched refs:DebugObjectSection (Results 1 – 1 of 1) sorted by relevance
39 class DebugObjectSection { class43 virtual ~DebugObjectSection() = default;47 class ELFDebugObjectSection : public DebugObjectSection {202 DebugObjectSection *getSection(StringRef Name);221 StringMap<std::unique_ptr<DebugObjectSection>> Sections;367 DebugObjectSection *ELFDebugObject::getSection(StringRef Name) { in getSection()