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/
DSBModule.h40 bool IsFileBacked() const;
/openbsd/src/gnu/llvm/lldb/bindings/interface/
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/
DSBModule.cpp91 bool SBModule::IsFileBacked() const { in IsFileBacked() function in SBModule