Searched refs:IsEmpty (Results 1 - 25 of 94) sorted by relevance

1234

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugAranges.h41 bool IsEmpty() const { return m_aranges.IsEmpty(); } function in class:DWARFDebugAranges
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandHistory.h29 bool IsEmpty() const;
/freebsd-11-stable/contrib/llvm-project/lldb/source/DataFormatters/
H A DCXXFunctionPointer.cpp40 if (target && !target->GetSectionLoadList().IsEmpty()) {
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DConstString.h124 explicit operator bool() const { return !IsEmpty(); }
223 return (IsEmpty() ? value_if_empty : m_string);
333 bool IsEmpty() const { return m_string == nullptr || m_string[0] == '\0'; } function in class:lldb_private::ConstString
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DSectionLoadHistory.h37 bool IsEmpty() const;
H A DSectionLoadList.h37 bool IsEmpty() const;
H A DPathMappingList.h45 bool IsEmpty() const { return m_pairs.empty(); } function in class:lldb_private::PathMappingList
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DPragma.h119 bool IsEmpty() const { return Handlers.empty(); } function in class:clang::PragmaNamespace
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointSiteList.h155 bool IsEmpty() const { function in class:lldb_private::BreakpointSiteList
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DFileSpecList.h159 bool IsEmpty() const { return m_files.empty(); } function in class:lldb_private::FileSpecList
H A DUniqueCStringMap.h147 bool IsEmpty() const { return m_map.empty(); } function in class:lldb_private::UniqueCStringMap
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Host/
H A DDebug.h52 bool IsEmpty() const { return m_actions.empty(); } function in class:lldb_private::ResumeActionList
/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandHistory.cpp25 bool CommandHistory::IsEmpty() const { function in class:CommandHistory
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DObjCLanguage.h57 bool HasCategory() { return !GetCategory().IsEmpty(); }
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DFileSpecList.cpp67 bool compare_filename_only = file_spec.GetDirectory().IsEmpty();
H A DModule.cpp144 module_spec.GetObjectName().IsEmpty() ? "" : "(",
145 module_spec.GetObjectName().IsEmpty()
148 module_spec.GetObjectName().IsEmpty() ? "" : ")");
241 m_file.GetPath().c_str(), m_object_name.IsEmpty() ? "" : "(",
242 m_object_name.IsEmpty() ? "" : m_object_name.AsCString(""),
243 m_object_name.IsEmpty() ? "" : ")");
273 m_file.GetPath().c_str(), m_object_name.IsEmpty() ? "" : "(",
274 m_object_name.IsEmpty() ? "" : m_object_name.AsCString(""),
275 m_object_name.IsEmpty() ? "" : ")");
H A DDynamicLoader.cpp195 !(memory_info.GetName().IsEmpty())) {
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/
H A DCPPLanguageRuntime.cpp199 if (target.GetSectionLoadList().IsEmpty())
348 if (target_sp->GetSectionLoadList().IsEmpty())
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DSectionLoadHistory.cpp17 bool SectionLoadHistory::IsEmpty() const { function in class:SectionLoadHistory
H A DSectionLoadList.cpp37 bool SectionLoadList::IsEmpty() const { function in class:SectionLoadList
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp233 if (contexts.IsEmpty()) {
236 if (contexts.IsEmpty())
457 if (sc_list.IsEmpty())
460 return !sc_list.IsEmpty();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Architecture/Mips/
H A DArchitectureMips.cpp84 if (section_load_list.IsEmpty())
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DBlock.cpp80 if (!m_ranges.IsEmpty()) {
159 if (!m_ranges.IsEmpty()) {
307 if (m_ranges.IsEmpty())
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DType.h403 bool IsEmpty() const;
413 explicit operator bool() { return !IsEmpty(); }
H A DSymbolContext.h448 bool IsEmpty() const;

Completed in 3443 milliseconds

1234