Home
last modified time | relevance | path

Searched refs:Extract (Results 1 – 25 of 208) sorted by relevance

123456789

/external/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFDebugMacinfo.cpp40 while (maninfo_entry.Extract(macinfo_data, &offset)) in Dump()
45 if (maninfo_entry.Extract(macinfo_data, &offset)) in Dump()
DDWARFDebugRanges.cpp28 DWARFDebugRanges::Extract(SymbolFileDWARF* dwarf2Data) in Extract() function in DWARFDebugRanges
33 while (Extract(dwarf2Data, &offset, range_list)) in Extract()
85 DWARFDebugRanges::Extract(SymbolFileDWARF* dwarf2Data, lldb::offset_t *offset_ptr, RangeList &range… in Extract() function in DWARFDebugRanges
DDWARFDebugAbbrev.cpp33 DWARFAbbreviationDeclarationSet::Extract(const DataExtractor& data, lldb::offset_t *offset_ptr) in Extract() function in DWARFAbbreviationDeclarationSet
40 while (abbrevDeclaration.Extract(data, offset_ptr)) in Extract()
154 if (abbrevDeclSet.Extract(data, &offset)) in Parse()
DDWARFDebugRanges.h28 void Extract(SymbolFileDWARF* dwarf2Data);
35 Extract (SymbolFileDWARF* dwarf2Data,
DDWARFAbbreviationDeclaration.cpp35 DWARFAbbreviationDeclaration::Extract(const DataExtractor& data, lldb::offset_t* offset_ptr) in Extract() function in DWARFAbbreviationDeclaration
37 return Extract(data, offset_ptr, data.GetULEB128(offset_ptr)); in Extract()
41 DWARFAbbreviationDeclaration::Extract(const DataExtractor& data, lldb::offset_t *offset_ptr, dw_ule… in Extract() function in DWARFAbbreviationDeclaration
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_ul…
DDWARFDebugAranges.cpp59 DWARFDebugAranges::Extract(const DataExtractor &debug_aranges_data) in Extract() function in DWARFDebugAranges
67 while (set.Extract(debug_aranges_data, &offset)) in Extract()
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, con…
DDWARFDebugMacinfoEntry.h41 Extract(const lldb_private::DataExtractor& mac_info_data,
DDWARFLocationList.h25 Extract (const lldb_private::DataExtractor& debug_loc_data,
DDWARFDebugPubnames.h23 bool Extract(const lldb_private::DataExtractor& data);
DDWARFDebugInfo.cpp66 m_cu_aranges_ap->Extract (debug_aranges_data); in GetCompileUnitAranges()
157 if (cu_sp->Extract(debug_info_data, &offset) == false) in ParseCompileUnitHeadersIfNeeded()
402 while (cu->Extract(dwarf2Data->get_debug_info_data(), &offset)) in Parse()
417 while (!done && die.Extract(dwarf2Data, cu.get(), &offset)) in Parse()
DDWARFDebugPubnames.cpp32 DWARFDebugPubnames::Extract(const DataExtractor& data) in Extract() function in DWARFDebugPubnames
48 if (set.Extract(data, &offset)) in Extract()
DDWARFDebugAranges.h38 Extract(const lldb_private::DataExtractor &debug_aranges_data);
DDWARFDebugAbbrev.h46 bool Extract(const lldb_private::DataExtractor& data, lldb::offset_t *offset_ptr);
DDWARFDebugArangeSet.h44 bool Extract(const lldb_private::DataExtractor &data, lldb::offset_t *offset_ptr);
/external/llvm/docs/CommandGuide/
Dllvm-extract.rst36 Extract the function named *function-name* from the LLVM bitcode. May be
41 Extract the function(s) matching *function-regular-expr* from the LLVM bitcode.
47 Extract the global variable named *global-name* from the LLVM bitcode. May be
52 Extract the global variable(s) matching *global-regular-expr* from the LLVM
/external/chromium_org/base/synchronization/
Dcondition_variable_win.cc162 Event* Extract();
332 used_event->Extract(); // Possibly redundant in RecycleEvent()
414 return next_->Extract(); in PopFront()
420 return prev_->Extract(); in PopBack()
431 WinXPCondVar::Event* WinXPCondVar::Event::Extract() { in Extract() function in base::WinXPCondVar::Event
/external/chromium_org/third_party/cld/encodings/compact_lang_det/
Dsubsetsequence.h18 void Extract(int n, uint8* dst);
/external/chromium_org/components/webdata/
DDEPS7 # TODO(caitkp): Extract unit tests from //chrome, at lower priority
/external/chromium_org/chrome/tools/
Dwebforms_extractor.py178 def Extract(self, strip_js_only): member in FormsExtractor
249 extractor.Extract(options.js)
/external/chromium_org/chrome/utility/media_galleries/
Dimage_metadata_extractor.h40 void Extract(media::DataSource* source, const DoneCallback& callback);
Dmedia_metadata_parser.cc61 if (!extractor.Extract(source, get_attached_images)) in ParseAudioVideoMetadata()
189 extractor->Extract( in Start()
/external/llvm/test/MC/Disassembler/AArch64/
Darm64-bitfield.txt22 # 5.4.5 Extract (immediate)
/external/llvm/tools/llvm-ar/
Dllvm-ar.cpp110 Extract, ///< Extract files back to file system enumerator
203 case 'x': ++NumOperations; Operation = Extract; break; in parseCommandLine()
263 if (OriginalDates && Operation != Extract) in parseCommandLine()
356 case Extract: in shouldCreateArchive()
390 case Extract: in performReadOperation()
872 case Extract: in performOperation()

123456789