Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/bindings/interface/
H A DSBModuleDocstrings.i90 ) lldb::SBModule::IsFileBacked;
/src/contrib/llvm-project/lldb/include/lldb/API/
H A DSBModule.h40 bool IsFileBacked() const;
/src/contrib/llvm-project/lldb/source/API/
H A DSBModule.cpp91 bool SBModule::IsFileBacked() const { in IsFileBacked() function in SBModule
/src/lib/clang/liblldb/
H A DLLDBWrapLua.cpp38729 result = (bool)((lldb::SBModule const *)arg1)->IsFileBacked(); in _wrap_SBModule_IsFileBacked()