/external/swiftshader/third_party/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/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/swiftshader/third_party/llvm-7.0/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() 82 uint32_t *DataExtractor::getU32(uint32_t *offset_ptr, uint32_t *dst, in getU32() 92 uint64_t *DataExtractor::getU64(uint32_t *offset_ptr, uint64_t *dst, in getU64() 99 DataExtractor::getUnsigned(uint32_t *offset_ptr, uint32_t byte_size) const { in getUnsigned() 114 DataExtractor::getSigned(uint32_t *offset_ptr, uint32_t byte_size) const { in getSigned()
|
/external/swiftshader/third_party/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() 212 uint32_t *offset_ptr) { in extract()
|
D | DWARFDebugLine.cpp | 133 uint32_t *offset_ptr, Prologue *prologue) { in parsePrologue() 188 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/lib/DebugInfo/DWARF/ |
D | DWARFFormValue.cpp | 134 bool DWARFFormValue::extractValue(DataExtractor data, uint32_t *offset_ptr, in extractValue() 256 DWARFFormValue::skipValue(DataExtractor debug_info_data, uint32_t* offset_ptr, in skipValue() 263 uint32_t *offset_ptr, const DWARFUnit *cu) { in skipValue() 268 uint32_t *offset_ptr, uint16_t Version, in skipValue()
|
D | DWARFTypeUnit.cpp | 17 uint32_t *offset_ptr) { in extractImpl()
|
D | DWARFDebugArangeSet.cpp | 24 DWARFDebugArangeSet::extract(DataExtractor data, uint32_t *offset_ptr) { in extract()
|
D | DWARFDebugRangeList.cpp | 22 bool DWARFDebugRangeList::extract(DataExtractor data, uint32_t *offset_ptr) { in extract()
|
D | DWARFUnit.cpp | 77 bool DWARFUnit::extractImpl(DataExtractor debug_info, uint32_t *offset_ptr) { in extractImpl() 105 bool DWARFUnit::extract(DataExtractor debug_info, uint32_t *offset_ptr) { in extract()
|
D | DWARFDebugLine.cpp | 68 uint32_t *offset_ptr) { in parse() 248 uint32_t *offset_ptr) { in parse()
|
D | DWARFDebugInfoEntry.cpp | 113 uint32_t *offset_ptr, in dumpAttribute()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDebugArangeSet.cpp | 34 DWARFDebugArangeSet::extract(DataExtractor data, uint32_t *offset_ptr) { in extract()
|
D | DWARFDebugRangeList.cpp | 35 uint32_t *offset_ptr) { in extract()
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | DataExtractor.h | 127 uint64_t getAddress(uint32_t *offset_ptr) const { in getAddress()
|
/external/llvm/include/llvm/Support/ |
D | DataExtractor.h | 129 uint64_t getAddress(uint32_t *offset_ptr) const { in getAddress()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | DataExtractor.h | 175 uint64_t getAddress(uint32_t *offset_ptr) const { in getAddress()
|
/external/v8/src/profiler/ |
D | tick-sample.cc | 57 for (int* offset_ptr = pattern->offsets; *offset_ptr != -1; ++offset_ptr) { in IsNoFrameRegion() local
|
/external/webp/src/enc/ |
D | backward_references_enc.h | 154 int* const offset_ptr, in VP8LHashChainFindCopy()
|
/external/bcc/src/cc/frontends/b/ |
D | codegen_llvm.cc | 377 LoadInst *offset_ptr = B.CreateLoad(offset_mem); in visit_packet_expr_node() local 386 LoadInst *offset_ptr = B.CreateLoad(offset_mem); in visit_packet_expr_node() local 397 LoadInst *offset_ptr = B.CreateLoad(offset_mem); in visit_packet_expr_node() local
|