HomeSort by relevance Sort by last modified time
    Searched full:type_mask (Results 1 - 25 of 39) sorted by null

1 2

  /external/lldb/include/lldb/API/
SBCompileUnit.h 64 /// Get all types matching \a type_mask from debug info in this
67 /// @param[in] type_mask
76 /// A list of types in this compile unit that match \a type_mask
79 GetTypes (uint32_t type_mask = lldb::eTypeClassAny);
SBModule.h 206 /// Get all types matching \a type_mask from debug info in this
209 /// @param[in] type_mask
217 /// A list of types in this module that match \a type_mask
220 GetTypes (uint32_t type_mask = lldb::eTypeClassAny);
  /external/lldb/scripts/Python/interface/
SBCompileUnit.i 91 /// Get all types matching \a type_mask from debug info in this
94 /// @param[in] type_mask
103 /// A list of types in this compile unit that match \a type_mask
107 GetTypes (uint32_t type_mask = lldb::eTypeClassAny);
SBModule.i 232 /// Get all types matching \a type_mask from debug info in this
235 /// @param[in] type_mask
243 /// A list of types in this module that match \a type_mask
247 GetTypes (uint32_t type_mask = lldb::eTypeClassAny);
  /external/lldb/include/lldb/Interpreter/
OptionValueArray.h 26 OptionValueArray (uint32_t type_mask = UINT32_MAX, bool raw_value_dump = false) :
27 m_type_mask (type_mask),
OptionValueDictionary.h 26 OptionValueDictionary (uint32_t type_mask = UINT32_MAX, bool raw_value_dump = true) :
28 m_type_mask (type_mask),
OptionValue.h 167 ConvertTypeMaskToType (uint32_t type_mask)
170 switch (type_mask)
195 uint32_t type_mask,
  /external/lldb/source/API/
SBCompileUnit.cpp 163 SBCompileUnit::GetTypes (uint32_t type_mask)
176 vendor->GetTypes (m_opaque_ptr, type_mask, type_list);
SBModule.cpp 562 SBModule::GetTypes (uint32_t type_mask)
573 vendor->GetTypes (NULL, type_mask, type_list);
  /frameworks/compile/mclinker/lib/LD/
ResolveInfo.cpp 92 m_BitField &= ~TYPE_MASK;
93 m_BitField |= ((pType << TYPE_OFFSET) & TYPE_MASK);
187 return (m_BitField & TYPE_MASK) >> TYPE_OFFSET;
  /frameworks/native/services/surfaceflinger/
Transform.h 54 enum type_mask { enum in class:android::Transform
  /external/lldb/www/cpp_reference/html/
classlldb_1_1SBCompileUnit.html 58 <tr class="memitem:a18801a5adfef9d7eb2a1fc01dba31a1f"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classlldb_1_1SBTypeList.html">lldb::SBTypeList</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classlldb_1_1SBCompileUnit.html#a18801a5adfef9d7eb2a1fc01dba31a1f">GetTypes</a> (uint32_t type_mask=lldb::eTypeClassAny)</td></tr>
324 <td class="paramname"><em>type_mask</em> = <code>lldb::eTypeClassAny</code></td><td>)</td>
329 <p>Get all types matching <em>type_mask</em> from debug info in this compile unit.</p>
332 <tr><td class="paramdir">[in]</td><td class="paramname">type_mask</td><td>A bitfield that consists of one or more bits logically OR'ed together from the lldb::TypeClass enumeration. This allows you to request only structure types, or only class, struct and union types. Passing in lldb::eTypeClassAny will return all types found in the debug information for this compile unit.</td></tr>
336 <dl class="section return"><dt>Returns</dt><dd>A list of types in this compile unit that match <em>type_mask</em> </dd></dl>
SBCompileUnit_8h_source.html 97 <div class="line"><a name="l00064"></a><span class="lineno"> 64</span>&#160;<span class="comment"> /// Get all types matching \a type_mask from debug info in this</span></div>
100 <div class="line"><a name="l00067"></a><span class="lineno"> 67</span>&#160;<span class="comment"> /// @param[in] type_mask</span></div>
109 <div class="line"><a name="l00076"></a><span class="lineno"> 76</span>&#160;<span class="comment"> /// A list of types in this compile unit that match \a type_mask</span></div>
112 <div class="line"><a name="l00079"></a><span class="lineno"> 79</span>&#160; <a class="code" href="classlldb_1_1SBCompileUnit.html#a18801a5adfef9d7eb2a1fc01dba31a1f">GetTypes</a> (uint32_t type_mask = lldb::eTypeClassAny);</div>
classlldb_1_1SBCompileUnit-members.html 48 <tr><td class="entry"><a class="el" href="classlldb_1_1SBCompileUnit.html#a18801a5adfef9d7eb2a1fc01dba31a1f">GetTypes</a>(uint32_t type_mask=lldb::eTypeClassAny)</td><td class="entry"><a class="el" href="classlldb_1_1SBCompileUnit.html">lldb::SBCompileUnit</a></td><td class="entry"></td></tr>
  /external/libpcap/
pcap-bt-linux.c 252 memset((void *) &flt.type_mask, 0xff, sizeof(flt.type_mask));
  /external/lldb/source/Interpreter/
OptionValue.cpp 541 OptionValue::CreateValueFromCStringForTypeMask (const char *value_cstr, uint32_t type_mask, Error &error)
546 switch (type_mask)
  /external/lldb/source/Symbol/
SymbolVendor.cpp 350 uint32_t type_mask,
358 return m_sym_file_ap->GetTypes (sc_scope, type_mask, type_list);
  /external/lldb/source/Plugins/SymbolFile/Symtab/
SymbolFileSymtab.h 107 uint32_t type_mask,
SymbolFileSymtab.cpp 64 SymbolFileSymtab::GetTypes (SymbolContextScope *sc_scope, uint32_t type_mask, lldb_private::TypeList &type_list)
  /frameworks/compile/mclinker/include/mcld/LD/
ResolveInfo.h 213 static const uint32_t TYPE_MASK = 0xF << TYPE_OFFSET;
  /external/lldb/source/Plugins/SymbolFile/DWARF/
SymbolFileDWARFDebugMap.cpp     [all...]
  /external/lldb/www/python_reference/
lldb.SBCompileUnit-class.html 450 GetTypes(SBCompileUnit self, uint32_t type_mask=eTypeClassAny) -&gt; SBTypeList
731 GetTypes(SBCompileUnit self, uint32_t type_mask=eTypeClassAny) -&gt; SBTypeList
734 Get all types matching type_mask from debug info in this
737 @param[in] type_mask
746 A list of types in this compile unit that match type_mask
    [all...]
  /external/compiler-rt/lib/asan/
asan_malloc_mac.cc 276 unsigned type_mask, vm_address_t zone_address,
  /external/lldb/include/lldb/Symbol/
SymbolFile.h 144 uint32_t type_mask,
SymbolVendor.h 158 uint32_t type_mask,

Completed in 292 milliseconds

1 2