HomeSort by relevance Sort by last modified time
    Searched refs:DataExtractor (Results 26 - 42 of 42) sorted by null

12

  /external/llvm/lib/DebugInfo/DWARF/
DWARFUnit.cpp 59 DataExtractor DA(AddrOffsetSection, isLittleEndian, AddrSize);
71 DataExtractor DA(StringOffsetSection, isLittleEndian, 0);
76 bool DWARFUnit::extractImpl(DataExtractor debug_info, uint32_t *offset_ptr) {
104 bool DWARFUnit::extract(DataExtractor debug_info, uint32_t *offset_ptr) {
124 DataExtractor RangesData(RangeSection, isLittleEndian, AddrSize);
DWARFDebugLoc.cpp 38 void DWARFDebugLoc::parse(DataExtractor data, unsigned AddressSize) {
78 void DWARFDebugLocDWO::parse(DataExtractor data) {
DWARFAbbreviationDeclaration.cpp 29 DWARFAbbreviationDeclaration::extract(DataExtractor Data, uint32_t* OffsetPtr) {
DWARFDebugArangeSet.cpp 24 DWARFDebugArangeSet::extract(DataExtractor data, uint32_t *offset_ptr) {
DWARFUnitIndex.cpp 17 bool DWARFUnitIndex::Header::parse(DataExtractor IndexData,
32 bool DWARFUnitIndex::parse(DataExtractor IndexData) {
44 bool DWARFUnitIndex::parseImpl(DataExtractor IndexData) {
DWARFDebugFrame.cpp 45 virtual void parseInstructions(DataExtractor Data, uint32_t *Offset,
100 void FrameEntry::parseInstructions(DataExtractor Data, uint32_t *Offset,
432 static void LLVM_ATTRIBUTE_UNUSED dumpDataAux(DataExtractor Data,
443 void DWARFDebugFrame::parse(DataExtractor Data) {
466 // TODO: For honest DWARF64 support, DataExtractor will have to treat
DWARFFormValue.cpp 134 bool DWARFFormValue::extractValue(DataExtractor data, uint32_t *offset_ptr,
256 DWARFFormValue::skipValue(DataExtractor debug_info_data, uint32_t* offset_ptr,
262 DWARFFormValue::skipValue(uint16_t form, DataExtractor debug_info_data,
267 bool DWARFFormValue::skipValue(uint16_t form, DataExtractor debug_info_data,
DWARFDebugInfoEntry.cpp 39 DataExtractor debug_info_data = u->getDebugInfoExtractor();
187 DataExtractor DebugInfoData = U->getDebugInfoExtractor();
243 DataExtractor DebugInfoData = U->getDebugInfoExtractor();
DWARFDebugLine.cpp 69 bool DWARFDebugLine::Prologue::parse(DataExtractor debug_line_data,
244 DWARFDebugLine::getOrParseLineTable(DataExtractor debug_line_data,
256 bool DWARFDebugLine::LineTable::parse(DataExtractor debug_line_data,
  /external/llvm/tools/llvm-dwp/
llvm-dwp.cpp 15 #include "llvm/Support/DataExtractor.h"
59 DataExtractor Data(CurStrSection, true, 0);
75 Data = DataExtractor(CurStrOffsetSection, true, 0);
93 DataExtractor AbbrevData(Abbrev, true, 0);
108 DataExtractor InfoData(Info, true, 0);
116 DataExtractor AbbrevData(Abbrev, true, 0);
150 DataExtractor Data(Types, true, 0);
  /external/llvm/lib/DebugInfo/Symbolize/
SymbolizableObjectFile.cpp 16 #include "llvm/Support/DataExtractor.h"
35 std::unique_ptr<DataExtractor> OpdExtractor;
48 OpdExtractor.reset(new DataExtractor(Data, Obj->isLittleEndian(),
120 DataExtractor *OpdExtractor,
Symbolize.cpp 29 #include "llvm/Support/DataExtractor.h"
191 DataExtractor DE(Data, Obj->isLittleEndian(), 0);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationHeaderUtil.java 39 private static final DataExtractor sIconExtractor = new DataExtractor() {
239 private final DataExtractor mExtractor;
251 HeaderProcessor(ExpandableNotificationRow row, int id, DataExtractor extractor,
317 private interface DataExtractor {
  /external/llvm/lib/Support/
Android.mk 23 DataExtractor.cpp \
  /external/llvm/tools/llvm-readobj/
COFFDumper.cpp 30 #include "llvm/Support/DataExtractor.h"
497 DataExtractor DE(Data, true, 4);
593 DataExtractor DE(FunctionLineTables[Name], true, 4);
618 DataExtractor SDE(CVFileIndexToStringOffsetTable, true, 4);
672 DataExtractor DE(Subsection, true, 4);
    [all...]
  /external/llvm/tools/dsymutil/
DwarfLinker.cpp 844 DataExtractor Data(InputSec.Data, Dwarf.isLittleEndian(), AddressSize);
    [all...]
  /external/llvm/lib/Object/
MachOObjectFile.cpp 19 #include "llvm/Support/DataExtractor.h"
    [all...]

Completed in 347 milliseconds

12