Home
last modified time | relevance | path

Searched refs:IsClear (Results 1 – 6 of 6) sorted by relevance

/external/lldb/source/Target/
DStackFrame.cpp172 if (m_flags.IsClear (RESOLVED_FRAME_ID_SYMBOL_SCOPE)) in GetStackID()
188 if (m_flags.IsClear (eSymbolContextSymbol)) in GetStackID()
222 if (m_flags.IsClear(RESOLVED_FRAME_CODE_ADDR) && !m_frame_code_addr.IsSectionOffset()) in GetFrameCodeAddress()
290 if (m_sc.block == NULL && m_flags.IsClear (eSymbolContextBlock)) in GetFrameBlock()
339 if (!m_sc.module_sp && m_flags.IsClear(RESOLVED_FRAME_CODE_ADDR)) in GetSymbolContext()
365 if (m_flags.IsClear (eSymbolContextCompUnit)) in GetSymbolContext()
376 if (m_flags.IsClear (eSymbolContextFunction)) in GetSymbolContext()
387 if (m_flags.IsClear (eSymbolContextBlock)) in GetSymbolContext()
398 if (m_flags.IsClear (eSymbolContextSymbol)) in GetSymbolContext()
409 if (m_flags.IsClear (eSymbolContextLineEntry)) in GetSymbolContext()
[all …]
/external/lldb/source/Symbol/
DCompileUnit.cpp222 if (m_flags.IsClear(flagsParsedLanguage)) in GetLanguage()
242 if (m_flags.IsClear(flagsParsedLineTable)) in GetLineTable()
443 if (m_flags.IsClear(flagsParsedSupportFiles)) in GetSupportFiles()
DFunction.cpp496 if (m_prologue_byte_size == 0 && m_flags.IsClear(flagsCalculatedPrologueSize)) in GetPrologueByteSize()
/external/lldb/include/lldb/Core/
DFlags.h205 IsClear (ValueType bit) const in IsClear() function
/external/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.cpp2448 … if (symbol_section->IsClear(SectionAttrUserPureInstructions | in ParseSymtab()
3188 if (symbol_section->IsClear(SectionAttrUserPureInstructions | in ParseSymtab()
/external/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARF.cpp705 if (m_flags.IsClear (got_flag)) in GetCachedSectionData()