Searched defs:emachine (Results 1 – 3 of 3) sorted by relevance
/llvm-project/lld/ELF/ | ||
H A D | InputFiles.h | 138 uint16_t emachine = llvm::ELF::EM_NONE; global() variable |
H A D | InputSection.cpp | 912 const auto emachine = config->emachine; relocateNonAlloc() local |
H A D | Config.h | 356 uint16_t emachine = llvm::ELF::EM_NONE; global() member |