Searched refs:DebugSections (Results 1 – 5 of 5) sorted by relevance
94 StringMap<std::unique_ptr<MemoryBuffer>> &DebugSections) { in getDebugSections() argument99 DebugSections[section.first.substr(1)] = in getDebugSections()147 StringMap<std::unique_ptr<MemoryBuffer>> DebugSections; in dump() local148 getDebugSections(DebugSections); in dump()150 DWARFContext::create(DebugSections, 8); in dump()
47 llvm::StringMap<std::unique_ptr<llvm::MemoryBuffer>> &DebugSections);
369 StringMap<std::unique_ptr<MemoryBuffer>> DebugSections; in EmitDebugSections() local371 DebugSections); in EmitDebugSections()373 DebugSections); in EmitDebugSections()375 DebugSections); in EmitDebugSections()377 DebugSections); in EmitDebugSections()379 DebugSections); in EmitDebugSections()380 return std::move(DebugSections); in EmitDebugSections()
1071 StringMap<std::unique_ptr<MemoryBuffer>> DebugSections; in emitDebugSections() local1076 emitDebugSectionImpl(DI, SecName, DebugSections)); in emitDebugSections()1080 return std::move(DebugSections); in emitDebugSections()