Searched defs:Fill (Results 1 – 12 of 12) sorted by relevance
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
H A D | FormatAdapters.h | 30 char Fill; variable 33 AlignAdapter(T &&Item, AlignStyle Where, size_t Amount, char Fill) in AlignAdapter()
|
H A D | FormatCommon.h | 23 char Fill; member
|
/openbsd-src/gnu/llvm/llvm/lib/TableGen/ |
H A D | TableGenBackend.cpp | 22 static void printLine(raw_ostream &OS, const Twine &Prefix, char Fill, in printLine()
|
/openbsd-src/gnu/llvm/llvm/include/llvm/ObjectYAML/ |
H A D | ELFYAML.h | 210 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-src/gnu/llvm/llvm/tools/llvm-exegesis/lib/ |
H A D | Assembler.cpp | 179 const FillFunction &Fill, raw_pwrite_stream &AsmStream) { in assembleToStream()
|
/openbsd-src/gnu/usr.bin/perl/ |
H A D | perliol.h | 41 IV (*Fill) (pTHX_ PerlIO *f); member
|
/openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/ |
H A D | MachOEmitter.cpp | 236 void Fill(raw_ostream &OS, size_t Size, uint32_t Data) { in Fill() function
|
H A D | ELFEmitter.cpp | 1771 void ELFState<ELFT>::writeFill(ELFYAML::Fill &Fill, in writeFill()
|
H A D | ELFYAML.cpp | 1457 static void fillMapping(IO &IO, ELFYAML::Fill &Fill) { in fillMapping()
|
/openbsd-src/gnu/llvm/llvm/lib/MC/ |
H A D | WasmObjectWriter.cpp | 734 } else if (auto *Fill = dyn_cast<MCFillFragment>(&Frag)) { in addData() local
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCalls.cpp | 298 const uint64_t Fill = FillC->getZExtValue()*0x0101010101010101ULL; in SimplifyAnyMemSet() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 56233 SDValue Fill = NumElts == 4 ? DAG.getUNDEF(IntVT) in combineFP_EXTEND() local
|