Home
last modified time | relevance | path

Searched refs:originalExecutableSections (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h1265 SmallVector<InputSection *, 0> originalExecutableSections; variable
H A DSyntheticSections.cpp4086 if (!originalExecutableSections.empty()) in finalizeContents()
4087 executableSections = originalExecutableSections; in finalizeContents()
4089 originalExecutableSections = executableSections; in finalizeContents()