Searched refs:Offset (Results 126 - 150 of 1040) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DUse.cpp105 ptrdiff_t Offset = 1; local
112 Offset = (Offset << 1) + Tag;
115 return Current + Offset;
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DSerializedDiagnosticReader.h50 unsigned Offset; member in struct:clang::serialized_diags::Location
52 Location(unsigned FileID, unsigned Line, unsigned Col, unsigned Offset) argument
53 : FileID(FileID), Line(Line), Col(Col), Offset(Offset) {}
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCVSymbolVisitor.h27 Error visitSymbolRecord(CVSymbol &Record, uint32_t Offset);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
H A DDecompressor.cpp59 uint64_t Offset = 0; local
60 if (Extractor.getUnsigned(&Offset, Is64Bit ? sizeof(Elf64_Word)
67 Offset += sizeof(Elf64_Word);
70 &Offset, Is64Bit ? sizeof(Elf64_Xword) : sizeof(Elf32_Word));
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugRangeList.cpp20 Offset = -1ULL;
36 Offset = *offset_ptr;
65 OS << format(format_str, Offset, RLE.StartAddress, RLE.EndAddress);
67 OS << format("%08" PRIx64 " <End of list>\n", Offset);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFISelDAGToDAG.cpp74 bool SelectAddr(SDValue Addr, SDValue &Base, SDValue &Offset);
75 bool SelectFIAddr(SDValue Addr, SDValue &Base, SDValue &Offset);
85 val_vec_type &Vals, uint64_t Offset);
87 val_vec_type &Vals, int Offset);
89 val_vec_type &Vals, int Offset);
91 val_vec_type &Vals, int Offset);
92 bool getConstantFieldValue(const GlobalAddressSDNode *Node, uint64_t Offset,
100 bool BPFDAGToDAGISel::SelectAddr(SDValue Addr, SDValue &Base, SDValue &Offset) { argument
105 Offset = CurDAG->getTargetConstant(0, DL, MVT::i64);
125 Offset
136 SelectFIAddr(SDValue Addr, SDValue &Base, SDValue &Offset) argument
340 getConstantFieldValue(const GlobalAddressSDNode *Node, uint64_t Offset, uint64_t Size, unsigned char *ByteSeq) argument
391 fillGenericConstant(const DataLayout &DL, const Constant *CV, val_vec_type &Vals, uint64_t Offset) argument
428 fillConstantDataArray(const DataLayout &DL, const ConstantDataArray *CDA, val_vec_type &Vals, int Offset) argument
441 fillConstantArray(const DataLayout &DL, const ConstantArray *CA, val_vec_type &Vals, int Offset) argument
453 fillConstantStruct(const DataLayout &DL, const ConstantStruct *CS, val_vec_type &Vals, int Offset) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.h28 void resolveRelocation(const SectionEntry &Section, uint64_t Offset,
32 void resolveX86_64Relocation(const SectionEntry &Section, uint64_t Offset,
36 void resolveX86Relocation(const SectionEntry &Section, uint64_t Offset,
39 void resolveAArch64Relocation(const SectionEntry &Section, uint64_t Offset,
48 void resolveARMRelocation(const SectionEntry &Section, uint64_t Offset,
51 void resolvePPC32Relocation(const SectionEntry &Section, uint64_t Offset,
54 void resolvePPC64Relocation(const SectionEntry &Section, uint64_t Offset,
57 void resolveSystemZRelocation(const SectionEntry &Section, uint64_t Offset,
60 void resolveBPFRelocation(const SectionEntry &Section, uint64_t Offset,
111 // it at the given Offset
[all...]
H A DRuntimeDyldImpl.h91 assert(OffsetBytes <= AllocationSize && "Offset out of bounds!");
102 assert(OffsetBytes <= AllocationSize && "Offset out of bounds!");
123 /// Offset - offset into the section.
124 uint64_t Offset; member in class:llvm::RelocationEntry
155 : SectionID(id), Offset(offset), RelType(type), Addend(addend),
160 : SectionID(id), Offset(offset), RelType(type), Addend(addend),
166 : SectionID(id), Offset(offset), RelType(type), Addend(addend),
172 : SectionID(id), Offset(offset), RelType(type),
183 : SectionID(id), Offset(offset), RelType(type),
194 uint64_t Offset; member in class:llvm::RelocationValueRef
224 SymbolTableEntry(unsigned SectionID, uint64_t Offset, JITSymbolFlags Flags) argument
234 uint64_t Offset = 0; member in class:llvm::SymbolTableEntry
[all...]
H A DRuntimeDyldELF.cpp267 uint64_t Offset, uint64_t Value,
277 support::ulittle64_t::ref(Section.getAddressWithOffset(Offset)) =
280 << format("%p\n", Section.getAddressWithOffset(Offset)));
290 support::ulittle32_t::ref(Section.getAddressWithOffset(Offset)) =
293 << format("%p\n", Section.getAddressWithOffset(Offset)));
297 uint64_t FinalAddress = Section.getLoadAddressWithOffset(Offset);
301 Section.getAddress()[Offset] = TruncOffset;
305 uint64_t FinalAddress = Section.getLoadAddressWithOffset(Offset);
309 support::ulittle32_t::ref(Section.getAddressWithOffset(Offset)) =
314 uint64_t FinalAddress = Section.getLoadAddressWithOffset(Offset);
266 resolveX86_64Relocation(const SectionEntry &Section, uint64_t Offset, uint64_t Value, uint32_t Type, int64_t Addend, uint64_t SymOffset) argument
339 resolveX86Relocation(const SectionEntry &Section, uint64_t Offset, uint32_t Value, uint32_t Type, int32_t Addend) argument
367 resolveAArch64Relocation(const SectionEntry &Section, uint64_t Offset, uint64_t Value, uint32_t Type, int64_t Addend) argument
487 resolveARMRelocation(const SectionEntry &Section, uint64_t Offset, uint32_t Value, uint32_t Type, int32_t Addend) argument
711 resolvePPC32Relocation(const SectionEntry &Section, uint64_t Offset, uint64_t Value, uint32_t Type, int64_t Addend) argument
731 resolvePPC64Relocation(const SectionEntry &Section, uint64_t Offset, uint64_t Value, uint32_t Type, int64_t Addend) argument
825 resolveSystemZRelocation(const SectionEntry &Section, uint64_t Offset, uint64_t Value, uint32_t Type, int64_t Addend) argument
879 resolveBPFRelocation(const SectionEntry &Section, uint64_t Offset, uint64_t Value, uint32_t Type, int64_t Addend) argument
934 resolveRelocation(const SectionEntry &Section, uint64_t Offset, uint64_t Value, uint32_t Type, int64_t Addend, uint64_t SymOffset, SID SectionID) argument
980 processSimpleRelocation(unsigned SectionID, uint64_t Offset, unsigned RelType, RelocationValueRef Value) argument
1038 uint64_t Offset = RelI->getOffset(); local
1061 uint64_t Offset = RelI->getOffset(); local
1201 uint64_t Offset = RelI->getOffset(); local
1203 LLVM_DEBUG(dbgs() << "\\t\\tSectionID: " << SectionID << " Offset: " << Offset local
1837 resolveGOTOffsetRelocation(unsigned SectionID, uint64_t Offset, uint64_t GOTOffset, uint32_t Type) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMips16ISelDAGToDAG.h33 SDValue &Offset);
35 SDValue &Offset) override;
37 SDValue &Offset) override;
H A DMips16ISelDAGToDAG.cpp99 SDValue &Offset) {
107 Offset = CurDAG->getTargetConstant(0, DL, ValTy);
114 Offset = Addr.getOperand(1);
131 Offset = CurDAG->getTargetConstant(CN->getZExtValue(), DL, ValTy);
137 Offset = CurDAG->getTargetConstant(CN->getZExtValue(), DL, ValTy);
157 Offset = Opnd0;
163 Offset = CurDAG->getTargetConstant(0, DL, ValTy);
168 SDValue &Offset) {
169 return selectAddr(false, Addr, Base, Offset);
173 SDValue &Offset) {
98 selectAddr(bool SPAllowed, SDValue Addr, SDValue &Base, SDValue &Offset) argument
167 selectAddr16(SDValue Addr, SDValue &Base, SDValue &Offset) argument
172 selectAddr16SP(SDValue Addr, SDValue &Base, SDValue &Offset) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNamedStreamMap.h34 StringRef storageKeyToLookupKey(uint32_t Offset) const;
53 StringRef getString(uint32_t Offset) const;
54 uint32_t hashString(uint32_t Offset) const;
60 /// Closed hash table from Offset -> StreamNumber, where Offset is the offset
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUMachineFunction.cpp58 unsigned Offset = LDSSize = alignTo(LDSSize, Align); local
60 Entry.first->second = Offset;
63 return Offset;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DBinaryStreamReader.cpp31 if (auto EC = Stream.readLongestContiguousChunk(Offset, Buffer))
33 Offset += Buffer.size();
38 if (auto EC = Stream.readBytes(Offset, Size, Buffer))
40 Offset += Size;
137 Ref = Stream.slice(Offset, Length);
138 Offset += Length;
144 Ref.Offset = getOffset();
151 Offset += Amount;
156 uint32_t NewOffset = alignTo(Offset, Align);
157 return skip(NewOffset - Offset);
[all...]
H A DBinaryStreamWriter.cpp29 if (auto EC = Stream.writeBytes(Offset, Buffer))
31 Offset += Buffer.size();
86 WritableBinaryStreamRef First = Stream.drop_front(Offset);
96 uint32_t NewOffset = alignTo(Offset, Align);
99 while (Offset < NewOffset)
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DModuleFile.cpp31 template<typename Key, typename Offset, unsigned InitialCapacity>
34 const ContinuousRangeMap<Key, Offset, InitialCapacity> &Map) {
38 using MapType = ContinuousRangeMap<Key, Offset, InitialCapacity>;
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-dwp/
H A DDWPStringPool.h36 uint32_t Offset = 0; member in class:llvm::DWPStringPool
44 auto Pair = Pool.insert(std::make_pair(Str, Offset));
48 Offset += Length;
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DWin64EHDumper.cpp130 const coff_section *Section, uint64_t Offset,
136 if (!Ctx.ResolveSymbol(Section, Offset, Symbol, Ctx.UserData)) {
141 OS << format(" +0x%X (0x%" PRIX64 ")", Displacement, Offset);
143 OS << format(" (0x%" PRIX64 ")", Offset);
164 OS << format("(0x%" PRIX64 ")", Offset);
170 uint64_t Offset,
175 Ctx.ResolveSymbol(Section, Offset, Symbol, Ctx.UserData))
206 uint64_t Offset,
209 formatSymbol(Ctx, Section, Offset + 0, RF.StartAddress));
211 formatSymbol(Ctx, Section, Offset
129 formatSymbol(const Dumper::Context &Ctx, const coff_section *Section, uint64_t Offset, uint32_t Displacement) argument
168 resolveRelocation(const Dumper::Context &Ctx, const coff_section *Section, uint64_t Offset, const coff_section *&ResolvedSection, uint64_t &ResolvedAddress) argument
204 printRuntimeFunctionEntry(const Context &Ctx, const coff_section *Section, uint64_t Offset, const RuntimeFunction &RF) argument
276 printUnwindInfo(const Context &Ctx, const coff_section *Section, off_t Offset, const UnwindInfo &UI) argument
328 uint64_t Offset; local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldCOFFAArch64.h100 uint64_t Offset, uint64_t RelType, uint64_t Addend,
107 OriginalRelValueRef.Offset = Offset;
127 const RelocationEntry RE(SectionID, Offset, RelType, Addend);
134 Offset = StubOffset;
137 return std::make_tuple(Offset, RelType, Addend);
161 uint64_t Offset = RelI->getOffset(); variable
169 uintptr_t ObjTarget = AddendSection.getObjAddress() + Offset;
184 std::tie(Offset, RelType, Addend) = generateRelocationStub(
185 SectionID, TargetName, Offset, RelTyp
99 generateRelocationStub(unsigned SectionID, StringRef TargetName, uint64_t Offset, uint64_t RelType, uint64_t Addend, StubMap &Stubs) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DExplainOutputStyle.cpp140 P.formatLine("Block:Offset = {2:X-}:{1:X-4}.", FileOffset, pdbBlockOffset(),
297 uint32_t Offset) {
301 if (Offset < endof(DbiStreamHeader, VersionSignature))
304 else if (Offset < endof(DbiStreamHeader, VersionHeader))
307 else if (Offset < endof(DbiStreamHeader, Age))
309 else if (Offset < endof(DbiStreamHeader, GlobalSymbolStreamIndex))
312 else if (Offset < endof(DbiStreamHeader, BuildNumber))
314 else if (Offset < endof(DbiStreamHeader, PublicSymbolStreamIndex))
317 else if (Offset < endof(DbiStreamHeader, PdbDllVersion))
320 else if (Offset < endo
296 explainDbiHeaderOffset(LinePrinter &P, DbiStream &Dbi, uint32_t Offset) argument
357 explainDbiModiSubstreamOffset(LinePrinter &P, DbiStream &Dbi, uint32_t Offset) argument
382 dontExplain(LinePrinter &Printer, T &Stream, uint32_t Offset) argument
434 explainPdbStreamHeaderOffset(LinePrinter &P, InfoStream &Info, uint32_t Offset) argument
[all...]
H A DPrettyVariableDumper.cpp37 void VariableDumper::start(const PDBSymbolData &Var, uint32_t Offset) { argument
69 WithColor(Printer, PDB_ColorItem::Offset).get()
70 << "+" << format_hex(Offset + Var.getOffset(), 4)
77 WithColor(Printer, PDB_ColorItem::Offset).get()
78 << "+" << format_hex(Offset + Var.getOffset(), 4)
93 void VariableDumper::startVbptr(uint32_t Offset, uint32_t Size) { argument
97 WithColor(Printer, PDB_ColorItem::Offset).get()
98 << "+" << format_hex(Offset, 4) << " [sizeof=" << Size << "] ";
101 void VariableDumper::start(const PDBSymbolTypeVTable &Var, uint32_t Offset) { argument
107 WithColor(Printer, PDB_ColorItem::Offset)
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeEnumInjectedSources.cpp21 uint32_t Offset = 0, DataLength = std::min(Limit, Stream.getLength()); local
24 while (Offset < DataLength) {
26 if (auto E = Stream.readLongestContiguousChunk(Offset, Data))
28 Data = Data.take_front(DataLength - Offset);
29 Offset += Data.size();
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/MachO/
H A DMachOLayoutBuilder.cpp109 uint64_t Offset = IsObjectFile ? (HeaderSize + O.Header.SizeOfCmds) : 0; local
142 uint64_t SegOffset = Offset;
148 Sec.Offset = 0;
152 Sec.Offset = SegOffset + SegFileSize + PaddingSize;
159 Sec.Offset = 0;
163 Sec.Offset = SegOffset + SectOffset;
172 Offset += SegFileSize;
174 Offset = alignTo(Offset + SegFileSize, PageSize);
203 return Offset;
206 layoutRelocations(uint64_t Offset) argument
217 layoutTail(uint64_t Offset) argument
348 uint64_t Offset = layoutSegments(); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineMemOperand.h42 /// Offset - This is an offset from the base Value*.
43 int64_t Offset; member in struct:llvm::MachinePointerInfo
51 : V(v), Offset(offset), StackID(ID) {
57 : V(v), Offset(offset), StackID(ID) {
62 : V((const Value *)nullptr), Offset(0), StackID(0),
69 : V(v), Offset(offset), StackID(ID) {
82 return MachinePointerInfo(V.get<const Value*>(), Offset+O, StackID);
83 return MachinePointerInfo(V.get<const PseudoSourceValue*>(), Offset+O,
87 /// Return true if memory region [V, V+Offset+Size) is known to be
101 int64_t Offset
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DThumb2InstrInfo.cpp474 unsigned FrameReg, int &Offset,
492 Offset += MI.getOperand(FrameRegIdx+1).getImm();
495 if (Offset == 0 && getInstrPredicate(MI, PredReg) == ARMCC::AL &&
510 if (Offset < 0) {
511 Offset = -Offset;
519 if (ARM_AM::getT2SOImmVal(Offset) != -1) {
521 MI.getOperand(FrameRegIdx+1).ChangeToImmediate(Offset);
525 Offset = 0;
529 if (Offset < 409
[all...]

Completed in 401 milliseconds

1234567891011>>