Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DDebugObjectManagerPlugin.cpp39 class DebugObjectSection { class
43 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()