Home
last modified time | relevance | path

Searched refs:IsFileBacked (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/lldb/test/API/python_api/sbmodule/
H A DTestSBModule.py32 self.assertTrue(main_module.IsFileBacked(),
52 self.assertFalse(main_module.IsFileBacked(),
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBModule.h40 bool IsFileBacked() const;
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBModule.i143 False, if the module is backed by an object file in memory.") IsFileBacked;
145 IsFileBacked() const;
/llvm-project-15.0.7/lldb/source/API/
H A DSBModule.cpp91 bool SBModule::IsFileBacked() const { in IsFileBacked() function in SBModule