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

1234

/external/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
/external/chromium_org/third_party/cld/encodings/compact_lang_det/
H A Dsubsetsequence.h18 void Extract(int n, uint8* dst);
/external/chromium_org/chrome/utility/media_galleries/
H A Dimage_metadata_extractor.h39 void Extract(media::DataSource* source, const DoneCallback& callback);
41 // All below methods require Extract to have already succeeded.
65 // Second half of the Extract method.
H A Dimage_metadata_extractor_unittest.cc43 extractor->Extract(&source, base::Bind(&QuitLoop, &loop, &extracted));
/external/chromium_org/base/synchronization/
H A Dcondition_variable_win.cc162 Event* Extract();
332 used_event->Extract(); // Possibly redundant
345 // unusual requirement for a linked-list-class is support for the Extract()
347 // into a second list. Most critically, the Extract() method is idempotent,
414 return next_->Extract();
420 return prev_->Extract();
431 WinXPCondVar::Event* WinXPCondVar::Event::Extract() { function in class:base::WinXPCondVar::Event
/external/chromium_org/media/base/
H A Daudio_video_metadata_extractor.h41 bool Extract(DataSource* source, bool extract_attached_pics);
70 // Empty if Extract call did not request attached images, or if no attached
/external/llvm/lib/Target/R600/
H A DAMDGPUTargetTransformInfo.cpp44 /// Estimate the overhead of scalarizing an instruction. Insert and Extract
46 unsigned getScalarizationOverhead(Type *Ty, bool Insert, bool Extract) const;
/external/llvm/test/MC/AArch64/
H A Darm64-bitfield-encoding.s31 ; 5.4.5 Extract (immediate)
/external/chromium_org/v8/src/arm64/
H A Ddecoder-arm64.h25 V(Extract) \

Completed in 415 milliseconds

1234