Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DDebugObjectManagerPlugin.cpp36 class DebugObjectSection { class
40 virtual ~DebugObjectSection() {} in ~DebugObjectSection()
44 class ELFDebugObjectSection : public DebugObjectSection {
199 DebugObjectSection *getSection(StringRef Name);
217 StringMap<std::unique_ptr<DebugObjectSection>> Sections;
369 DebugObjectSection *ELFDebugObject::getSection(StringRef Name) { in getSection()