Searched refs:Extract (Results 1 - 25 of 38) sorted by relevance

12

/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugMacinfo.cpp40 while (maninfo_entry.Extract(macinfo_data, &offset))
45 if (maninfo_entry.Extract(macinfo_data, &offset))
H A DDWARFDebugRanges.h28 void Extract(SymbolFileDWARF* dwarf2Data);
35 Extract (SymbolFileDWARF* dwarf2Data,
H A DDWARFDebugMacinfoEntry.h41 Extract(const lldb_private::DWARFDataExtractor& mac_info_data,
H A DDWARFLocationList.h25 Extract (const lldb_private::DWARFDataExtractor& debug_loc_data,
H A DDWARFDebugPubnames.h23 bool Extract(const lldb_private::DWARFDataExtractor& data);
H A DDWARFDebugAbbrev.cpp30 // DWARFAbbreviationDeclarationSet::Extract()
33 DWARFAbbreviationDeclarationSet::Extract(const DWARFDataExtractor& data, lldb::offset_t *offset_ptr) function in class:DWARFAbbreviationDeclarationSet
40 while (abbrevDeclaration.Extract(data, offset_ptr))
154 if (abbrevDeclSet.Extract(data, &offset))
H A DDWARFDebugRanges.cpp28 DWARFDebugRanges::Extract(SymbolFileDWARF* dwarf2Data) function in class:DWARFDebugRanges
33 while (Extract(dwarf2Data, &offset, range_list))
86 DWARFDebugRanges::Extract(SymbolFileDWARF* dwarf2Data, lldb::offset_t *offset_ptr, RangeList &range_list) function in class:DWARFDebugRanges
121 assert(!"DWARFDebugRanges::RangeList::Extract() unsupported address size.");
H A DDWARFAbbreviationDeclaration.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, dw_uleb128_t code);
H A DDWARFAbbreviationDeclaration.cpp35 DWARFAbbreviationDeclaration::Extract(const DWARFDataExtractor& data, lldb::offset_t* offset_ptr) function in class:DWARFAbbreviationDeclaration
37 return Extract(data, offset_ptr, data.GetULEB128(offset_ptr));
41 DWARFAbbreviationDeclaration::Extract(const DWARFDataExtractor& data, lldb::offset_t *offset_ptr, dw_uleb128_t code) function in class:DWARFAbbreviationDeclaration
H A DDWARFDebugAranges.cpp56 // Extract
59 DWARFDebugAranges::Extract(const DWARFDataExtractor &debug_aranges_data) function in class:DWARFDebugAranges
67 while (set.Extract(debug_aranges_data, &offset))
H A DDWARFDebugAbbrev.h46 bool Extract(const lldb_private::DWARFDataExtractor& data, lldb::offset_t *offset_ptr);
H A DDWARFDebugArangeSet.h44 bool Extract(const lldb_private::DWARFDataExtractor &data, lldb::offset_t *offset_ptr);
H A DDWARFDebugAranges.h38 Extract(const lldb_private::DWARFDataExtractor &debug_aranges_data);
H A DDWARFDebugMacinfoEntry.cpp83 DWARFDebugMacinfoEntry::Extract(const DWARFDataExtractor& mac_info_data, lldb::offset_t* offset_ptr) function in class:DWARFDebugMacinfoEntry
H A DDWARFDebugPubnamesSet.h73 bool Extract(const lldb_private::DWARFDataExtractor& debug_pubnames_data, lldb::offset_t *offset_ptr);
H A DDWARFLocationList.cpp55 DWARFLocationList::Extract(const DWARFDataExtractor& debug_loc_data, lldb::offset_t* offset_ptr, DWARFDataExtractor& location_list_data) function in class:DWARFLocationList
H A DDWARFDebugPubnames.cpp32 DWARFDebugPubnames::Extract(const DWARFDataExtractor& data) function in class:DWARFDebugPubnames
35 "DWARFDebugPubnames::Extract (byte_size = %" PRIu64 ")",
39 log->Printf("DWARFDebugPubnames::Extract (byte_size = %" PRIu64 ")", (uint64_t)data.GetByteSize());
48 if (set.Extract(data, &offset))
H A DDWARFCompileUnit.h32 bool Extract(const lldb_private::DWARFDataExtractor &debug_info, lldb::offset_t *offset_ptr);
H A DDWARFDebugInfo.cpp66 m_cu_aranges_ap->Extract (debug_aranges_data);
174 if (cu_sp->Extract(debug_info_data, &offset) == false)
419 while (cu->Extract(dwarf2Data->get_debug_info_data(), &offset))
434 while (!done && die.Extract(dwarf2Data, cu.get(), &offset))
H A DDWARFDebugPubnamesSet.cpp81 DWARFDebugPubnamesSet::Extract(const DWARFDataExtractor& data, lldb::offset_t *offset_ptr) function in class:DWARFDebugPubnamesSet
/freebsd-10-stable/contrib/llvm/lib/Target/R600/
H A DAMDGPUTargetTransformInfo.cpp41 /// Estimate the overhead of scalarizing an instruction. Insert and Extract
43 unsigned getScalarizationOverhead(Type *Ty, bool Insert, bool Extract) const;
/freebsd-10-stable/contrib/llvm/lib/CodeGen/
H A DBasicTargetTransformInfo.cpp31 /// Estimate the overhead of scalarizing an instruction. Insert and Extract
33 unsigned getScalarizationOverhead(Type *Ty, bool Insert, bool Extract) const;
203 bool Extract) const {
210 if (Extract)
/freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp40 /// Estimate the overhead of scalarizing an instruction. Insert and Extract
42 unsigned getScalarizationOverhead(Type *Ty, bool Insert, bool Extract) const;
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.h108 Extract (const lldb_private::DataExtractor& data, lldb::offset_t offset);
/freebsd-10-stable/contrib/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp108 Extract, ///< Extract files back to file system enumerator in enum:ArchiveOperation
143 // getRelPos - Extract the member filename from the command line for
201 case 'x': ++NumOperations; Operation = Extract; break;
261 if (OriginalDates && Operation != Extract)
354 case Extract:
387 case Extract:
851 case Extract:

Completed in 307 milliseconds

12