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.cpp41 class DebugObjectSection { class
45 virtual ~DebugObjectSection() = default;
49 class ELFDebugObjectSection : public DebugObjectSection {
204 DebugObjectSection *getSection(StringRef Name);
223 StringMap<std::unique_ptr<DebugObjectSection>> Sections;
368 DebugObjectSection *ELFDebugObject::getSection(StringRef Name) { in getSection()