Home
last modified time | relevance | path

Searched defs:Offset (Results 1 – 25 of 1373) sorted by relevance

12345678910>>...55

/external/flatbuffers/include/flatbuffers/
Dflatbuffers.h43 template<typename T> struct Offset { struct
45 Offset() : o(0) {} in Offset() argument
46 Offset(uoffset_t _o) : o(_o) {} in Offset() function
47 Offset<void> Union() const { return Offset<void>(o); } in Union() argument
48 bool IsNull() const { return !o; } in IsNull()
/external/llvm/tools/llvm-readobj/
DARMAttributeParser.cpp75 uint32_t &Offset) { in ParseInteger()
83 uint32_t &Offset) { in ParseString()
91 uint32_t &Offset) { in IntegerAttribute()
97 uint32_t &Offset) { in StringAttribute()
121 uint32_t &Offset) { in CPU_arch()
135 uint32_t &Offset) { in CPU_arch_profile()
152 uint32_t &Offset) { in ARM_ISA_use()
162 uint32_t &Offset) { in THUMB_ISA_use()
172 uint32_t &Offset) { in FP_arch()
185 uint32_t &Offset) { in WMMX_arch()
[all …]
DARMWinEHPrinter.cpp97 uint64_t Offset = 0) { in formatSymbol()
218 uint64_t Offset) { in getRelocatedSymbol()
227 bool Decoder::opcode_0xxxxxxx(const uint8_t *OC, unsigned &Offset, in opcode_0xxxxxxx()
238 bool Decoder::opcode_10Lxxxxx(const uint8_t *OC, unsigned &Offset, in opcode_10Lxxxxx()
257 bool Decoder::opcode_1100xxxx(const uint8_t *OC, unsigned &Offset, in opcode_1100xxxx()
269 bool Decoder::opcode_11010Lxx(const uint8_t *OC, unsigned &Offset, in opcode_11010Lxx()
286 bool Decoder::opcode_11011Lxx(const uint8_t *OC, unsigned &Offset, in opcode_11011Lxx()
303 bool Decoder::opcode_11100xxx(const uint8_t *OC, unsigned &Offset, in opcode_11100xxx()
317 bool Decoder::opcode_111010xx(const uint8_t *OC, unsigned &Offset, in opcode_111010xx()
330 bool Decoder::opcode_1110110L(const uint8_t *OC, unsigned &Offset, in opcode_1110110L()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DARMAttributeParser.cpp75 uint32_t &Offset) { in ParseInteger()
83 uint32_t &Offset) { in ParseString()
91 uint32_t &Offset) { in IntegerAttribute()
101 uint32_t &Offset) { in StringAttribute()
132 uint32_t &Offset) { in CPU_arch()
146 uint32_t &Offset) { in CPU_arch_profile()
163 uint32_t &Offset) { in ARM_ISA_use()
173 uint32_t &Offset) { in THUMB_ISA_use()
183 uint32_t &Offset) { in FP_arch()
196 uint32_t &Offset) { in WMMX_arch()
[all …]
DBinaryStreamRef.cpp25 Error readBytes(uint32_t Offset, uint32_t Size, in readBytes()
29 Error readLongestContiguousChunk(uint32_t Offset, in readLongestContiguousChunk()
48 Error readBytes(uint32_t Offset, uint32_t Size, in readBytes()
52 Error readLongestContiguousChunk(uint32_t Offset, in readLongestContiguousChunk()
58 Error writeBytes(uint32_t Offset, ArrayRef<uint8_t> Data) override { in writeBytes()
70 BinaryStreamRef::BinaryStreamRef(BinaryStream &Stream, uint32_t Offset, in BinaryStreamRef()
80 Error BinaryStreamRef::readBytes(uint32_t Offset, uint32_t Size, in readBytes()
88 uint32_t Offset, ArrayRef<uint8_t> &Buffer) const { in readLongestContiguousChunk()
108 uint32_t Offset, in WritableBinaryStreamRef()
118 Error WritableBinaryStreamRef::writeBytes(uint32_t Offset, in writeBytes()
DMemoryBuffer.cpp156 uint64_t Offset, bool IsVolatile) { in getFileSlice()
173 static uint64_t getLegalMapOffset(uint64_t Offset) { in getLegalMapOffset()
177 static uint64_t getLegalMapSize(uint64_t Len, uint64_t Offset) { in getLegalMapSize()
181 const char *getStart(uint64_t Len, uint64_t Offset) { in getStart()
187 uint64_t Offset, std::error_code &EC) in MemoryBufferMMapFile()
245 uint64_t Offset, bool RequiresNullTerminator, bool IsVolatile) { in getFileAux()
268 uint64_t Offset, bool IsVolatile) { in getFileSlice()
311 off_t Offset, in shouldUseMmap()
365 uint64_t Offset) { in getReadWriteFile()
412 uint64_t Offset) { in getFileSlice()
[all …]
/external/llvm/lib/DebugInfo/CodeView/
DByteStream.cpp18 static Error writeBytes(uint32_t Offset, ArrayRef<uint8_t> Src, in writeBytes()
24 static Error writeBytes(uint32_t Offset, ArrayRef<uint8_t> Src, in writeBytes()
36 Error ByteStream<Writable>::readBytes(uint32_t Offset, uint32_t Size, in readBytes()
48 uint32_t Offset, ArrayRef<uint8_t> &Buffer) const { in readLongestContiguousChunk()
56 Error ByteStream<Writable>::writeBytes(uint32_t Offset, in writeBytes()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DBinaryByteStream.h42 Error readBytes(uint32_t Offset, uint32_t Size, in readBytes()
50 Error readLongestContiguousChunk(uint32_t Offset, in readLongestContiguousChunk()
101 Error readBytes(uint32_t Offset, uint32_t Size, in readBytes()
106 Error readLongestContiguousChunk(uint32_t Offset, in readLongestContiguousChunk()
113 Error writeBytes(uint32_t Offset, ArrayRef<uint8_t> Buffer) override { in writeBytes()
149 Error readBytes(uint32_t Offset, uint32_t Size, in readBytes()
158 void insert(uint32_t Offset, ArrayRef<uint8_t> Bytes) { in insert()
162 Error readLongestContiguousChunk(uint32_t Offset, in readLongestContiguousChunk()
173 Error writeBytes(uint32_t Offset, ArrayRef<uint8_t> Buffer) override { in writeBytes()
244 Error readBytes(uint32_t Offset, uint32_t Size, in readBytes()
[all …]
DBinaryStreamRef.h34 BinaryStreamRefBase(std::shared_ptr<StreamType> SharedImpl, uint32_t Offset, in BinaryStreamRefBase()
38 BinaryStreamRefBase(StreamType &BorrowedImpl, uint32_t Offset, in BinaryStreamRefBase()
119 RefType slice(uint32_t Offset, uint32_t Len) const { in slice()
136 Error checkOffsetForRead(uint32_t Offset, uint32_t DataSize) const { in checkOffsetForRead()
202 uint32_t Offset; // Offset in the parent stream member
231 Error checkOffsetForWrite(uint32_t Offset, uint32_t DataSize) const { in checkOffsetForWrite()
DBinaryItemStream.h42 Error readBytes(uint32_t Offset, uint32_t Size, in readBytes()
56 Error readLongestContiguousChunk(uint32_t Offset, in readLongestContiguousChunk()
87 Expected<uint32_t> translateOffsetIndex(uint32_t Offset) { in translateOffsetIndex()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
DARMWinEHPrinter.cpp97 uint64_t Offset = 0) { in formatSymbol()
218 uint64_t Offset) { in getRelocatedSymbol()
227 bool Decoder::opcode_0xxxxxxx(const uint8_t *OC, unsigned &Offset, in opcode_0xxxxxxx()
238 bool Decoder::opcode_10Lxxxxx(const uint8_t *OC, unsigned &Offset, in opcode_10Lxxxxx()
257 bool Decoder::opcode_1100xxxx(const uint8_t *OC, unsigned &Offset, in opcode_1100xxxx()
269 bool Decoder::opcode_11010Lxx(const uint8_t *OC, unsigned &Offset, in opcode_11010Lxx()
286 bool Decoder::opcode_11011Lxx(const uint8_t *OC, unsigned &Offset, in opcode_11011Lxx()
303 bool Decoder::opcode_11100xxx(const uint8_t *OC, unsigned &Offset, in opcode_11100xxx()
317 bool Decoder::opcode_111010xx(const uint8_t *OC, unsigned &Offset, in opcode_111010xx()
330 bool Decoder::opcode_1110110L(const uint8_t *OC, unsigned &Offset, in opcode_1110110L()
[all …]
/external/llvm/include/llvm/DebugInfo/CodeView/
DStreamRef.h24 StreamRef(const StreamInterface &Stream, uint32_t Offset, uint32_t Length) in StreamRef()
30 Error readBytes(uint32_t Offset, uint32_t Size, in readBytes()
41 Error readLongestContiguousChunk(uint32_t Offset, in readLongestContiguousChunk()
57 Error writeBytes(uint32_t Offset, ArrayRef<uint8_t> Data) const { in writeBytes()
82 StreamRef slice(uint32_t Offset, uint32_t Len) const { in slice()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DTypeIndexDiscovery.cpp71 uint32_t Offset = 0; in handleMethodOverloadList() local
95 static uint32_t handleBaseClass(ArrayRef<uint8_t> Data, uint32_t Offset, in handleBaseClass()
105 static uint32_t handleEnumerator(ArrayRef<uint8_t> Data, uint32_t Offset, in handleEnumerator()
115 static uint32_t handleDataMember(ArrayRef<uint8_t> Data, uint32_t Offset, in handleDataMember()
127 static uint32_t handleOverloadedMethod(ArrayRef<uint8_t> Data, uint32_t Offset, in handleOverloadedMethod()
137 static uint32_t handleOneMethod(ArrayRef<uint8_t> Data, uint32_t Offset, in handleOneMethod()
155 static uint32_t handleNestedType(ArrayRef<uint8_t> Data, uint32_t Offset, in handleNestedType()
165 static uint32_t handleStaticDataMember(ArrayRef<uint8_t> Data, uint32_t Offset, in handleStaticDataMember()
175 static uint32_t handleVirtualBaseClass(ArrayRef<uint8_t> Data, uint32_t Offset, in handleVirtualBaseClass()
191 static uint32_t handleVFPtr(ArrayRef<uint8_t> Data, uint32_t Offset, in handleVFPtr()
[all …]
/external/clang/lib/Rewrite/
DRewriteRope.cpp234 RopePieceBTreeNode *RopePieceBTreeLeaf::split(unsigned Offset) { in split()
275 RopePieceBTreeNode *RopePieceBTreeLeaf::insert(unsigned Offset, in insert()
336 void RopePieceBTreeLeaf::erase(unsigned Offset, unsigned NumBytes) { in erase()
472 RopePieceBTreeNode *RopePieceBTreeInterior::split(unsigned Offset) { in split()
498 RopePieceBTreeNode *RopePieceBTreeInterior::insert(unsigned Offset, in insert()
567 void RopePieceBTreeInterior::erase(unsigned Offset, unsigned NumBytes) { in erase()
628 RopePieceBTreeNode *RopePieceBTreeNode::split(unsigned Offset) { in split()
641 RopePieceBTreeNode *RopePieceBTreeNode::insert(unsigned Offset, in insert()
651 void RopePieceBTreeNode::erase(unsigned Offset, unsigned NumBytes) { in erase()
741 void RopePieceBTree::insert(unsigned Offset, const RopePiece &R) { in insert()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARC/
DARCISelDAGToDAG.cpp77 SDValue &Offset) { in SelectAddrModeImm()
87 SDValue &Offset) { in SelectAddrModeS9()
129 SDValue &Offset) { in SelectAddrModeFar()
148 SDValue &Offset) { in SelectFrameADDR_ri()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/
DRISCVMergeBaseOffset.cpp105 MachineInstr &Tail, int64_t Offset) { in foldOffset()
137 int64_t &Offset) { in matchLargeOffset()
193 int64_t Offset = Tail.getOperand(2).getImm(); in detectAndFoldOffset() local
207 int64_t Offset; in detectAndFoldOffset() local
240 int64_t Offset = TailImmOp.getImm(); in detectAndFoldOffset() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLoc.cpp62 [](const LocationList &L, uint64_t Offset) { return L.Offset < Offset; }); in getLocationListAtOffset()
88 DWARFDebugLoc::parseOneLocationList(DWARFDataExtractor Data, unsigned *Offset) { in parseOneLocationList()
136 uint32_t Offset = 0; in parse() local
148 DWARFDebugLocDWO::parseOneLocationList(DataExtractor Data, unsigned *Offset) { in parseOneLocationList()
181 uint32_t Offset = 0; in parse() local
194 [](const LocationList &L, uint64_t Offset) { return L.Offset < Offset; }); in getLocationListAtOffset()
/external/swiftshader/third_party/LLVM/lib/Object/
DMachOObject.cpp131 StringRef MachOObject::getData(size_t Offset, size_t Size) const { in getData()
147 uint64_t Offset; in getLoadCommandInfo() local
267 uint64_t Offset = (DLC.IndirectSymbolTableOffset + in ReadIndirectSymbolTableEntry() local
290 uint64_t Offset = (LCI.Offset + sizeof(macho::SegmentLoadCommand) + in ReadSection() local
313 uint64_t Offset = (LCI.Offset + sizeof(macho::Segment64LoadCommand) + in ReadSection64() local
326 uint64_t Offset = (RelocationTableOffset + in ReadRelocationEntry() local
340 uint64_t Offset = (SymbolTableOffset + in ReadSymbolTableEntry() local
354 uint64_t Offset = (SymbolTableOffset + in ReadSymbol64TableEntry() local
/external/sfntly/cpp/src/sfntly/table/bitmap/
Dsmall_glyph_metrics.h28 struct Offset { struct
29 enum {
Debdt_table.h29 struct Offset { struct
30 enum {
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DOutputBuffer.h126 void fixhalf(unsigned short X, unsigned Offset) { in fixhalf()
131 void fixword(unsigned X, unsigned Offset) { in fixword()
138 void fixxword(uint64_t X, unsigned Offset) { in fixxword()
149 void fixaddr(uint64_t X, unsigned Offset) { in fixaddr()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfExpression.cpp35 void DwarfExpression::AddRegIndirect(int DwarfReg, int Offset, bool Deref) { in AddRegIndirect()
69 unsigned MachineReg, int Offset) { in AddMachineRegIndirect()
140 unsigned Offset = TRI.getSubRegIdxOffset(Idx); in AddMachineRegPiece() local
187 unsigned Offset = 0; in AddUnsignedConstant() local
231 unsigned Offset = I->getArg(0); in AddMachineRegExpression() local
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/DWARF/
DDWARFFormValueTest.cpp45 uint32_t Offset = 0; in createDataXFormValue() local
57 uint32_t Offset = 0; in createULEBFormValue() local
68 uint32_t Offset = 0; in createSLEBFormValue() local
116 uint32_t Offset = 0; in TEST() local
/external/llvm/lib/Target/Mips/Disassembler/
DMipsDisassembler.cpp1270 int Offset = SignExtend32<16>(Insn & 0xffff); in DecodeMem() local
1292 int Offset = SignExtend32<9>(Insn >> 7); in DecodeMemEVA() local
1313 int Offset = SignExtend32<9>(Insn & 0x1ff); in DecodeLoadByte9() local
1331 int Offset = SignExtend32<16>(Insn & 0xffff); in DecodeLoadByte15() local
1349 int Offset = SignExtend32<16>(Insn & 0xffff); in DecodeCacheOp() local
1366 int Offset = SignExtend32<12>(Insn & 0xfff); in DecodeCacheOpMM() local
1383 int Offset = SignExtend32<9>(Insn & 0x1ff); in DecodePrefeOpMM() local
1400 int Offset = SignExtend32<9>(Insn >> 7); in DecodeCacheeOp_CacheOpR6() local
1417 int Offset = SignExtend32<9>(Insn & 0x1ff); in DecodeStoreEvaOpMM() local
1435 int Offset = SignExtend32<16>(Insn & 0xffff); in DecodeSyncI() local
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DVNCoercion.cpp285 int Offset = analyzeLoadFromClobberingWrite(LoadTy, LoadPtr, MI->getDest(), in analyzeLoadFromClobberingMemInst() local
306 static T *getStoreValueForLoadHelper(T *SrcVal, unsigned Offset, Type *LoadTy, in getStoreValueForLoadHelper()
349 Value *getStoreValueForLoad(Value *SrcVal, unsigned Offset, Type *LoadTy, in getStoreValueForLoad()
357 Constant *getConstantStoreValueForLoad(Constant *SrcVal, unsigned Offset, in getConstantStoreValueForLoad()
369 Value *getLoadValueForLoad(LoadInst *SrcVal, unsigned Offset, Type *LoadTy, in getLoadValueForLoad()
415 Constant *getConstantLoadValueForLoad(Constant *SrcVal, unsigned Offset, in getConstantLoadValueForLoad()
425 T *getMemInstValueForLoadHelper(MemIntrinsic *SrcInst, unsigned Offset, in getMemInstValueForLoadHelper()
481 Value *getMemInstValueForLoad(MemIntrinsic *SrcInst, unsigned Offset, in getMemInstValueForLoad()
489 Constant *getConstantMemInstValueForLoad(MemIntrinsic *SrcInst, unsigned Offset, in getConstantMemInstValueForLoad()

12345678910>>...55