Home
last modified time | relevance | path

Searched refs:GapFill (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/
H A DConfigManager.cpp28 !Common.SymbolsToAdd.empty() || Common.GapFill != 0 || in getCOFFConfig()
50 !Common.SymbolsToAdd.empty() || Common.GapFill != 0 || in getMachOConfig()
70 !Common.SymbolsToRename.empty() || Common.GapFill != 0 || in getWasmConfig()
99 Common.GapFill != 0 || Common.PadTo != 0 || in getXCOFFConfig()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjCopy/
H A DCommonConfig.h210 uint8_t GapFill = 0; member
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.h363 const uint8_t GapFill;
374 : Writer(Obj, Out), GapFill(Config.GapFill), PadTo(Config.PadTo) {} in BinaryWriter()
H A DELFObject.cpp2707 if (GapFill == 0) in write()
2715 Buf->getBufferStart() + PadOffset, GapFill); in write()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DObjcopyOptions.cpp854 Config.GapFill = ByteVal; in parseObjcopyOptions()