Changeset View
Changeset View
Standalone View
Standalone View
lld/ELF/Config.h
Show First 20 Lines • Show All 149 Lines • ▼ Show 20 Lines | struct Configuration { | ||||
bool compressDebugSections; | bool compressDebugSections; | ||||
bool cref; | bool cref; | ||||
std::vector<std::pair<llvm::GlobPattern, uint64_t>> deadRelocInNonAlloc; | std::vector<std::pair<llvm::GlobPattern, uint64_t>> deadRelocInNonAlloc; | ||||
bool defineCommon; | bool defineCommon; | ||||
bool demangle = true; | bool demangle = true; | ||||
bool dependentLibraries; | bool dependentLibraries; | ||||
bool disableVerify; | bool disableVerify; | ||||
bool ehFrameHdr; | bool ehFrameHdr; | ||||
bool emitFuncDataSections; | |||||
bool emitLLVM; | bool emitLLVM; | ||||
bool emitRelocs; | bool emitRelocs; | ||||
bool enableNewDtags; | bool enableNewDtags; | ||||
bool executeOnly; | bool executeOnly; | ||||
bool exportDynamic; | bool exportDynamic; | ||||
bool fixCortexA53Errata843419; | bool fixCortexA53Errata843419; | ||||
bool fixCortexA8; | bool fixCortexA8; | ||||
bool formatBinary = false; | bool formatBinary = false; | ||||
▲ Show 20 Lines • Show All 197 Lines • Show Last 20 Lines |