Home
last modified time | relevance | path

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

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