Home
last modified time | relevance | path

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

/external/llvm-project/lldb/bindings/interface/
DSBCommandReturnObject.i58 PutOutput (lldb::FileSP BORROWED);
61 PutError (lldb::FileSP BORROWED);
96 void SetImmediateOutputFile(lldb::FileSP BORROWED);
97 void SetImmediateErrorFile(lldb::FileSP BORROWED);
105 void SetImmediateOutputFile(lldb::FileSP BORROWED, bool transfer_ownership) { in SetImmediateOutputFile() argument
106 self->SetImmediateOutputFile(BORROWED); in SetImmediateOutputFile()
108 void SetImmediateErrorFile(lldb::FileSP BORROWED, bool transfer_ownership) { in SetImmediateErrorFile() argument
109 self->SetImmediateErrorFile(BORROWED); in SetImmediateErrorFile()
DSBFile.i30 static lldb::SBFile MakeBorrowed(lldb::FileSP BORROWED) { in MakeBorrowed() argument
31 return lldb::SBFile(BORROWED); in MakeBorrowed()
DSBDebugger.i254 FileSP BORROWED,
255 FileSP BORROWED);
DSBInstructionList.i61 Print (lldb::FileSP BORROWED);
DSBInstruction.i63 Print (lldb::FileSP BORROWED);
DSBProcess.i103 ReportEventState (const lldb::SBEvent &event, FileSP BORROWED) const;
/external/llvm-project/lldb/bindings/python/
Dpython-typemaps.swig407 %typemap(in) lldb::FileSP BORROWED {