HomeSort by relevance Sort by last modified time
    Searched defs:Extract (Results 1 - 25 of 28) sorted by null

1 2

  /external/lldb/source/Plugins/SymbolFile/DWARF/
DWARFDebugMacinfoEntry.cpp 83 DWARFDebugMacinfoEntry::Extract(const DataExtractor& mac_info_data, lldb::offset_t* offset_ptr)
DWARFLocationList.cpp 55 DWARFLocationList::Extract(const DataExtractor& debug_loc_data, lldb::offset_t* offset_ptr, DataExtractor& location_list_data)
DWARFAbbreviationDeclaration.cpp 35 DWARFAbbreviationDeclaration::Extract(const DataExtractor& data, lldb::offset_t* offset_ptr)
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)
DWARFDebugPubnamesSet.cpp 81 DWARFDebugPubnamesSet::Extract(const DataExtractor& data, lldb::offset_t *offset_ptr)
DWARFDebugAbbrev.cpp 30 // DWARFAbbreviationDeclarationSet::Extract()
33 DWARFAbbreviationDeclarationSet::Extract(const DataExtractor& data, lldb::offset_t *offset_ptr)
40 while (abbrevDeclaration.Extract(data, offset_ptr))
154 if (abbrevDeclSet.Extract(data, &offset))
DWARFDebugRanges.cpp 28 DWARFDebugRanges::Extract(SymbolFileDWARF* dwarf2Data)
33 while (Extract(dwarf2Data, &offset, range_list))
85 DWARFDebugRanges::Extract(SymbolFileDWARF* dwarf2Data, lldb::offset_t *offset_ptr, RangeList &range_list)
120 assert(!"DWARFDebugRanges::RangeList::Extract() unsupported address size.");
DWARFDebugArangeSet.cpp 165 DWARFDebugArangeSet::Extract(const DataExtractor &data, lldb::offset_t *offset_ptr)
DWARFDebugAranges.cpp 56 // Extract
59 DWARFDebugAranges::Extract(const DataExtractor &debug_aranges_data)
67 while (set.Extract(debug_aranges_data, &offset))
DWARFDebugPubnames.cpp 32 DWARFDebugPubnames::Extract(const DataExtractor& data)
35 "DWARFDebugPubnames::Extract (byte_size = %" PRIu64 ")",
39 log->Printf("DWARFDebugPubnames::Extract (byte_size = %" PRIu64 ")", (uint64_t)data.GetByteSize());
48 if (set.Extract(data, &offset))
DWARFCompileUnit.cpp 72 DWARFCompileUnit::Extract(const DataExtractor &debug_info, lldb::offset_t *offset_ptr)
107 DWARFCompileUnit::Extract(lldb::offset_t offset, const DataExtractor& debug_info_data, const DWARFAbbreviationDeclarationSet* abbrevs)
    [all...]
  /external/lzma/CPP/7zip/Archive/7z/
7zExtract.cpp 46 STDMETHODIMP CHandler::Extract(const UInt32 *indices, UInt32 numItems,
  /external/lldb/source/Plugins/ObjectContainer/BSD-Archive/
ObjectContainerBSDArchive.cpp 55 ObjectContainerBSDArchive::Object::Extract (const DataExtractor& data, lldb::offset_t offset)
137 offset = obj.Extract (data, offset);
212 // information if we go and extract the file data, so we should
  /external/llvm/lib/Transforms/Scalar/
SeparateConstOffsetFromGEP.cpp 86 // (1) It can always extract constants in the indices of structure type.
200 /// the constant offset), or nullptr if we cannot extract a constant offset.
203 static Value *Extract(Value *Idx, GetElementPtrInst *GEP);
206 /// failed). The meaning of the arguments are the same as Extract.
238 /// For example, to extract the 5 from sext(a + (b + 5)), we first distribute
603 // we can extract 5 as the constant offset.
634 Value *ConstantOffsetExtractor::Extract(Value *Idx, GetElementPtrInst *GEP) {
700 // Tries to extract a constant offset from this GEP index.
    [all...]
ScalarReplAggregates.cpp 353 // insert/extract elements, and if there was at least one use that had
397 /// Here we turn element accesses into insert/extract element operations.
401 /// large) integer type with extract and insert operations where the loads
635 // The load is a bit extract from NewAI shifted right by Offset bits.
758 /// ConvertScalar_ExtractValue - Extract a value of type ToType from an integer
    [all...]
  /external/lzma/CPP/7zip/Archive/
SplitHandler.cpp 297 STDMETHODIMP CHandler::Extract(const UInt32 *indices, UInt32 numItems,
LzmaHandler.cpp 321 STDMETHODIMP CHandler::Extract(const UInt32 *indices, UInt32 numItems,
XzHandler.cpp 451 STDMETHODIMP CHandler::Extract(const UInt32 *indices, UInt32 numItems,
  /external/pcre/dist/
pcrecpp.cc 455 bool RE::Extract(const StringPiece& rewrite,
  /external/regex-re2/util/
pcre.cc 400 bool PCRE::Extract(const StringPiece &text,
    [all...]
  /external/regex-re2/re2/
re2.cc 409 bool RE2::Extract(const StringPiece &text,
    [all...]
  /external/llvm/tools/llvm-ar/
llvm-ar.cpp 91 " x[No] - extract file(s) from the archive\n"
114 Extract, ///< Extract files back to file system
149 // Extract the member filename from the command line for the [relpos] argument
214 case 'x': ++NumOperations; Operation = Extract; break;
274 if (OriginalDates && Operation != Extract)
367 case Extract:
401 case Extract:
892 case Extract:
    [all...]
  /external/llvm/lib/CodeGen/
WinEHPrepare.cpp 619 // value will be passed to a pair of extract value instructions and the
624 ExtractValueInst *Extract = dyn_cast<ExtractValueInst>(U);
625 if (!Extract)
628 for (auto *EU : Extract->users()) {
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelDAGToDAG.cpp 421 // high lane extract.
525 /// GPR64 (either via SEXT_INREG or AND). Extract the appropriate low bits if
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp 268 // We have to extract from the same vector type.
274 // Check that all of the indices extract from the correct offset.
290 /// \returns True if in-tree use also needs extract. This refers to
428 /// this subtree gets vectorized, we may need to extract the values from the
904 // Collect the values that we need to extract from the tree.
    [all...]
  /external/v8/src/arm64/
simulator-arm64.cc 952 void Simulator::Extract(Instruction* instr) {
    [all...]

Completed in 770 milliseconds

1 2