| /src/external/apache2/llvm/dist/llvm/tools/llvm-cov/ |
| TestingSupport.cpp | 114 for (unsigned Pad = offsetToAlignment(OS.tell(), Align(8)); Pad; --Pad) 118 for (unsigned Pad = offsetToAlignment(OS.tell(), Align(8)); Pad; --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/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/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);
|
| /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));
|
| ContinuationRecordBuilder.cpp | 28 uint8_t Pad = static_cast<uint8_t>(LF_PAD0 + PaddingBytes); 29 cantFail(Writer.writeInteger(Pad));
|
| CodeViewRecordIO.cpp | 47 char Pad = static_cast<uint8_t>(LF_PAD0 + PaddingBytes); 48 StringRef BytesSR = StringRef(&Pad, sizeof(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/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/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)) {
|
| 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...] |
| 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()) {
|
| /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/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/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/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/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/clang/lib/CodeGen/ |
| CGRecordLayoutBuilder.cpp | 358 // If we have no storage type just pad to the appropriate size and return. 813 Pad = Padding.begin(), PadEnd = Padding.end(); 814 Pad != PadEnd; ++Pad) 815 Members.push_back(StorageInfo(Pad->first, getByteArrayType(Pad->second)));
|
| /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);
|
| /src/sys/dev/ic/ |
| ld_aac.c | 232 bw->Pad = 0; 243 br->Pad = 0;
|
| /src/external/gpl3/gdb/dist/sim/testsuite/bfin/ |
| testutils.inc | 10 # Pad with EMUEXCPT to make sure "jump to 0" always fails
|
| /src/external/gpl3/gdb.old/dist/sim/testsuite/bfin/ |
| testutils.inc | 10 # Pad with EMUEXCPT to make sure "jump to 0" always fails
|