Home
last modified time | relevance | path

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

123456

/NextBSD/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
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
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.h59 … bool Extract(const lldb_private::DWARFDataExtractor& data, lldb::offset_t *offset_ptr);
60 …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()
173 if (cu_sp->Extract(debug_info_data, &offset) == false) in ParseCompileUnitHeadersIfNeeded()
368 while (cu->Extract(dwarf2Data->get_debug_info_data(), &offset)) in Parse()
383 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…
/NextBSD/contrib/llvm/tools/llvm-ar/
HDllvm-ar.cpp120 Extract, ///< Extract files back to file system enumerator
221 case 'x': ++NumOperations; Operation = Extract; break; in parseCommandLine()
287 if (OriginalDates && Operation != Extract) in parseCommandLine()
382 case Extract: in shouldCreateArchive()
396 if (Operation == Extract && OldArchive->isThin()) { in performReadOperation()
423 case Extract: in performReadOperation()
624 case Extract: in performOperation()
/NextBSD/contrib/llvm/lib/CodeGen/
HDWinEHPrepare.cpp1085 ExtractValueInst *Extract = dyn_cast<ExtractValueInst>(U); in promoteLandingPadValues() local
1086 if (!Extract) in promoteLandingPadValues()
1089 for (auto *EU : Extract->users()) { in promoteLandingPadValues()
1577 const ExtractValueInst *Extract = dyn_cast<ExtractValueInst>(U); in mapLandingPad() local
1578 if (!Extract) in mapLandingPad()
1580 assert(Extract->getNumIndices() == 1 && in mapLandingPad()
1582 unsigned int Idx = *(Extract->idx_begin()); in mapLandingPad()
1586 ExtractedEHPtrs.push_back(Extract); in mapLandingPad()
1588 ExtractedSelectors.push_back(Extract); in mapLandingPad()
1600 for (auto *Extract : ExtractedEHPtrs) { in isLandingPadSpecificInst() local
[all …]
/NextBSD/contrib/less/
HDFREEBSD-upgrade6 3. Extract new code to, say, less/lessv429
/NextBSD/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
/NextBSD/contrib/llvm/lib/Target/ARM/
HDARMTargetTransformInfo.h38 unsigned getScalarizationOverhead(Type *Ty, bool Insert, bool Extract);
/NextBSD/contrib/llvm/lib/Target/X86/
HDX86TargetTransformInfo.h36 unsigned getScalarizationOverhead(Type *Ty, bool Insert, bool Extract);
/NextBSD/contrib/llvm/lib/Target/AArch64/
HDAArch64TargetTransformInfo.h39 unsigned getScalarizationOverhead(Type *Ty, bool Insert, bool Extract);

123456