Home
last modified time | relevance | path

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

/external/bcc/src/cc/
Dbcc_debug.cc94 StringMap<std::unique_ptr<MemoryBuffer>> &DebugSections) { in getDebugSections() argument
99 DebugSections[section.first.substr(1)] = in getDebugSections()
147 StringMap<std::unique_ptr<MemoryBuffer>> DebugSections; in dump() local
148 getDebugSections(DebugSections); in dump()
150 DWARFContext::create(DebugSections, 8); in dump()
Dbcc_debug.h47 llvm::StringMap<std::unique_ptr<llvm::MemoryBuffer>> &DebugSections);
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DDWARFEmitter.cpp369 StringMap<std::unique_ptr<MemoryBuffer>> DebugSections; in EmitDebugSections() local
371 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()
/external/bcc/src/cc/includes/
Dbcc_debug.h47 llvm::StringMap<std::unique_ptr<llvm::MemoryBuffer>> &DebugSections);
/external/llvm-project/llvm/lib/ObjectYAML/
DDWARFEmitter.cpp1071 StringMap<std::unique_ptr<MemoryBuffer>> DebugSections; in emitDebugSections() local
1076 emitDebugSectionImpl(DI, SecName, DebugSections)); in emitDebugSections()
1080 return std::move(DebugSections); in emitDebugSections()