Searched refs:PadTo (Results 1 – 12 of 12) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | LEB128.h | 34 if (More || Count < PadTo) 40 if (Count < PadTo) { 42 for (; Count < PadTo - 1; ++Count) 63 if (More || Count < PadTo) 69 if (Count < PadTo) { 71 for (; Count < PadTo - 1; ++Count) 87 if (Value != 0 || Count < PadTo) 93 if (Count < PadTo) { 94 for (; Count < PadTo - 1; ++Count) 112 if (Value != 0 || Count < PadTo) [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | ByteStreamer.h | 35 unsigned PadTo = 0) = 0; 54 unsigned PadTo) override { in emitULEB128() argument 56 AP.emitULEB128(DWord, nullptr, PadTo); in emitULEB128() 81 unsigned PadTo) override { in emitULEB128() argument 123 unsigned PadTo) override { in emitULEB128() argument 125 unsigned Length = encodeULEB128(DWord, OSE, PadTo); in emitULEB128()
|
| H A D | AsmPrinter.cpp | 3046 unsigned PadTo) const { in emitULEB128() 3050 OutStreamer->emitULEB128IntValue(Value, PadTo); in emitULEB128()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ObjCopy/ |
| H A D | ConfigManager.cpp | 27 !Common.SymbolsToAdd.empty() || Common.GapFill != 0 || Common.PadTo != 0) in getCOFFConfig() 47 !Common.SymbolsToAdd.empty() || Common.GapFill != 0 || Common.PadTo != 0) in getMachOConfig() 66 Common.PadTo != 0) in getWasmConfig() 93 Common.GapFill != 0 || Common.PadTo != 0) { in getXCOFFConfig()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCAssembler.cpp | 1018 unsigned PadTo = OldSize; in relaxLEB() local 1038 PadTo = std::max(PadTo, encodeULEB128(uint64_t(Value), Tmp)); in relaxLEB() 1049 encodeSLEB128(Value, OSE, PadTo); in relaxLEB() 1051 encodeULEB128(Value, OSE, PadTo); in relaxLEB()
|
| H A D | MCStreamer.cpp | 162 unsigned MCStreamer::emitULEB128IntValue(uint64_t Value, unsigned PadTo) { in emitULEB128IntValue() argument 165 encodeULEB128(Value, OSE, PadTo); in emitULEB128IntValue()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ObjCopy/ |
| H A D | CommonConfig.h | 218 uint64_t PadTo = 0; member
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ObjCopy/ELF/ |
| H A D | ELFObject.h | 361 const uint64_t PadTo; variable 371 : Writer(Obj, Out), GapFill(Config.GapFill), PadTo(Config.PadTo) {} in BinaryWriter()
|
| H A D | ELFObject.cpp | 2694 TotalSize = PadTo > MinAddr ? PadTo - MinAddr : 0; in finalize()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | AsmPrinter.h | 671 unsigned PadTo = 0) const;
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCStreamer.h | 770 unsigned emitULEB128IntValue(uint64_t Value, unsigned PadTo = 0);
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-objcopy/ |
| H A D | ObjcopyOptions.cpp | 768 Config.PadTo = *Addr; in parseObjcopyOptions()
|