Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DDWARFEmitter.cpp302 raw_string_ostream DebugInfoStream(Data); in EmitDebugSectionImpl() local
303 EmitFunc(DebugInfoStream, DI); in EmitDebugSectionImpl()
304 DebugInfoStream.flush(); in EmitDebugSectionImpl()
/external/llvm-project/llvm/lib/ObjectYAML/
DDWARFEmitter.cpp1039 raw_string_ostream DebugInfoStream(Data); in emitDebugSectionImpl() local
1043 if (Error Err = EmitFunc(DebugInfoStream, DI)) in emitDebugSectionImpl()
1045 DebugInfoStream.flush(); in emitDebugSectionImpl()