Searched defs:discardable (Results 1 – 2 of 2) sorted by relevance
/llvm-project/lld/ELF/ | ||
H A D | LinkerScript.cpp | 1237 bool discardable = isEmpty && isDiscardable(*sec); adjustOutputSections() local |
/llvm-project/lld/COFF/ | ||
H A D | Writer.cpp | 970 const uint32_t discardable = IMAGE_SCN_MEM_DISCARDABLE; createSections() local |