/external/lldb/source/Plugins/SymbolFile/DWARF/ |
D | DWARFDebugMacinfo.cpp | 40 while (maninfo_entry.Extract(macinfo_data, &offset)) in Dump() 45 if (maninfo_entry.Extract(macinfo_data, &offset)) in Dump()
|
D | DWARFDebugRanges.cpp | 28 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
|
D | DWARFDebugAbbrev.cpp | 33 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()
|
D | DWARFDebugRanges.h | 28 void Extract(SymbolFileDWARF* dwarf2Data); 35 Extract (SymbolFileDWARF* dwarf2Data,
|
D | DWARFAbbreviationDeclaration.cpp | 35 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
|
D | DWARFAbbreviationDeclaration.h | 66 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…
|
D | DWARFDebugAranges.cpp | 59 DWARFDebugAranges::Extract(const DataExtractor &debug_aranges_data) in Extract() function in DWARFDebugAranges 67 while (set.Extract(debug_aranges_data, &offset)) in Extract()
|
D | DWARFCompileUnit.h | 32 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…
|
D | DWARFDebugMacinfoEntry.h | 41 Extract(const lldb_private::DataExtractor& mac_info_data,
|
D | DWARFLocationList.h | 25 Extract (const lldb_private::DataExtractor& debug_loc_data,
|
D | DWARFDebugPubnames.h | 23 bool Extract(const lldb_private::DataExtractor& data);
|
D | DWARFDebugInfo.cpp | 66 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()
|
D | DWARFDebugPubnames.cpp | 32 DWARFDebugPubnames::Extract(const DataExtractor& data) in Extract() function in DWARFDebugPubnames 48 if (set.Extract(data, &offset)) in Extract()
|
D | DWARFDebugAranges.h | 38 Extract(const lldb_private::DataExtractor &debug_aranges_data);
|
D | DWARFDebugAbbrev.h | 46 bool Extract(const lldb_private::DataExtractor& data, lldb::offset_t *offset_ptr);
|
D | DWARFDebugArangeSet.h | 44 bool Extract(const lldb_private::DataExtractor &data, lldb::offset_t *offset_ptr);
|
/external/llvm/docs/CommandGuide/ |
D | llvm-extract.rst | 36 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/ |
D | condition_variable_win.cc | 162 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/ |
D | subsetsequence.h | 18 void Extract(int n, uint8* dst);
|
/external/chromium_org/components/webdata/ |
D | DEPS | 7 # TODO(caitkp): Extract unit tests from //chrome, at lower priority
|
/external/chromium_org/chrome/tools/ |
D | webforms_extractor.py | 178 def Extract(self, strip_js_only): member in FormsExtractor 249 extractor.Extract(options.js)
|
/external/chromium_org/chrome/utility/media_galleries/ |
D | image_metadata_extractor.h | 40 void Extract(media::DataSource* source, const DoneCallback& callback);
|
D | media_metadata_parser.cc | 61 if (!extractor.Extract(source, get_attached_images)) in ParseAudioVideoMetadata() 189 extractor->Extract( in Start()
|
/external/llvm/test/MC/Disassembler/AArch64/ |
D | arm64-bitfield.txt | 22 # 5.4.5 Extract (immediate)
|
/external/llvm/tools/llvm-ar/ |
D | llvm-ar.cpp | 110 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()
|