HomeSort by: relevance | last modified time | path
    Searched defs:Pad (Results 1 - 25 of 31) sorted by relevancy

1 2

  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
SimpleTypeSerializer.cpp 24 uint8_t Pad = static_cast<uint8_t>(LF_PAD0 + PaddingBytes);
25 cantFail(Writer.writeInteger(Pad));
CodeViewRecordIO.cpp 47 char Pad = static_cast<uint8_t>(LF_PAD0 + PaddingBytes);
48 StringRef BytesSR = StringRef(&Pad, sizeof(Pad));
ContinuationRecordBuilder.cpp 28 uint8_t Pad = static_cast<uint8_t>(LF_PAD0 + PaddingBytes);
29 cantFail(Writer.writeInteger(Pad));
TypeIndexDiscovery.cpp 255 uint8_t Pad = Content.front();
256 if (Pad >= LF_PAD0) {
257 uint32_t Skip = Pad & 0x0F;
  /src/external/apache2/llvm/dist/llvm/lib/Support/
FormatVariadic.cpp 28 size_t &Align, char &Pad) {
31 Pad = ' ';
39 // If Spec[1] is a loc char, then Spec[0] is a pad char and Spec[2:...]
44 Pad = Spec[0];
63 char Pad = ' ';
76 if (!consumeFieldLayout(RepString, Where, Align, Pad))
89 return ReplacementItem{Spec, Index, Align, Where, Pad, Options};
TarWriter.cpp 52 char Pad[12];
82 static void pad(raw_fd_ostream &OS) { function
115 pad(OS);
202 pad(OS);
CommandLine.cpp 105 static size_t argPlusPrefixesSize(StringRef ArgName, size_t Pad = DefaultPad) {
108 return Len + Pad + ArgPrefix.size() + ArgHelpPrefix.size();
109 return Len + Pad + ArgPrefixLong.size() + ArgHelpPrefix.size();
112 static SmallString<8> argPrefix(StringRef ArgName, size_t Pad = DefaultPad) {
114 for (size_t I = 0; I < Pad; ++I) {
135 size_t Pad;
137 PrintArg(StringRef ArgName, size_t Pad = DefaultPad) : ArgName(ArgName), Pad(Pad) {}
142 OS << argPrefix(Arg.ArgName, Arg.Pad) << Arg.ArgName
    [all...]
  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
CallingConvEmitter.cpp 44 unsigned Pad = CC->getName().size();
47 Pad += 12;
50 Pad += 13;
53 << std::string(Pad, ' ') << "MVT LocVT, CCValAssign::LocInfo LocInfo,\n"
54 << std::string(Pad, ' ')
73 unsigned Pad = CC->getName().size();
76 Pad += 12;
79 Pad += 13;
82 << std::string(Pad, ' ') << "MVT LocVT, CCValAssign::LocInfo LocInfo,\n"
83 << std::string(Pad, ' ') << "ISD::ArgFlagsTy ArgFlags, CCState &State) {\n"
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
FormatVariadic.h 52 char Pad, StringRef Options)
54 Where(Where), Pad(Pad), Options(Options) {}
61 char Pad = 0;
71 size_t &Align, char &Pad);
99 FmtAlign Align(*W, R.Where, R.Align, R.Pad);
  /src/external/apache2/llvm/dist/llvm/lib/Target/M68k/MCTargetDesc/
M68kMCCodeEmitter.cpp 173 static unsigned EmitConstant(uint64_t Val, unsigned Size, unsigned Pad,
179 return Size + Pad;
189 unsigned Pad = 0;
212 Pad = 0;
218 Pad = 8;
223 Pad = 0;
228 Pad = 0;
233 Pad = 0;
270 return EmitConstant(0, Size, Pad, Buffer, Offset);
287 return EmitConstant(0, Size, Pad, Buffer, Offset)
    [all...]
  /src/sys/external/bsd/acpica/dist/common/
dmextern.c 1645 char Pad[] = " *";
1659 Format = Type ? Pad : NoPad;
  /src/sys/external/bsd/compiler_rt/dist/lib/ubsan/
ubsan_diag.cc 285 char Pad = ' ', Byte = ' ';
291 Pad = '~';
295 Buffer.append("%c", Pad);
296 Buffer.append("%c", Pad);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
WasmEHPrepare.cpp 74 // We pass a landing pad index, and the address of LSDA for the current function
221 auto *Pad = BB.getFirstNonPHI();
222 if (isa<CatchPadInst>(Pad))
224 else if (isa<CleanupPadInst>(Pad))
281 // Prepare an EH pad for Wasm EH handling. If NeedPersonality is false, Index is
339 // case it is already set in a dominating EH pad and there is no function call
340 // between from that EH pad to here. Consider optimizing those cases.
368 const Instruction *Pad = BB.getFirstNonPHI();
370 if (const auto *CatchPad = dyn_cast<CatchPadInst>(Pad)) {
GlobalMerge.cpp 176 /// Collect every variables marked as "used" or used in a landing pad
588 Instruction *Pad = BB.getFirstNonPHI();
589 if (!Pad->isEHPad())
593 for (const Use &U : Pad->operands()) {
WinEHPrepare.cpp 199 llvm_unreachable("unexpected funclet pad!");
213 assert(FuncInfo.EHPadStateMap.count(PadInst) && "EH Pad has no state!");
288 // If a nested cleanup pad reports a null unwind destination and the
289 // enclosing catch pad doesn't it must be post-dominated by an
406 // If a nested cleanup pad reports a null unwind destination and the
407 // enclosing catch pad doesn't it must be post-dominated by an
514 // b) for all other pads, is the state of the pad whose try region is the
551 const Instruction *Pad;
553 std::tie(Pad, HandlerParentState) = Worklist.pop_back_val();
555 if (const auto *Cleanup = dyn_cast<CleanupPadInst>(Pad)) {
    [all...]
  /src/external/gpl3/gcc/dist/libsanitizer/ubsan/
ubsan_diag.cpp 298 char Pad = ' ', Byte = ' ';
304 Pad = '~';
308 Buffer.AppendF("%c", Pad);
309 Buffer.AppendF("%c", Pad);
  /src/external/gpl3/gcc.old/dist/libsanitizer/ubsan/
ubsan_diag.cpp 292 char Pad = ' ', Byte = ' ';
298 Pad = '~';
302 Buffer.append("%c", Pad);
303 Buffer.append("%c", Pad);
  /src/external/apache2/llvm/dist/llvm/lib/Option/
OptTable.cpp 592 int Pad = OptionFieldWidth - int(Option.size());
596 if (Pad < 0) {
598 Pad = OptionFieldWidth + InitialPad;
600 OS.indent(Pad + 1) << OptionHelp[i].HelpText << '\n';
  /src/sys/external/bsd/gnu-efi/dist/inc/
efidef.h 190 UINT32 Type; // Field size is 32 bits followed by 32 bit pad
191 UINT32 Pad;
  /src/sys/external/bsd/gnu-efi/dist/lib/
print.c 75 CHAR16 Pad;
1007 // if pad field before, add pad char
1014 // pad item
1016 PPUTC (ps, Item->Pad);
1025 // If pad at the end, add pad char
1048 0 - pad with zeros
1108 Item.Pad = ' ';
1131 Item.Pad = '0'
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
XCOFFObjectFile.h 183 uint8_t Pad[10];
  /src/external/apache2/llvm/dist/llvm/lib/MC/
MachObjectWriter.cpp 447 // Pad to a multiple of the pointer size.
650 // Explicitly pad the section to match the alignment requirements of the
956 uint64_t Pad = getPaddingSize(&Sec, Layout);
957 W.OS.write_zeros(Pad);
1002 // Pad to a multiple of the pointer size.
MCDwarf.cpp 862 int Pad = 2 * AddrSize - (Length & (2 * AddrSize - 1));
863 if (Pad == 2 * AddrSize)
864 Pad = 0;
865 Length += Pad;
894 for(int i = 0; i < Pad; i++)
  /src/external/apache2/llvm/dist/llvm/lib/Object/
ArchiveWriter.cpp 181 // Pad so that even 64 bit object files are aligned.
182 unsigned Pad = offsetToAlignment(PosAfterHeader, Align(8));
183 unsigned NameWithPadding = Name.size() + Pad;
188 while (Pad--)
249 unsigned Pad = offsetToAlignment(Size, Align(2));
253 printWithSpacePadding(Out, Size + Pad, 10);
256 return {{}, std::move(Header), Names, Pad ? "\n" : ""};
306 uint32_t Pad = offsetToAlignment(Size, Align(isBSDLike(Kind) ? 8 : 2));
307 Size += Pad;
309 *Padding = Pad;
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/ProfileData/Coverage/
CoverageMappingReader.cpp 888 size_t Pad = offsetToAlignedAddr(Data.data(), Align(8));
889 if (Data.size() < Pad)
891 Data = Data.substr(Pad);
913 Pad = offsetToAlignedAddr(Data.data(), Align(8));
914 if (Data.size() < Pad)
916 CoverageRecords = Data.substr(Pad);

Completed in 56 milliseconds

1 2