HomeSort by: relevance | last modified time | path
    Searched refs:Layout (Results 1 - 25 of 188) sorted by relevancy

1 2 3 4 5 6 7 8

  /src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
PrettyClassDefinitionDumper.cpp 33 ClassLayout Layout(Class);
34 start(Layout);
37 void ClassDefinitionDumper::start(const ClassLayout &Layout) {
38 prettyPrintClassIntro(Layout);
41 DumpedAnything |= Dumper.start(Layout);
43 prettyPrintClassOutro(Layout);
46 void ClassDefinitionDumper::prettyPrintClassIntro(const ClassLayout &Layout) {
50 uint32_t Size = Layout.getSize();
51 const PDBSymbolTypeUDT &Class = Layout.getClass();
53 if (Layout.getClass().isConstType()
    [all...]
PrettyClassLayoutGraphicalDumper.cpp 34 bool PrettyClassLayoutGraphicalDumper::start(const UDTLayoutBase &Layout) {
38 for (auto &Other : Layout.other_items())
40 for (auto &Func : Layout.funcs())
44 const BitVector &UseMap = Layout.usedBytes();
47 for (auto &Item : Layout.layout_items()) {
68 VTableLayoutItem &Layout = static_cast<VTableLayoutItem &>(*CurrentItem);
71 VarDumper.startVbptr(CurrentAbsoluteOffset, Layout.getSize());
84 auto TailPadding = Layout.tailPadding();
86 if (TailPadding != 1 || Layout.getSize() != 1) {
112 BaseClassLayout &Layout = static_cast<BaseClassLayout &>(*CurrentItem)
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
DbiModuleDescriptor.cpp 24 if (auto EC = Reader.readObject(Info.Layout))
36 return (Layout->Flags & ModInfoFlags::HasECFlagMask) != 0;
40 return (Layout->Flags & ModInfoFlags::TypeServerIndexMask) >>
45 return Layout->SC;
49 return Layout->ModDiStream;
53 return Layout->SymBytes;
57 return Layout->C11Bytes;
61 return Layout->C13Bytes;
65 return Layout->NumFiles;
69 return Layout->SrcFileNameNI
    [all...]
DbiModuleDescriptorBuilder.cpp 32 Size += 0; // TODO: Layout.C11Bytes
43 ::memset(&Layout, 0, sizeof(Layout));
44 Layout.Mod = ModIndex;
50 return Layout.ModDiStream;
63 Layout.SC = SC;
110 uint32_t L = sizeof(Layout);
117 Layout.FileNameOffs = 0; // TODO: Fix this
118 Layout.Flags = 0; // TODO: Fix this
119 Layout.C11Bytes = 0
    [all...]
PDBFileBuilder.cpp 224 const msf::MSFLayout &Layout) {
229 Layout, MsfBuffer, SN, Allocator);
244 const msf::MSFLayout &Layout) {
248 commitSrcHeaderBlock(MsfBuffer, Layout);
254 Layout, MsfBuffer, SN, Allocator);
267 MSFLayout Layout;
269 Msf->commit(Filename, Layout);
279 Layout, Buffer, *ExpectedSN, Allocator);
289 Layout, Buffer, NSE.first, Allocator);
296 if (auto EC = Info->commit(Layout, Buffer)
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/MC/
MCLinkerOptimizationHint.cpp 29 const MCAsmLayout &Layout) const {
33 encodeULEB128(ObjWriter.getSymbolAddress(*Arg, Layout), OutStream);
37 const MCAsmLayout &Layout) const {
39 emit_impl(OutStream, ObjWriter, Layout);
43 const MCAsmLayout &Layout) const {
57 emit_impl(OutStream, ObjWriter, Layout);
MCAssembler.cpp 70 STATISTIC(RelaxationSteps, "Number of assembler layout and relaxation steps");
192 bool MCAssembler::evaluateFixup(const MCAsmLayout &Layout,
208 if (!Expr->evaluateAsRelocatable(Target, &Layout, &Fixup)) {
225 return getBackend().evaluateTargetFixup(*this, Layout, Fixup, DF, Target,
258 Value += Layout.getSymbolOffset(Sym);
263 Value -= Layout.getSymbolOffset(Sym);
272 uint32_t Offset = Layout.getFragmentOffset(DF) + Fixup.getOffset();
289 uint64_t MCAssembler::computeFragmentSize(const MCAsmLayout &Layout,
302 if (!FF.getNumValues().evaluateAsAbsolute(NumValues, Layout)) {
329 unsigned Offset = Layout.getFragmentOffset(&AF)
819 void MCAssembler::layout(MCAsmLayout &Layout) { function in class:MCAssembler
    [all...]
  /src/sys/dev/raidframe/
rf_raid4.c 60 RF_RaidLayout_t *layoutPtr = &raidPtr->Layout;
78 /* fill in the remaining layout parameters */
105 RF_StripeNum_t SUID = raidSector / raidPtr->Layout.sectorsPerStripeUnit;
106 *col = SUID % raidPtr->Layout.numDataCol;
107 *diskSector = (SUID / (raidPtr->Layout.numDataCol)) * raidPtr->Layout.sectorsPerStripeUnit +
108 (raidSector % raidPtr->Layout.sectorsPerStripeUnit);
116 RF_StripeNum_t SUID = raidSector / raidPtr->Layout.sectorsPerStripeUnit;
118 *col = raidPtr->Layout.numDataCol;
119 *diskSector = (SUID / (raidPtr->Layout.numDataCol)) * raidPtr->Layout.sectorsPerStripeUnit
    [all...]
rf_raid5_rotatedspare.c 62 RF_RaidLayout_t *layoutPtr = &raidPtr->Layout;
88 /* fill in the remaining layout parameters */
104 return (raidPtr->Layout.stripeUnitsPerDisk / raidPtr->numCol);
115 RF_StripeNum_t SUID = raidSector / raidPtr->Layout.sectorsPerStripeUnit;
118 *col = raidPtr->numCol - 1 - (1 + SUID / raidPtr->Layout.numDataCol) % raidPtr->numCol;
123 *col = (SUID + (SUID / raidPtr->Layout.numDataCol)) % raidPtr->numCol;
125 *diskSector = (SUID / (raidPtr->Layout.numDataCol)) * raidPtr->Layout.sectorsPerStripeUnit +
126 (raidSector % raidPtr->Layout.sectorsPerStripeUnit);
137 RF_StripeNum_t SUID = raidSector / raidPtr->Layout.sectorsPerStripeUnit
    [all...]
rf_chaindecluster.c 67 RF_RaidLayout_t *layoutPtr = &raidPtr->Layout;
87 /* fill in the remaining layout parameters */
114 RF_ChaindeclusterConfigInfo_t *info = (RF_ChaindeclusterConfigInfo_t *) raidPtr->Layout.layoutSpecificInfo;
117 * The layout uses two stripe units per disk as spare within each
130 RF_ChaindeclusterConfigInfo_t *info = (RF_ChaindeclusterConfigInfo_t *) raidPtr->Layout.layoutSpecificInfo;
131 RF_StripeNum_t SUID = raidSector / raidPtr->Layout.sectorsPerStripeUnit;
144 raidPtr->Layout.sectorsPerStripeUnit;
145 *diskSector += (raidSector % raidPtr->Layout.sectorsPerStripeUnit);
148 *diskSector = sparing_region_id * (raidPtr->numCol + 1) * raidPtr->Layout.sectorsPerStripeUnit;
149 *diskSector += (raidPtr->numCol - 1) * raidPtr->Layout.sectorsPerStripeUnit
    [all...]
rf_interdecluster.c 70 RF_RaidLayout_t *layoutPtr = &raidPtr->Layout;
92 /* fill in the remaining layout parameters */
138 RF_InterdeclusterConfigInfo_t *info = (RF_InterdeclusterConfigInfo_t *) raidPtr->Layout.layoutSpecificInfo;
141 /* the layout uses two stripe units per disk as spare within each
153 RF_InterdeclusterConfigInfo_t *info = (RF_InterdeclusterConfigInfo_t *) raidPtr->Layout.layoutSpecificInfo;
154 RF_StripeNum_t SUID = raidSector / raidPtr->Layout.sectorsPerStripeUnit;
168 raidPtr->Layout.sectorsPerStripeUnit;
169 *diskSector += (raidSector % raidPtr->Layout.sectorsPerStripeUnit);
172 *diskSector = sparing_region_id * (raidPtr->numCol + 1) * raidPtr->Layout.sectorsPerStripeUnit;
173 *diskSector += (raidPtr->numCol - 1) * raidPtr->Layout.sectorsPerStripeUnit
    [all...]
rf_raid5.c 61 RF_RaidLayout_t *layoutPtr = &raidPtr->Layout;
85 /* fill in the remaining layout parameters */
122 RF_StripeNum_t SUID = raidSector / raidPtr->Layout.sectorsPerStripeUnit;
124 *diskSector = (SUID / (raidPtr->Layout.numDataCol)) * raidPtr->Layout.sectorsPerStripeUnit +
125 (raidSector % raidPtr->Layout.sectorsPerStripeUnit);
133 RF_StripeNum_t SUID = raidSector / raidPtr->Layout.sectorsPerStripeUnit;
135 *col = raidPtr->Layout.numDataCol - (SUID / raidPtr->Layout.numDataCol) % raidPtr->numCol;
136 *diskSector = (SUID / (raidPtr->Layout.numDataCol)) * raidPtr->Layout.sectorsPerStripeUnit
    [all...]
rf_raid0.c 58 RF_RaidLayout_t *layoutPtr = &raidPtr->Layout;
87 RF_StripeNum_t SUID = raidSector / raidPtr->Layout.sectorsPerStripeUnit;
89 *diskSector = (SUID / raidPtr->numCol) * raidPtr->Layout.sectorsPerStripeUnit +
90 (raidSector % raidPtr->Layout.sectorsPerStripeUnit);
108 info = raidPtr->Layout.layoutSpecificInfo;
  /src/lib/libcurses/PSD.doc/
twinkle1.c 50 static LOCS Layout[NCOLS * NLINES]; /* current board layout */
107 lp = Layout;
115 Numstars = lp - Layout;
149 end = &Layout[Numstars];
150 for (lp = Layout; lp < end; lp++) {
153 *lp = Layout[r];
154 Layout[r] = temp;
157 for (lp = Layout; lp < end; lp++) {
twinkle2.c 48 static LOCS Layout[NCOLS * NLINES]; /* current board layout */
139 end = &Layout[Numstars];
140 for (lp = Layout; lp < end; lp++) {
143 *lp = Layout[r];
144 Layout[r] = temp;
147 for (lp = Layout; lp < end; lp++)
175 lp = Layout;
183 Numstars = lp - Layout;
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
ASanStackFrameLayout.cpp 67 ASanStackFrameLayout Layout;
68 Layout.Granularity = Granularity;
69 Layout.FrameAlignment = std::max(Granularity, Vars[0].Alignment);
79 assert(Layout.FrameAlignment >= Alignment);
92 Layout.FrameSize = Offset;
93 assert((Layout.FrameSize % MinHeaderSize) == 0);
94 return Layout;
117 const ASanStackFrameLayout &Layout) {
121 const size_t Granularity = Layout.Granularity;
130 SB.resize(Layout.FrameSize / Granularity, kAsanStackRightRedzoneMagic)
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/Frontend/
LayoutOverrideSource.h 18 /// An external AST source that overrides the layout of
22 /// to override the layout of record types. Its input is the output format
25 /// The layout of a given record.
26 struct Layout {
38 llvm::StringMap<Layout> Layouts;
41 /// Create a new AST source that overrides the layout of some
47 /// If this particular record type has an overridden layout,
48 /// return that layout.
  /src/external/apache2/llvm/dist/clang/lib/Basic/Targets/
M68k.cpp 32 std::string Layout = "";
35 Layout += "E";
38 Layout += "-m:e";
41 Layout += "-p:32:32";
44 Layout += "-i8:8:8-i16:16:16-i32:16:32";
49 Layout += "-n8:16:32";
53 Layout += "-a:0:16-S16";
55 resetDataLayout(Layout);
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCAssembler.h 160 /// \param Layout The layout to use for evaluation.
172 bool evaluateFixup(const MCAsmLayout &Layout, const MCFixup &Fixup,
179 const MCAsmLayout &Layout) const;
183 const MCAsmLayout &Layout) const;
185 /// Perform one layout iteration and return true if any offsets
187 bool layoutOnce(MCAsmLayout &Layout);
189 /// Perform one layout iteration of the given section and return true
191 bool layoutSectionOnce(MCAsmLayout &Layout, MCSection &Sec);
195 bool relaxFragment(MCAsmLayout &Layout, MCFragment &F)
    [all...]
MCObjectWriter.h 51 /// This routine is called by the assembler after layout and relaxation is
54 const MCAsmLayout &Layout) = 0;
58 /// This routine is called by the assembler after layout and relaxation, and
59 /// post layout binding. The implementation is responsible for storing
62 virtual void recordRelocation(MCAssembler &Asm, const MCAsmLayout &Layout,
102 /// This routine is called by the assembler after layout and relaxation is
105 virtual uint64_t writeObject(MCAssembler &Asm, const MCAsmLayout &Layout) = 0;
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/MSF/
MappedBlockStream.cpp 46 const MSFStreamLayout &Layout,
49 : BlockSize(BlockSize), StreamLayout(Layout), MsfData(MsfData),
53 uint32_t BlockSize, const MSFStreamLayout &Layout, BinaryStreamRef MsfData,
56 BlockSize, Layout, MsfData, Allocator);
60 const MSFLayout &Layout, BinaryStreamRef MsfData, uint32_t StreamIndex,
62 assert(StreamIndex < Layout.StreamMap.size() && "Invalid stream index");
64 SL.Blocks = Layout.StreamMap[StreamIndex];
65 SL.Length = Layout.StreamSizes[StreamIndex];
67 Layout.SB->BlockSize, SL, MsfData, Allocator);
71 MappedBlockStream::createDirectoryStream(const MSFLayout &Layout,
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
X86MachObjectWriter.cpp 29 const MCAsmLayout &Layout,
37 const MCAsmLayout &Layout,
45 const MCAsmLayout &Layout,
51 const MCAsmLayout &Layout,
60 const MCAsmLayout &Layout, const MCFragment *Fragment,
64 RecordX86_64Relocation(Writer, Asm, Layout, Fragment, Fixup, Target,
67 RecordX86Relocation(Writer, Asm, Layout, Fragment, Fixup, Target,
103 MachObjectWriter *Writer, MCAssembler &Asm, const MCAsmLayout &Layout,
112 Layout.getFragmentOffset(Fragment) + Fixup.getOffset();
114 Writer->getFragmentAddress(Fragment, Layout) + Fixup.getOffset()
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/MSF/
MappedBlockStream.h 31 /// the case of a standard MSF Stream, the layout of the stream's blocks
33 /// itself, the layout is described by an array at a fixed location within
42 createStream(uint32_t BlockSize, const MSFStreamLayout &Layout,
46 createIndexedStream(const MSFLayout &Layout, BinaryStreamRef MsfData,
50 createFpmStream(const MSFLayout &Layout, BinaryStreamRef MsfData,
54 createDirectoryStream(const MSFLayout &Layout, BinaryStreamRef MsfData,
108 createStream(uint32_t BlockSize, const MSFStreamLayout &Layout,
112 createIndexedStream(const MSFLayout &Layout, WritableBinaryStreamRef MsfData,
116 createDirectoryStream(const MSFLayout &Layout,
121 createFpmStream(const MSFLayout &Layout, WritableBinaryStreamRef MsfData
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
ASanStackFrameLayout.h 68 const ASanStackFrameLayout &Layout);
76 const ASanStackFrameLayout &Layout);
  /src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/MCTargetDesc/
LanaiMCExpr.cpp 50 const MCAsmLayout *Layout,
52 if (!getSubExpr()->evaluateAsRelocatable(Res, Layout, Fixup))

Completed in 60 milliseconds

1 2 3 4 5 6 7 8