Home
last modified time | relevance | path

Searched refs:Fill (Results 1 – 25 of 159) sorted by relevance

1234567

/openbsd/gnu/llvm/llvm/include/llvm/Support/
H A DFormatCommon.h23 char Fill; member
26 char Fill = ' ')
27 : Adapter(Adapter), Where(Where), Amount(Amount), Fill(Fill) {} in Adapter()
71 S << Fill; in fill()
H A DFormatAdapters.h30 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);
/openbsd/gnu/llvm/llvm/lib/TableGen/
H A DTableGenBackend.cpp22 static void printLine(raw_ostream &OS, const Twine &Prefix, char Fill, in printLine() argument
30 OS << Fill; in printLine()
/openbsd/gnu/llvm/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp308 void writeFill(ELFYAML::Fill &Fill, ContiguousBlobAccumulator &CBA);
535 DenseMap<StringRef, ELFYAML::Fill *> NameToFill; in initProgramHeaders()
538 if (auto S = dyn_cast<ELFYAML::Fill>(Doc.Chunks[I].get())) in initProgramHeaders()
765 if (ELFYAML::Fill *S = dyn_cast<ELFYAML::Fill>(D.get())) { in initSectionHeaders()
1151 if (const ELFYAML::Fill *F = dyn_cast<ELFYAML::Fill>(C)) { in getPhdrFragments()
1228 return (isa<ELFYAML::Fill>(C) || in shouldAllocateFileSpace()
1771 void ELFState<ELFT>::writeFill(ELFYAML::Fill &Fill, in writeFill() argument
1773 size_t PatternSize = Fill.Pattern ? Fill.Pattern->binary_size() : 0; in writeFill()
1775 CBA.writeZeros(Fill.Size); in writeFill()
1782 CBA.writeAsBinary(*Fill.Pattern); in writeFill()
[all …]
H A DELFYAML.cpp1457 static void fillMapping(IO &IO, ELFYAML::Fill &Fill) { in fillMapping() argument
1458 IO.mapOptional("Name", Fill.Name, StringRef()); in fillMapping()
1459 IO.mapOptional("Pattern", Fill.Pattern); in fillMapping()
1460 IO.mapOptional("Offset", Fill.Offset); in fillMapping()
1461 IO.mapRequired("Size", Fill.Size); in fillMapping()
1552 Section.reset(new ELFYAML::Fill()); in mapping()
1553 fillMapping(IO, *cast<ELFYAML::Fill>(Section.get())); in mapping()
1693 if (const auto *F = dyn_cast<ELFYAML::Fill>(C.get())) { in validate()
H A DMachOEmitter.cpp236 void Fill(raw_ostream &OS, size_t Size, uint32_t Data) { in Fill() function
352 Fill(OS, Sec.size, 0xDEADBEEFu); in writeSectionData()
/openbsd/regress/sys/kern/cmsgsize/
H A DMakefile15 @echo empty. Fill out these variables for additional tests.
/openbsd/gnu/llvm/llvm/tools/llvm-exegesis/lib/
H A DAssembler.h94 const FillFunction &Fill, raw_pwrite_stream &AsmStream);
H A DAssembler.cpp179 const FillFunction &Fill, raw_pwrite_stream &AsmStream) { in assembleToStream() argument
216 Fill(Sink); in assembleToStream()
/openbsd/regress/sys/netinet6/nd6/
H A DMakefile60 @echo Fill out these variables for additional tests.
/openbsd/gnu/llvm/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h210 Fill = SpecialChunksStart, enumerator
284 struct Fill : Chunk { struct
288 Fill() : Chunk(ChunkKind::Fill, /*Implicit=*/false) {} in Fill() argument
290 static bool classof(const Chunk *S) { return S->Kind == ChunkKind::Fill; } in classof() argument
/openbsd/gnu/llvm/llvm/lib/Target/Sparc/
H A DREADME.txt56 * Fill delay slots
/openbsd/regress/sys/netinet6/rh0/
H A DMakefile48 @echo Fill out these variables for additional tests.
/openbsd/regress/sys/net/pf_state/
H A DMakefile73 @echo are empty. Fill out these variables for additional tests.
/openbsd/regress/sys/kern/sosplice/scapy/
H A DMakefile84 @echo are empty. Fill out these variables for additional tests.
/openbsd/gnu/usr.bin/perl/dist/Thread-Queue/t/
H A D11_limit.t106 # (1) Fill queue
/openbsd/regress/sys/netinet/frag/
H A DMakefile41 @echo Fill out these variables for additional tests.
/openbsd/regress/sys/netinet6/frag6/
H A DMakefile41 @echo Fill out these variables for additional tests.
/openbsd/sbin/isakmpd/
H A Dipsec_num.cst119 # XXX Fill in reserved ranges for the attributes below.
/openbsd/gnu/usr.bin/perl/pod/
H A Dperliol.pod171 IV (*Fill)(pTHX_ PerlIO *f);
637 Typically will call C<Fill> and manipulate pointers (possibly via the
703 =item Fill
705 IV (*Fill)(pTHX_ PerlIO *f);
756 Return the number of bytes that last C<Fill()> put in the buffer.
862 Fill FAILURE
941 bothered. (Basically this layer's C<Fill()> pops itself off the stack
/openbsd/gnu/usr.bin/binutils/ld/scripttempl/
H A Dv850.sc86 } = 0xff /* Fill gaps with 0xff. */
/openbsd/gnu/usr.bin/binutils-2.17/ld/scripttempl/
H A Dv850.sc86 } = 0xff /* Fill gaps with 0xff. */
/openbsd/regress/sys/netinet/pmtu/
H A DMakefile49 @echo are empty. Fill out these variables for additional tests.
/openbsd/gnu/llvm/llvm/lib/MC/
H A DWasmObjectWriter.cpp734 } else if (auto *Fill = dyn_cast<MCFillFragment>(&Frag)) { in addData() local
736 if (!Fill->getNumValues().evaluateAsAbsolute(NumValues)) in addData()
738 DataBytes.insert(DataBytes.end(), Fill->getValueSize() * NumValues, in addData()
739 Fill->getValue()); in addData()
/openbsd/regress/sys/net/pf_divert/
H A DMakefile46 @echo Fill out these variables for additional tests.

1234567