Searched defs:offset_ptr (Results 1 – 12 of 12) sorted by relevance
/external/llvm/lib/Support/ |
D | DataExtractor.cpp | 17 static T getU(uint32_t *offset_ptr, const DataExtractor *de, in getU() 33 static T *getUs(uint32_t *offset_ptr, T *dst, uint32_t count, in getUs() 55 DataExtractor::getU8(uint32_t *offset_ptr, uint8_t *dst, uint32_t count) const { in getU8() 65 uint16_t *DataExtractor::getU16(uint32_t *offset_ptr, uint16_t *dst, in getU16() 75 uint32_t *DataExtractor::getU32(uint32_t *offset_ptr, uint32_t *dst, in getU32() 85 uint64_t *DataExtractor::getU64(uint32_t *offset_ptr, uint64_t *dst, in getU64() 92 DataExtractor::getUnsigned(uint32_t *offset_ptr, uint32_t byte_size) const { in getUnsigned() 107 DataExtractor::getSigned(uint32_t *offset_ptr, uint32_t byte_size) const { in getSigned()
|
/external/llvm/lib/DebugInfo/ |
D | DWARFAbbreviationDeclaration.cpp | 18 DWARFAbbreviationDeclaration::extract(DataExtractor data, uint32_t* offset_ptr){ in extract() 23 DWARFAbbreviationDeclaration::extract(DataExtractor data, uint32_t* offset_ptr, in extract()
|
D | DWARFFormValue.cpp | 82 DWARFFormValue::extractValue(DataExtractor data, uint32_t *offset_ptr, in extractValue() 168 DWARFFormValue::skipValue(DataExtractor debug_info_data, uint32_t* offset_ptr, in skipValue() 175 uint32_t *offset_ptr, const DWARFCompileUnit *cu) { in skipValue()
|
D | DWARFDebugInfoEntry.cpp | 69 uint32_t* offset_ptr, in dumpAttribute() 98 uint32_t *offset_ptr) { in extractFast() 210 uint32_t *offset_ptr) { in extract()
|
D | DWARFDebugLine.cpp | 134 uint32_t *offset_ptr, Prologue *prologue) { in parsePrologue() 189 uint32_t *offset_ptr, State &state) { in parseStatementTable()
|
D | DWARFDebugArangeSet.cpp | 50 DWARFDebugArangeSet::extract(DataExtractor data, uint32_t *offset_ptr) { in extract()
|
D | DWARFDebugAbbrev.cpp | 16 uint32_t* offset_ptr) { in extract()
|
D | DWARFCompileUnit.cpp | 24 bool DWARFCompileUnit::extract(DataExtractor debug_info, uint32_t *offset_ptr) { in extract()
|
/external/llvm/include/llvm/Support/ |
D | DataExtractor.h | 127 uint64_t getAddress(uint32_t *offset_ptr) const { in getAddress()
|
/external/v8/src/ |
D | objects.cc | 6150 unsigned* offset_ptr, in SeqTwoByteStringReadBlockIntoBuffer() 6184 unsigned* offset_ptr, in SeqAsciiStringReadBlock() 6202 unsigned* offset_ptr, in ConsStringReadBlock() 6268 unsigned* offset_ptr, in ExternalAsciiStringReadBlock() 6281 unsigned* offset_ptr, in ExternalTwoByteStringReadBlockIntoBuffer() 6311 unsigned* offset_ptr, in SeqAsciiStringReadBlockIntoBuffer() 6327 unsigned* offset_ptr, in ExternalAsciiStringReadBlockIntoBuffer() 6344 unsigned* offset_ptr, in ReadBlock() 6495 unsigned* offset_ptr, in ReadBlockIntoBuffer() 6547 unsigned* offset_ptr) { in ReadBlock() [all …]
|
D | unicode.cc | 281 unsigned capacity, unsigned* chars_read_ptr, unsigned* offset_ptr) { in ReadBlock()
|
/external/qemu/target-i386/ |
D | translate.c | 1965 static void gen_lea_modrm(DisasContext *s, int modrm, int *reg_ptr, int *offset_ptr) in gen_lea_modrm()
|