| /llvm-project-15.0.7/llvm/test/tools/yaml2obj/ELF/ |
| H A D | custom-fill.yaml | 34 - Type: Fill 40 - Type: Fill 47 - Type: Fill 77 - Type: Fill 80 - Type: Fill 108 - Type: Fill 117 - Type: Fill 149 - Type: Fill 152 - Type: Fill 154 - Type: Fill [all …]
|
| H A D | section-address-assign.yaml | 77 ## Show that Fill occupies VA space. 78 - Type: Fill
|
| H A D | program-header-nobits.yaml | 41 ## Case C. We have a Fill after the ".nobits.2" section. In this case the file space is 77 - Type: Fill
|
| H A D | program-header.yaml | 109 Type: Fill 113 Type: Fill
|
| /llvm-project-15.0.7/llvm/include/llvm/Support/ |
| H A D | FormatCommon.h | 23 char Fill; member 26 char Fill = ' ') 27 : Adapter(Adapter), Where(Where), Amount(Amount), Fill(Fill) {} in Adapter() 71 S << Fill; in fill()
|
| H A D | FormatAdapters.h | 30 char Fill; variable 33 AlignAdapter(T &&Item, AlignStyle Where, size_t Amount, char Fill) in AlignAdapter() argument 35 Fill(Fill) {} in AlignAdapter() 39 FmtAlign(Adapter, Where, Amount, Fill).format(Stream, Style); in format() 87 char Fill = ' ') { 88 return detail::AlignAdapter<T>(std::forward<T>(Item), Where, Amount, Fill);
|
| /llvm-project-15.0.7/bolt/lib/Profile/ |
| H A D | Heatmap.cpp | 91 for (uint64_t Fill = LineAddress; Fill < Address; Fill += BucketSize) in print() local 98 for (uint64_t Fill = Address + BucketSize; Fill < End; Fill += BucketSize) in print() local 106 for (uint64_t Fill = Start + BucketSize; Fill < End; Fill += BucketSize) { in print() local
|
| /llvm-project-15.0.7/llvm/lib/TableGen/ |
| H A D | TableGenBackend.cpp | 22 static void printLine(raw_ostream &OS, const Twine &Prefix, char Fill, in printLine() argument 30 OS << Fill; in printLine()
|
| /llvm-project-15.0.7/llvm/unittests/tools/llvm-exegesis/Common/ |
| H A D | AssemblerUtils.h | 77 FillFunction Fill) { in assembleToFunction() argument 81 RegisterInitialValues, Fill, AsmStream)); in assembleToFunction()
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/bugprone/ |
| H A D | suspicious-memset-usage.rst | 10 **Case 1: Fill value is a character ``'0'``** 17 **Case 2: Fill value is truncated**
|
| /llvm-project-15.0.7/llvm/unittests/tools/llvm-exegesis/X86/ |
| H A D | SnippetRepetitorTest.cpp | 45 const auto Fill = in TestCommon() local 47 Fill(Sink); in TestCommon()
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-objcopy/ELF/ |
| H A D | empty-section.test | 20 Type: Fill 63 Type: Fill
|
| H A D | binary-paddr.test | 154 Type: Fill 181 Type: Fill 209 Type: Fill
|
| /llvm-project-15.0.7/llvm/lib/ObjectYAML/ |
| H A D | ELFEmitter.cpp | 307 void writeFill(ELFYAML::Fill &Fill, ContiguousBlobAccumulator &CBA); 534 DenseMap<StringRef, ELFYAML::Fill *> NameToFill; in initProgramHeaders() 537 if (auto S = dyn_cast<ELFYAML::Fill>(Doc.Chunks[I].get())) in initProgramHeaders() 764 if (ELFYAML::Fill *S = dyn_cast<ELFYAML::Fill>(D.get())) { in initSectionHeaders() 1150 if (const ELFYAML::Fill *F = dyn_cast<ELFYAML::Fill>(C)) { in getPhdrFragments() 1227 return (isa<ELFYAML::Fill>(C) || in shouldAllocateFileSpace() 1767 void ELFState<ELFT>::writeFill(ELFYAML::Fill &Fill, in writeFill() argument 1769 size_t PatternSize = Fill.Pattern ? Fill.Pattern->binary_size() : 0; in writeFill() 1771 CBA.writeZeros(Fill.Size); in writeFill() 1778 CBA.writeAsBinary(*Fill.Pattern); in writeFill() [all …]
|
| H A D | ELFYAML.cpp | 1443 static void fillMapping(IO &IO, ELFYAML::Fill &Fill) { in fillMapping() argument 1444 IO.mapOptional("Name", Fill.Name, StringRef()); in fillMapping() 1445 IO.mapOptional("Pattern", Fill.Pattern); in fillMapping() 1446 IO.mapOptional("Offset", Fill.Offset); in fillMapping() 1447 IO.mapRequired("Size", Fill.Size); in fillMapping() 1538 Section.reset(new ELFYAML::Fill()); in mapping() 1539 fillMapping(IO, *cast<ELFYAML::Fill>(Section.get())); in mapping() 1679 if (const auto *F = dyn_cast<ELFYAML::Fill>(C.get())) { in validate()
|
| /llvm-project-15.0.7/llvm/tools/llvm-exegesis/lib/ |
| H A D | BenchmarkRunner.h | 86 const FillFunction &Fill) const;
|
| H A D | Assembler.h | 94 const FillFunction &Fill, raw_pwrite_stream &AsmStream);
|
| H A D | Assembler.cpp | 179 const FillFunction &Fill, raw_pwrite_stream &AsmStream) { in assembleToStream() argument 215 Fill(Sink); in assembleToStream()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/ |
| H A D | offset-split-flat.ll | 435 ; Fill 11-bit low-bits (1ull << 33) | 2047 470 ; Fill 11-bit low-bits (1ull << 33) | 2048 505 ; Fill 12-bit low-bits (1ull << 33) | 4095 540 ; Fill 12-bit low-bits (1ull << 33) | 4096 575 ; Fill 13-bit low-bits (1ull << 33) | 8191 610 ; Fill 13-bit low-bits (1ull << 33) | 8192 1430 ; Fill 11-bit low-bits (1ull << 33) | 2047 1475 ; Fill 11-bit low-bits (1ull << 33) | 2048 1520 ; Fill 12-bit low-bits (1ull << 33) | 4095 1565 ; Fill 12-bit low-bits (1ull << 33) | 4096 [all …]
|
| H A D | offset-split-global.ll | 417 ; Fill 11-bit low-bits (1ull << 33) | 2047 452 ; Fill 11-bit low-bits (1ull << 33) | 2048 487 ; Fill 12-bit low-bits (1ull << 33) | 4095 522 ; Fill 12-bit low-bits (1ull << 33) | 4096 557 ; Fill 13-bit low-bits (1ull << 33) | 8191 592 ; Fill 13-bit low-bits (1ull << 33) | 8192 1341 ; Fill 11-bit low-bits (1ull << 33) | 2047 1384 ; Fill 11-bit low-bits (1ull << 33) | 2048 1427 ; Fill 12-bit low-bits (1ull << 33) | 4095 1470 ; Fill 12-bit low-bits (1ull << 33) | 4096 [all …]
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-objdump/X86/ |
| H A D | disassemble-no-section.test | 41 - Type: Fill
|
| /llvm-project-15.0.7/llvm/include/llvm/ObjectYAML/ |
| H A D | ELFYAML.h | 208 Fill = SpecialChunksStart, enumerator 282 struct Fill : Chunk { struct 286 Fill() : Chunk(ChunkKind::Fill, /*Implicit=*/false) {} in Fill() function 288 static bool classof(const Chunk *S) { return S->Kind == ChunkKind::Fill; } in classof() argument
|
| /llvm-project-15.0.7/llvm/lib/Target/Sparc/ |
| H A D | README.txt | 56 * Fill delay slots
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-readobj/ELF/ |
| H A D | linker-options.test | 35 - Type: Fill
|
| /llvm-project-15.0.7/lld/test/ELF/invalid/ |
| H A D | verneed-shared.test | 34 - Type: Fill
|