Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Debugging/
H A DDebugInfoSupport.cpp101 StringMap<std::unique_ptr<MemoryBuffer>> DWARFSectionData; in createDWARFContext() local
110 DWARFSectionData[Name] = in createDWARFContext()
115 DWARFContext::create(DWARFSectionData, G.getPointerSize(), in createDWARFContext()
118 return std::make_pair(std::move(Ctx), std::move(DWARFSectionData)); in createDWARFContext()