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

12

/freebsd-10.0-release/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::DataExtractor& mac_info_data,
H A DDWARFLocationList.h25 Extract (const lldb_private::DataExtractor& debug_loc_data,
H A DDWARFDebugPubnames.h23 bool Extract(const lldb_private::DataExtractor& data);
H A DDWARFDebugAbbrev.cpp30 // DWARFAbbreviationDeclarationSet::Extract()
33 DWARFAbbreviationDeclarationSet::Extract(const DataExtractor& 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))
85 DWARFDebugRanges::Extract(SymbolFileDWARF* dwarf2Data, lldb::offset_t *offset_ptr, RangeList &range_list) function in class:DWARFDebugRanges
120 assert(!"DWARFDebugRanges::RangeList::Extract() unsupported address size.");
H A DDWARFAbbreviationDeclaration.h66 bool Extract(const lldb_private::DataExtractor& data, lldb::offset_t *offset_ptr);
67 bool Extract(const lldb_private::DataExtractor& data, lldb::offset_t *offset_ptr, dw_uleb128_t code);
H A DDWARFAbbreviationDeclaration.cpp35 DWARFAbbreviationDeclaration::Extract(const DataExtractor& data, lldb::offset_t* offset_ptr) function in class:DWARFAbbreviationDeclaration
37 return Extract(data, offset_ptr, data.GetULEB128(offset_ptr));
41 DWARFAbbreviationDeclaration::Extract(const DataExtractor& data, lldb::offset_t *offset_ptr, dw_uleb128_t code) function in class:DWARFAbbreviationDeclaration
H A DDWARFDebugAranges.cpp56 // Extract
59 DWARFDebugAranges::Extract(const DataExtractor &debug_aranges_data) function in class:DWARFDebugAranges
67 while (set.Extract(debug_aranges_data, &offset))
H A DDWARFDebugAbbrev.h46 bool Extract(const lldb_private::DataExtractor& data, lldb::offset_t *offset_ptr);
H A DDWARFDebugArangeSet.h44 bool Extract(const lldb_private::DataExtractor &data, lldb::offset_t *offset_ptr);
H A DDWARFDebugAranges.h38 Extract(const lldb_private::DataExtractor &debug_aranges_data);
H A DDWARFDebugMacinfoEntry.cpp83 DWARFDebugMacinfoEntry::Extract(const DataExtractor& mac_info_data, lldb::offset_t* offset_ptr) function in class:DWARFDebugMacinfoEntry
H A DDWARFCompileUnit.h32 bool Extract(const lldb_private::DataExtractor &debug_info, lldb::offset_t *offset_ptr);
33 dw_offset_t Extract(lldb::offset_t offset, const lldb_private::DataExtractor& debug_info_data, const DWARFAbbreviationDeclarationSet* abbrevs);
H A DDWARFDebugPubnamesSet.h73 bool Extract(const lldb_private::DataExtractor& debug_pubnames_data, lldb::offset_t *offset_ptr);
H A DDWARFLocationList.cpp55 DWARFLocationList::Extract(const DataExtractor& debug_loc_data, lldb::offset_t* offset_ptr, DataExtractor& location_list_data) function in class:DWARFLocationList
H A DDWARFDebugPubnames.cpp32 DWARFDebugPubnames::Extract(const DataExtractor& 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 DDWARFDebugInfo.cpp66 m_cu_aranges_ap->Extract (debug_aranges_data);
157 if (cu_sp->Extract(debug_info_data, &offset) == false)
402 while (cu->Extract(dwarf2Data->get_debug_info_data(), &offset))
417 while (!done && die.Extract(dwarf2Data, cu.get(), &offset))
H A DDWARFDebugPubnamesSet.cpp81 DWARFDebugPubnamesSet::Extract(const DataExtractor& data, lldb::offset_t *offset_ptr) function in class:DWARFDebugPubnamesSet
/freebsd-10.0-release/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;
172 bool Extract) const {
179 if (Extract)
/freebsd-10.0-release/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.0-release/contrib/llvm/tools/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.h108 Extract (const lldb_private::DataExtractor& data, lldb::offset_t offset);
H A DObjectContainerBSDArchive.cpp55 ObjectContainerBSDArchive::Object::Extract (const DataExtractor& data, lldb::offset_t offset) function in class:ObjectContainerBSDArchive::Object
137 offset = obj.Extract (data, offset);
/freebsd-10.0-release/contrib/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp86 Extract ///< Extract files back to file system enumerator in enum:ArchiveOperation
152 // getRelPos - Extract the member filename from the command line for
161 // getCount - Extract the [count] argument associated with the N modifier
214 case 'x': ++NumOperations; Operation = Extract; break;
273 if (OriginalDates && Operation != Extract)
764 case Extract: haveError = doExtract(&ErrMsg); break;

Completed in 221 milliseconds

12