Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBModule.h40 bool IsFileBacked() const;
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBModule.i146 False, if the module is backed by an object file in memory.") IsFileBacked;
148 IsFileBacked() const;
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBModule.cpp91 bool SBModule::IsFileBacked() const { in IsFileBacked() function in SBModule