Searched defs:isRela (Results 1 – 3 of 3) sorted by relevance
/llvm-project/bolt/include/bolt/Core/ | ||
H A D | BinarySection.h | 276 bool isRela() const { return ELFType == ELF::SHT_RELA; } isRela() function |
/llvm-project/lld/ELF/ | ||
H A D | Config.h | 423 bool isRela; global() member |
H A D | SyntheticSections.cpp | 1401 bool isRela = config->isRela; computeContents() local |