Searched refs:Offset (Results 26 - 50 of 443) sorted by relevance

1234567891011>>

/external/llvm/lib/Object/
H A DMachOObject.cpp132 StringRef MachOObject::getData(size_t Offset, size_t Size) const { argument
133 return Buffer->getBuffer().substr(Offset,Size);
148 uint64_t Offset; local
150 Offset = getHeaderSize();
153 Offset = Prev.Offset + Prev.Command.Size;
157 memcpy(&Info.Command, Buffer->getBuffer().data() + Offset,
163 Info.Offset = Offset;
185 ReadInMemoryStruct(*this, Buffer->getBuffer(), LCI.Offset, Re
268 uint64_t Offset = (DLC.IndirectSymbolTableOffset + local
291 uint64_t Offset = (LCI.Offset + sizeof(macho::SegmentLoadCommand) + local
314 uint64_t Offset = (LCI.Offset + sizeof(macho::Segment64LoadCommand) + local
327 uint64_t Offset = (RelocationTableOffset + local
341 uint64_t Offset = (SymbolTableOffset + local
355 uint64_t Offset = (SymbolTableOffset + local
369 uint64_t Offset = (TableOffset + local
[all...]
/external/llvm/include/llvm/CodeGen/
H A DMachineMemOperand.h38 /// Offset - This is an offset from the base Value*.
39 int64_t Offset; member in struct:llvm::MachinePointerInfo
42 : V(v), Offset(offset) {}
46 return MachinePointerInfo(V, Offset+O);
70 static MachinePointerInfo getStack(int64_t Offset);
129 int64_t getOffset() const { return PtrInfo.Offset; }
172 void setOffset(int64_t NewOffset) { PtrInfo.Offset = NewOffset; }
/external/llvm/lib/DebugInfo/
H A DDWARFDebugAranges.h25 : LoPC(lo), Length(hi-lo), Offset(off) {}
30 Offset = -1U;
48 if (curr_range.Offset != next_range.Offset)
60 uint32_t Offset; // Offset of the compile unit or die member in struct:llvm::DWARFDebugAranges::Range
85 return Aranges[idx].Offset;
H A DDWARFDebugAbbrev.h28 uint32_t Offset; member in class:llvm::DWARFAbbreviationDeclarationSet
33 : Offset(0), IdxOffset(0) {}
36 : Offset(offset), IdxOffset(idxOffset) {}
42 uint32_t getOffset() const { return Offset; }
H A DDWARFDebugRangeList.cpp17 Offset = -1U;
29 Offset = *offset_ptr;
52 OS << format(format_str, Offset, Entries[i].StartAddress,
55 OS << format("%08x <End of list>\n", Offset);
/external/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.h86 SDValue &Offset, MVT mvt);
88 SDValue &Offset);
90 SDValue &Offset);
93 SDValue &Offset, MVT mvt);
95 SDValue &Offset);
97 SDValue &Offset);
/external/icu4c/layout/
H A DAnchorTables.h45 Offset xDeviceTableOffset;
46 Offset yDeviceTableOffset;
H A DScriptAndLanguage.h24 Offset lookupOrderOffset;
32 Offset defaultLangSysTableOffset;
H A DAlternateSubstSubtables.h32 Offset alternateSetTableOffsetArray[ANY_NUMBER];
H A DMarkArrays.h24 Offset markAnchorTableOffset;
H A DMarkToBasePosnSubtables.h32 Offset baseAnchorTableOffsetArray[ANY_NUMBER];
H A DMarkToMarkPosnSubtables.h32 Offset mark2AnchorTableOffsetArray[ANY_NUMBER];
H A DMultipleSubstSubtables.h32 Offset sequenceTableOffsetArray[ANY_NUMBER];
H A DCursiveAttachmentSubtables.cpp29 Offset entryOffset = SWAPW(entryExitRecords[coverageIndex].entryAnchor);
30 Offset exitOffset = SWAPW(entryExitRecords[coverageIndex].exitAnchor);
H A DFeatures.cpp22 Offset featureTableOffset = featureRecordArray[featureIndex].featureTableOffset;
40 Offset featureTableOffset =
/external/llvm/lib/Target/Sparc/
H A DSparcMachineFunctionInfo.h41 void setVarArgsFrameOffset(int Offset) { VarArgsFrameOffset = Offset; } argument
/external/llvm/lib/CodeGen/
H A DLocalStackSlotAllocation.cpp50 FrameRef(MachineBasicBlock::iterator I, int64_t Offset) : argument
51 MI(I), LocalOffset(Offset) {}
61 void AdjustStackOffset(MachineFrameInfo *MFI, int FrameIdx, int64_t &Offset,
115 int FrameIdx, int64_t &Offset,
120 Offset += MFI->getObjectSize(FrameIdx);
129 Offset = (Offset + Align - 1) / Align * Align;
131 int64_t LocalOffset = StackGrowsDown ? -Offset : Offset;
140 Offset
114 AdjustStackOffset(MachineFrameInfo *MFI, int FrameIdx, int64_t &Offset, bool StackGrowsDown, unsigned &MaxAlign) argument
154 int64_t Offset = 0; local
208 int64_t Offset = FrameSizeAdjust + LocalFrameOffset - RegOffset.second; local
291 int64_t Offset = 0; local
[all...]
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSDNodeDbgValue.h48 uint64_t Offset; member in class:llvm::SDDbgValue
55 unsigned O) : mdPtr(mdP), Offset(off), DL(dl), Order(O),
65 mdPtr(mdP), Offset(off), DL(dl), Order(O), Invalid(false) {
72 mdPtr(mdP), Offset(off), DL(dl), Order(O), Invalid(false) {
96 uint64_t getOffset() { return Offset; }
/external/llvm/lib/Target/XCore/
H A DXCoreRegisterInfo.cpp174 int Offset = MF.getFrameInfo()->getObjectOffset(FrameIndex); local
183 DEBUG(errs() << "FrameOffset : " << Offset << "\n");
187 Offset += StackSize;
194 MI.getOperand(i+1).ChangeToImmediate(Offset);
199 Offset += MI.getOperand(i + 1).getImm();
202 assert(Offset%4 == 0 && "Misaligned stack offset");
204 DEBUG(errs() << "Offset : " << Offset << "\n" << "<--------->\n");
206 Offset/=4;
218 bool isUs = isImmUs(Offset);
[all...]
/external/llvm/include/llvm/Support/
H A DOutputBuffer.h126 void fixhalf(unsigned short X, unsigned Offset) {
127 unsigned char *P = &Output[Offset];
131 void fixword(unsigned X, unsigned Offset) { argument
132 unsigned char *P = &Output[Offset];
138 void fixxword(uint64_t X, unsigned Offset) { argument
139 unsigned char *P = &Output[Offset];
149 void fixaddr(uint64_t X, unsigned Offset) { argument
151 fixword((unsigned)X, Offset);
153 fixxword(X, Offset);
/external/llvm/lib/Target/ARM/
H A DThumb2InstrInfo.cpp389 unsigned FrameReg, int &Offset,
401 Offset += MI.getOperand(FrameRegIdx+1).getImm();
404 if (Offset == 0 && getInstrPredicate(&MI, PredReg) == ARMCC::AL) {
418 if (Offset < 0) {
419 Offset = -Offset;
427 if (ARM_AM::getT2SOImmVal(Offset) != -1) {
429 MI.getOperand(FrameRegIdx+1).ChangeToImmediate(Offset);
433 Offset = 0;
437 if (Offset < 409
[all...]
/external/clang/lib/AST/
H A DExternalASTSource.cpp37 Stmt *ExternalASTSource::GetExternalDeclStmt(uint64_t Offset) { argument
42 ExternalASTSource::GetExternalCXXBaseSpecifiers(uint64_t Offset) { argument
/external/libnfc-nxp/src/
H A DphFriNfc_ISO15693Map.h69 * \param[in] Offset Indicates whether the read operation shall start from the begining of the
70 * file/card storage \b or continue from the last offset. The last Offset set is stored
78 * \retval NFCSTATUS_INVALID_DEVICE_REQUEST If Previous Operation is Write Ndef and Offset
96 uint8_t Offset);
113 * \param[in] Offset Indicates whether the write operation shall start from the begining of the
114 * file/card storage \b or continue from the last offset. The last Offset set is stored
122 * \retval NFCSTATUS_INVALID_DEVICE_REQUEST If Previous Operation is Write Ndef and Offset
141 uint8_t Offset);
198 * \retval NFCSTATUS_INVALID_DEVICE_REQUEST If Previous Operation is Write Ndef and Offset
/external/llvm/lib/Target/Mips/
H A DMipsMCInstLower.cpp38 unsigned Offset) const {
74 Offset += MO.getOffset();
79 Offset += MO.getOffset();
84 Offset += MO.getOffset();
93 Offset += MO.getOffset();
102 if (!Offset)
106 assert(Offset > 0);
108 const MCConstantExpr *OffsetExpr = MCConstantExpr::Create(Offset, *Ctx);
/external/chromium/chrome/browser/ui/views/
H A Dfind_bar_host_gtk.cc24 avoid_overlapping_rect->Offset(0, webcontents_rect.y() - frame_rect.y());

Completed in 1125 milliseconds

1234567891011>>