HomeSort by relevance Sort by last modified time
    Searched defs:Offset (Results 276 - 300 of 433) sorted by null

<<1112131415161718

  /external/llvm/lib/MC/
MCDwarf.cpp 593 // The 4 byte offset to the compile unit in the .debug_info from the start
657 // The 4 byte offset to the debug abbrevs from the start of the .debug_abbrev,
675 // DW_AT_stmt_list, a 4 byte offset from the start of the .debug_line section,
687 // AT_ranges, the 4 byte offset from the start of the .debug_ranges section
1389 const MCExpr *offset = local
1393 const MCExpr *offset = local
    [all...]
WinCOFFObjectWriter.cpp 80 void set_name_offset(uint32_t Offset);
209 // In the case that the name does not fit within 8 bytes, the offset
212 void COFFSymbol::set_name_offset(uint32_t Offset) {
214 write_uint32_le(Data.Name + 4, Offset);
433 // Encode a string table entry offset in base 64, padded to 6 chars, and
697 // Offset of the symbol in the section
709 // Offset of the relocation in the section
745 // of the offset?
783 // offset by 4 on ARM, however, because there is no RELA relocations, all
784 // branches are offset by 4
909 unsigned offset = getInitialOffset(); local
    [all...]
  /external/llvm/lib/Object/
COFFObjectFile.cpp 108 uintptr_t Offset = uintptr_t(Addr) - uintptr_t(base());
110 assert((Offset - getPointerToSymbolTable()) % sizeof(coff_symbol_type) == 0 &&
125 uintptr_t Offset = uintptr_t(Addr) - uintptr_t(SectionTable);
126 assert(Offset % sizeof(coff_section) == 0 &&
315 uintptr_t Offset =
317 assert((Offset % sizeof(coff_section)) == 0);
318 return (Offset / sizeof(coff_section)) + 1;
430 // Returns the file offset for the given VA.
438 // Returns the file offset for the given RVA.
445 uint32_t Offset = Addr - SectionStart
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64InstrInfo.cpp 630 // Retrieve the base register, offset from the base register and width. Width
632 // base registers are identical, and the offset of a lower memory access +
633 // the width doesn't overlap the offset of a higher memory access,
    [all...]
  /external/llvm/lib/Target/ARM/
ARMAsmPrinter.cpp     [all...]
ARMLoadStoreOptimizer.cpp 99 /// offset.
102 int Offset; ///< Load/Store offset.
104 MemOpQueueEntry(MachineInstr *MI, int Offset, unsigned Position)
105 : MI(MI), Offset(Offset), Position(Position) {}
112 /// List of instructions ordered by load/store offset.
138 MachineBasicBlock::iterator InsertBefore, int Offset, unsigned Base,
142 MachineBasicBlock::iterator InsertBefore, int Offset, unsigned Base,
191 int Offset = isAM3 ? ARM_AM::getAM3Offset(OffField
    [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 444 unsigned Offset = CCInfo.getNextStackOffset();
445 FuncInfo->setVarArgsFrameIndex(MFI->CreateFixedObject(1, Offset, true));
782 int64_t Offset = cast<GlobalAddressSDNode>(Op)->getOffset();
785 // Create the TargetGlobalAddress node, folding in the constant offset.
786 SDValue Result = DAG.getTargetGlobalAddress(GV, SDLoc(Op), PtrVT, Offset);
    [all...]
  /external/llvm/lib/Target/Mips/Disassembler/
MipsDisassembler.cpp 192 unsigned Offset,
202 unsigned Offset,
207 unsigned Offset,
211 // DecodeBranchTarget7MM - Decode microMIPS branch offset, which is
214 unsigned Offset,
218 // DecodeBranchTarget10MM - Decode microMIPS branch offset, which is
221 unsigned Offset,
225 // DecodeBranchTargetMM - Decode microMIPS branch offset, which is
228 unsigned Offset,
232 // DecodeBranchTarget26MM - Decode microMIPS branch offset, which i
    [all...]
  /external/llvm/lib/Target/Mips/
MipsConstantIslandPass.cpp 66 "mips-constant-islands-small-offset",
209 /// BasicBlockInfo - Information about the offset and size of a single
212 /// Offset - Distance from the beginning of the function to the beginning
219 /// Because worst case padding is used, the computed offset of an aligned
221 unsigned Offset;
233 unsigned PO = Offset + Size;
237 BasicBlockInfo() : Offset(0), Size(0) {}
430 /// print block size and offset information - debugging
435 dbgs() << format("%08x BB#%u\t", BBI.Offset, J)
822 /// getOffsetOf - Return the current offset of the specified machine instructio
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelDAGToDAG.cpp 722 SDValue Offset, Base;
753 } else if (TM.is64Bit() ? SelectADDRsi64(N1.getNode(), N1, Base, Offset)
754 : SelectADDRsi(N1.getNode(), N1, Base, Offset)) {
779 getI32Imm(fromTypeWidth, dl), Base, Offset, Chain };
781 } else if (TM.is64Bit() ? SelectADDRri64(N1.getNode(), N1, Base, Offset)
782 : SelectADDRri(N1.getNode(), N1, Base, Offset)) {
832 getI32Imm(fromTypeWidth, dl), Base, Offset, Chain };
901 SDValue Addr, Offset, Base;
    [all...]
  /external/llvm/lib/Target/Sparc/AsmParser/
SparcAsmParser.cpp 307 assert(getMemOffsetReg() != 0 && "Invalid offset");
702 std::unique_ptr<SparcOperand> Offset;
703 OperandMatchResultTy ResTy = parseSparcAsmOperand(Offset);
704 if (ResTy != MatchOperand_Success || !Offset)
708 Offset->isImm() ? SparcOperand::MorphToMEMri(BaseReg, std::move(Offset))
709 : SparcOperand::MorphToMEMrr(BaseReg, std::move(Offset)));
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelDAGToDAG.cpp 465 uint64_t Offset = (cast<GlobalAddressSDNode>(Full)->getOffset() -
467 return expandDisp(AM, IsBase, Base, Offset);
    [all...]
SystemZISelLowering.cpp 519 // Require a 20-bit signed offset.
    [all...]
SystemZInstrInfo.cpp 67 // Adjust the offset in the second (low) instruction.
93 uint64_t Offset = (MFFrame->getMaxCallFrameSize() +
96 unsigned NewOpcode = getOpcodeForOffset(SystemZ::LA, Offset);
99 OffsetMO.setImm(Offset);
    [all...]
  /external/llvm/lib/Transforms/IPO/
LowerBitSets.cpp 50 bool BitSetInfo::containsGlobalOffset(uint64_t Offset) const {
51 if (Offset < ByteOffset)
54 if ((Offset - ByteOffset) % (uint64_t(1) << AlignLog2) != 0)
57 uint64_t BitOffset = (Offset - ByteOffset) >> AlignLog2;
98 OS << "offset " << ByteOffset << " size " << BitSize << " align "
116 // Normalize each offset against the minimum observed offset, and compute
122 for (uint64_t &Offset : Offsets) {
123 Offset -= Min;
124 Mask |= Offset;
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopUnrollPass.cpp 280 ConstantInt *Offset = nullptr;
325 /// address (i.e. SCEVUnknown) - in this case we compute the offset and save
348 // Check if the offset from the base address becomes a constant.
352 auto *Offset =
354 if (!Offset)
358 Address.Offset = Offset->getValue();
405 ConstantInt *SimplifiedAddrOp = AddressIt->second.Offset;
475 LHS = LHSAddr.Offset;
476 RHS = RHSAddr.Offset;
    [all...]
  /external/llvm/tools/llvm-readobj/
COFFDumper.cpp 79 uint32_t Offset);
83 std::error_code resolveSymbol(const coff_section *Section, uint64_t Offset,
86 uint64_t Offset, StringRef &Name);
119 // Given a a section and an offset into this section the function returns the
120 // symbol used for the relocation at the offset.
122 uint64_t Offset, SymbolRef &Sym) {
128 if (RelocationOffset == Offset) {
136 // Given a section and an offset into this section the function returns the name
137 // of the symbol used for the relocation at the offset.
139 uint64_t Offset,
    [all...]
  /external/llvm/utils/FileCheck/
FileCheck.cpp 105 /// value of bar at offset 3.
167 /// \return offset of the closing sequence within Str, or npos if it was not
241 // offset relative to the beginning of the match string.
362 int Offset = 0;
368 if (Expr.getAsInteger(10, Offset))
371 Value = llvm::itostr(LineNumber + Offset);
419 // Plop it into the regex at the adjusted offset.
546 // Offset keeps track of the current offset within the input Str
547 size_t Offset = 0
    [all...]
  /external/llvm/utils/TableGen/
CodeGenRegisters.h 61 uint16_t Offset;
97 // B->Offset == -1. For the other cases, accumulate the offset and set
98 // the size here. Only do so if there is no offset yet though.
99 if ((Offset != (uint16_t)-1 && A->Offset != (uint16_t)-1) &&
100 (B->Offset == (uint16_t)-1)) {
101 B->Offset = Offset + A->Offset;
    [all...]
  /external/lzma/CPP/7zip/Archive/
XzHandler.cpp 430 UInt64 Offset;
440 UInt64 value = Offset + InSize;
580 STDMETHOD(Seek)(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition);
  /external/pdfium/core/include/fxcrt/
fx_coordinates.h 235 void Offset(baseType dx, baseType dy) {
462 void Offset(int dx, int dy) {
  /external/pdfium/third_party/lcms2-2.6/include/
lcms2_plugin.h 124 cmsBool (* Seek)(struct _cms_io_handler* iohandler, cmsUInt32Number offset);
518 cmsFloat64Number* Offset; // The offset
  /external/pdfium/third_party/lcms2-2.6/src/
cmsio0.c 59 cmsBool NULLSeek(cmsIOHANDLER* iohandler, cmsUInt32Number offset)
63 ResData ->Pointer = offset;
169 cmsBool MemorySeek(struct _cms_io_handler* iohandler, cmsUInt32Number offset)
173 if (offset > ResData ->Size) {
178 ResData ->Pointer = offset;
328 cmsBool FileSeek(cmsIOHANDLER* iohandler, cmsUInt32Number offset)
330 if (fseek((FILE*) iohandler ->stream, (long) offset, SEEK_SET) != 0) {
706 if (!_cmsReadUInt32Number(io, &Tag.offset)) return FALSE;
709 // Perform some sanity check. Offset + size should fall inside file.
710 if (Tag.offset + Tag.size > HeaderSize |
    [all...]
  /external/sfntly/cpp/src/sfntly/table/core/
cmap_table.cc 71 int32_t offset_ = Offset(index);
107 return data_->ReadUShort(Offset::kVersion);
111 return data_->ReadUShort(Offset::kNumTables);
119 return data_->ReadUShort(Offset::kEncodingRecordPlatformId +
124 return data_->ReadUShort(Offset::kEncodingRecordEncodingId +
128 int32_t CMapTable::Offset(int32_t index) {
129 return data_->ReadULongAsInt(Offset::kEncodingRecordOffset +
134 return Offset::kEncodingRecordStart + index * Offset::kEncodingRecordSize;
248 CMapTable::CMap::Builder::GetBuilder(ReadableFontData* data, int32_t offset,
474 int32_t offset = SubHeaderOffset(high_byte); local
510 int32_t offset = SubHeaderOffset(high_byte); local
1216 int32_t offset = data->ReadULongAsInt(Offset::kEncodingRecordOffset + local
    [all...]
cmap_table.h 127 int32_t offset,
223 int32_t offset,
226 int32_t offset,
238 Builder(ReadableFontData* data, int32_t offset, const CMapId& cmap_id);
239 Builder(WritableFontData* data, int32_t offset, const CMapId& cmap_id);
275 int32_t offset,
278 int32_t offset,
368 int32_t offset,
371 int32_t offset,
381 Builder(WritableFontData* data, int32_t offset, const CMapId& cmap_id)
    [all...]

Completed in 832 milliseconds

<<1112131415161718