Searched refs:Extract (Results 1 - 25 of 86) 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/lzma/CPP/7zip/UI/Console/
H A DConsole.mak21 $O\Extract.obj \
/external/libmpeg2/common/arm/
H A Dimpeg2_inter_pred.s318 vext.8 d8, d0, d1, #1 @Extract pixels (1-8) of row1
320 vext.8 d12, d2, d3, #1 @Extract pixels (1-8) of row5
322 vext.8 d16, d4, d5, #1 @Extract pixels (1-8) of row2
324 vext.8 d20, d6, d7, #1 @Extract pixels (1-8) of row6
336 vext.8 d1, d9, d10, #1 @Extract pixels (1-8) of row3
338 vext.8 d3, d13, d14, #1 @Extract pixels (1-8) of row7
342 vext.8 d5, d17, d18, #1 @Extract pixels (1-8) of row4
344 vext.8 d7, d21, d22, #1 @Extract pixels (1-8) of row8
429 vext.8 d1, d0, d1, #1 @Extract pixels (1-8) of row1
433 vext.8 d3, d2, d3, #1 @Extract pixel
[all...]
/external/lzma/CPP/7zip/UI/Common/
H A DExtract.h0 // Extract.h
79 HRESULT Extract(
/external/llvm/test/MC/AArch64/
H A Darm64-bitfield-encoding.s31 ; 5.4.5 Extract (immediate)
/external/llvm/tools/llvm-extract/
H A Dllvm-extract.cpp135 // Extract aliases via regular expression matching.
169 // Extract globals via regular expression matching.
201 // Extract functions via regular expression matching.
247 legacy::PassManager Extract; local
248 Extract.add(createGVExtractionPass(Gvs, DeleteFn));
249 Extract.run(*M);
/external/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp120 Extract, ///< Extract files back to file system enumerator in enum:ArchiveOperation
157 // Extract the member filename from the command line for the [relpos] argument
222 case 'x': ++NumOperations; Operation = Extract; break;
291 if (OriginalDates && Operation != Extract)
379 case Extract:
393 if (Operation == Extract && OldArchive->isThin())
421 case Extract:
633 case Extract:
/external/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h37 /// Estimate the overhead of scalarizing an instruction. Insert and Extract
39 unsigned getScalarizationOverhead(Type *Ty, bool Insert, bool Extract);
/external/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.h36 /// Estimate the overhead of scalarizing an instruction. Insert and Extract
38 unsigned getScalarizationOverhead(Type *Ty, bool Insert, bool Extract);

Completed in 164 milliseconds

1234