Home
last modified time | relevance | path

Searched refs:FORCE_IO_METHODS (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBFileExtensions.i5 static lldb::SBFile MakeForcingIOMethods(lldb::FileSP FORCE_IO_METHODS) { in MakeForcingIOMethods() argument
6 return lldb::SBFile(FORCE_IO_METHODS); in MakeForcingIOMethods()
/freebsd/contrib/llvm-project/lldb/bindings/python/
H A Dpython-typemaps.swig508 %typemap(in) lldb::FileSP FORCE_IO_METHODS {
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp3457 SWIGINTERN lldb::SBFile lldb_SBFile_MakeForcingIOMethods(lldb::FileSP FORCE_IO_METHODS){ in lldb_SBFile_MakeForcingIOMethods() argument
3458 return lldb::SBFile(FORCE_IO_METHODS); in lldb_SBFile_MakeForcingIOMethods()