Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DDebugObjectManagerPlugin.cpp41 class DebugObjectSection { class
45 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()