Home
last modified time | relevance | path

Searched refs:Extract (Results 1 – 25 of 135) sorted by relevance

123456

/trueos/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
HDDWARFDebugRanges.cpp28 DWARFDebugRanges::Extract(SymbolFileDWARF* dwarf2Data) in Extract() function in DWARFDebugRanges
33 while (Extract(dwarf2Data, &offset, range_list)) in Extract()
86 DWARFDebugRanges::Extract(SymbolFileDWARF* dwarf2Data, lldb::offset_t *offset_ptr, RangeList &range… in Extract() function in DWARFDebugRanges
HDDWARFDebugAbbrev.cpp33 DWARFAbbreviationDeclarationSet::Extract(const DWARFDataExtractor& data, lldb::offset_t *offset_ptr) in Extract() function in DWARFAbbreviationDeclarationSet
40 while (abbrevDeclaration.Extract(data, offset_ptr)) in Extract()
154 if (abbrevDeclSet.Extract(data, &offset)) in Parse()
HDDWARFDebugMacinfo.cpp40 while (maninfo_entry.Extract(macinfo_data, &offset)) in Dump()
45 if (maninfo_entry.Extract(macinfo_data, &offset)) in Dump()
HDDWARFDebugRanges.h28 void Extract(SymbolFileDWARF* dwarf2Data);
35 Extract (SymbolFileDWARF* dwarf2Data,
HDDWARFAbbreviationDeclaration.cpp35 DWARFAbbreviationDeclaration::Extract(const DWARFDataExtractor& data, lldb::offset_t* offset_ptr) in Extract() function in DWARFAbbreviationDeclaration
37 return Extract(data, offset_ptr, data.GetULEB128(offset_ptr)); in Extract()
41 DWARFAbbreviationDeclaration::Extract(const DWARFDataExtractor& data, lldb::offset_t *offset_ptr, d… in Extract() function in DWARFAbbreviationDeclaration
HDDWARFAbbreviationDeclaration.h66 … bool Extract(const lldb_private::DWARFDataExtractor& data, lldb::offset_t *offset_ptr);
67 …bool Extract(const lldb_private::DWARFDataExtractor& data, lldb::offset_t *offset_ptr, …
HDDWARFDebugAranges.cpp59 DWARFDebugAranges::Extract(const DWARFDataExtractor &debug_aranges_data) in Extract() function in DWARFDebugAranges
67 while (set.Extract(debug_aranges_data, &offset)) in Extract()
HDDWARFDebugInfo.cpp66 m_cu_aranges_ap->Extract (debug_aranges_data); in GetCompileUnitAranges()
174 if (cu_sp->Extract(debug_info_data, &offset) == false) in ParseCompileUnitHeadersIfNeeded()
419 while (cu->Extract(dwarf2Data->get_debug_info_data(), &offset)) in Parse()
434 while (!done && die.Extract(dwarf2Data, cu.get(), &offset)) in Parse()
HDDWARFDebugMacinfoEntry.h41 Extract(const lldb_private::DWARFDataExtractor& mac_info_data,
HDDWARFLocationList.h25 Extract (const lldb_private::DWARFDataExtractor& debug_loc_data,
HDDWARFDebugPubnames.h23 bool Extract(const lldb_private::DWARFDataExtractor& data);
HDDWARFDebugPubnames.cpp32 DWARFDebugPubnames::Extract(const DWARFDataExtractor& data) in Extract() function in DWARFDebugPubnames
48 if (set.Extract(data, &offset)) in Extract()
HDDWARFDebugAranges.h38 Extract(const lldb_private::DWARFDataExtractor &debug_aranges_data);
HDDWARFDebugAbbrev.h46 bool Extract(const lldb_private::DWARFDataExtractor& data, lldb::offset_t *offset_ptr);
HDDWARFDebugArangeSet.h44 … bool Extract(const lldb_private::DWARFDataExtractor &data, lldb::offset_t *offset_ptr);
HDDWARFDebugMacinfoEntry.cpp83 DWARFDebugMacinfoEntry::Extract(const DWARFDataExtractor& mac_info_data, lldb::offset_t* offset_ptr) in Extract() function in DWARFDebugMacinfoEntry
HDDWARFLocationList.cpp55 DWARFLocationList::Extract(const DWARFDataExtractor& debug_loc_data, lldb::offset_t* offset_ptr, DW… in Extract() function in DWARFLocationList
HDDWARFDebugPubnamesSet.h73 …bool Extract(const lldb_private::DWARFDataExtractor& debug_pubnames_data, lldb::offset_t *o…
HDDWARFCompileUnit.h32 …bool Extract(const lldb_private::DWARFDataExtractor &debug_info, lldb::offset_t *offset_ptr…
/trueos/contrib/llvm/tools/llvm-ar/
HDllvm-ar.cpp108 Extract, ///< Extract files back to file system enumerator
201 case 'x': ++NumOperations; Operation = Extract; break; in parseCommandLine()
261 if (OriginalDates && Operation != Extract) in parseCommandLine()
354 case Extract: in shouldCreateArchive()
387 case Extract: in performReadOperation()
851 case Extract: in performOperation()
/trueos/contrib/llvm/patches/
HDpatch-r262261-llvm-r200960-sparc.diff408 - // Extract the low 10 bits of an address.
412 - // Extract bits 31-10 of an address. Only for sethi.
416 - // Extract bits 43-22 of an adress. Only for sethi.
420 - // Extract bits 21-12 of an address.
424 - // Extract bits 11-0 of an address.
428 - // Extract bits 63-42 of an address. Only for sethi.
432 - // Extract bits 41-32 of an address.
/trueos/contrib/llvm/lib/Target/R600/
HDAMDGPUTargetTransformInfo.cpp43 unsigned getScalarizationOverhead(Type *Ty, bool Insert, bool Extract) const;
/trueos/contrib/llvm/lib/CodeGen/
HDBasicTargetTransformInfo.cpp33 unsigned getScalarizationOverhead(Type *Ty, bool Insert, bool Extract) const;
203 bool Extract) const { in getScalarizationOverhead()
210 if (Extract) in getScalarizationOverhead()
/trueos/contrib/less/
HDFREEBSD-upgrade6 3. Extract new code to, say, less/lessv429
/trueos/usr.sbin/bsdconfig/dot/
HDUSAGE124 Extract each page of the poster into a separate PNG file:
136 Extract a single page of the poster into a separate PostScript file for

123456