Searched refs:ostream (Results 1 – 1 of 1) sorted by relevance
102 llvm::raw_string_ostream ostream(mangled_name); in GetMangledNameDecl() local103 mangle_contextp->mangleName(decl, ostream); in GetMangledNameDecl()104 ostream.flush(); in GetMangledNameDecl()684 llvm::raw_string_ostream ostream(mangled_component_name); in SetupRecordVTableComponent() local725 mangle_contextp_->mangleName(method_decl, ostream); in SetupRecordVTableComponent()727 mangle_contextp_->mangleThunk(method_decl, thunk_info, ostream); in SetupRecordVTableComponent()729 ostream.flush(); in SetupRecordVTableComponent()746 vtable_component.getDestructorDecl(), dtor_type, ostream); in SetupRecordVTableComponent()750 thunk_info.This, ostream); in SetupRecordVTableComponent()752 ostream.flush(); in SetupRecordVTableComponent()