HomeSort by relevance Sort by last modified time
    Searched defs:Offset (Results 126 - 150 of 1851) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/DebugInfo/DWARF/
DWARFDebugPubTable.h 27 /// Section offset from the beginning of the compilation unit.
51 /// The offset from the beginning of the .debug_info section of the
53 uint32_t Offset;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
MDBuilder.h 142 uint64_t Offset;
145 TBAAStructField(uint64_t Offset, uint64_t Size, MDNode *TBAA) :
146 Offset(Offset), Size(Size), TBAA(TBAA) {}
154 /// with the given name, a list of pairs (offset, field type in the type DAG).
160 /// given name, an offset and a parent in the TBAA type DAG.
162 uint64_t Offset = 0);
165 /// base type, access type and offset relative to the base type.
167 uint64_t Offset, bool IsConstant = false);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/MC/
MachineLocation.h 11 // from a base address plus an offset. Register indirection can be specified by
12 // explicitly passing an offset to the constructor.
26 int Offset = 0; // Displacement if not register.
38 /// Create a register-indirect location with an offset.
39 MachineLocation(unsigned R, int O) : Register(R), Offset(O) {}
43 Offset == Other.Offset;
51 int getOffset() const { return Offset; }
54 void setOffset(int O) { Offset = O; }
60 Offset = 0
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Tooling/
ReplacementsYaml.h 35 : FilePath(""), Offset(0), Length(0), ReplacementText("") {}
38 : FilePath(R.getFilePath()), Offset(R.getOffset()),
42 return clang::tooling::Replacement(FilePath, Offset, Length,
47 unsigned int Offset;
56 Io.mapRequired("Offset", Keys->Offset);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
LoopUnrollAnalyzer.h 45 ConstantInt *Offset = nullptr;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
DwarfStringPoolEntry.h 22 unsigned Offset;
41 unsigned getOffset() const { return I->second.Offset; }
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/DebugInfo/CodeView/
CVDebugRecord.h 26 support::ulittle32_t Offset;
40 support::ulittle32_t Offset;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/DebugInfo/DWARF/
DWARFAttribute.h 26 /// The debug info/types offset for this attribute.
27 uint32_t Offset = 0;
39 return Offset != 0 && Attr != dwarf::Attribute(0);
47 Offset = 0;
DWARFDebugAbbrev.h 22 uint32_t Offset;
34 uint32_t getOffset() const { return Offset; }
DWARFDebugInfoEntry.h 24 /// Offset within the .debug_info of the start of this entry.
25 uint32_t Offset = 0;
37 /// starting at a given offset. If DIE can't be extracted, returns false and
47 uint32_t getOffset() const { return Offset; }
DWARFDebugLoc.h 35 /// The beginning offset where this location list is stored in the debug_loc
37 unsigned Offset;
70 unsigned Offset;
DWARFDebugPubTable.h 27 /// Section offset from the beginning of the compilation unit.
51 /// The offset from the beginning of the .debug_info section of the
53 uint32_t Offset;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
MDBuilder.h 142 uint64_t Offset;
145 TBAAStructField(uint64_t Offset, uint64_t Size, MDNode *TBAA) :
146 Offset(Offset), Size(Size), TBAA(TBAA) {}
154 /// with the given name, a list of pairs (offset, field type in the type DAG).
160 /// given name, an offset and a parent in the TBAA type DAG.
162 uint64_t Offset = 0);
165 /// base type, access type and offset relative to the base type.
167 uint64_t Offset, bool IsConstant = false);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/MC/
MachineLocation.h 11 // from a base address plus an offset. Register indirection can be specified by
12 // explicitly passing an offset to the constructor.
26 int Offset = 0; // Displacement if not register.
38 /// Create a register-indirect location with an offset.
39 MachineLocation(unsigned R, int O) : Register(R), Offset(O) {}
43 Offset == Other.Offset;
51 int getOffset() const { return Offset; }
54 void setOffset(int O) { Offset = O; }
60 Offset = 0
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Tooling/
ReplacementsYaml.h 35 : FilePath(""), Offset(0), Length(0), ReplacementText("") {}
38 : FilePath(R.getFilePath()), Offset(R.getOffset()),
42 return clang::tooling::Replacement(FilePath, Offset, Length,
47 unsigned int Offset;
56 Io.mapRequired("Offset", Keys->Offset);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
LoopUnrollAnalyzer.h 45 ConstantInt *Offset = nullptr;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
DwarfStringPoolEntry.h 22 unsigned Offset;
41 unsigned getOffset() const { return I->second.Offset; }
SelectionDAGAddressAnalysis.h 20 /// Helper struct to parse and store a memory address as base + index + offset.
37 int64_t Offset = 0;
42 BaseIndexOffset(SDValue Base, SDValue Index, int64_t Offset,
44 : Base(Base), Index(Index), Offset(Offset),
58 /// Parses tree in Ptr for base, index, offset addresses.
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/DebugInfo/CodeView/
CVDebugRecord.h 26 support::ulittle32_t Offset;
40 support::ulittle32_t Offset;
LazyRandomTypeCollection.h 31 /// offset into the type stream, because type records are variable-lengthed.
56 uint32_t Offset;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/DebugInfo/DWARF/
DWARFAttribute.h 26 /// The debug info/types offset for this attribute.
27 uint32_t Offset = 0;
39 return Offset != 0 && Attr != dwarf::Attribute(0);
47 Offset = 0;
DWARFDebugAbbrev.h 24 uint32_t Offset;
36 uint32_t getOffset() const { return Offset; }
DWARFDebugInfoEntry.h 25 /// Offset within the .debug_info of the start of this entry.
26 uint32_t Offset = 0;
38 /// starting at a given offset. If DIE can't be extracted, returns false and
47 uint32_t getOffset() const { return Offset; }
DWARFDebugLoc.h 38 /// The beginning offset where this location list is stored in the debug_loc
40 unsigned Offset;
62 Optional<uint64_t> Offset) const;
68 /// Return the location list at the given offset or nullptr.
69 LocationList const *getLocationListAtOffset(uint64_t Offset) const;
72 uint32_t *Offset);
84 unsigned Offset;
102 Optional<uint64_t> Offset) const;
104 /// Return the location list at the given offset or nullptr.
105 LocationList const *getLocationListAtOffset(uint64_t Offset) const
    [all...]
DWARFDebugPubTable.h 27 /// Section offset from the beginning of the compilation unit.
51 /// The offset from the beginning of the .debug_info section of the
53 uint32_t Offset;

Completed in 633 milliseconds

1 2 3 4 56 7 8 91011>>