Home
last modified time | relevance | path

Searched refs:getRelocModelFromCMModel (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lld/include/lld/Common/
H A DTargetOptionsCommandFlags.h22 llvm::Optional<llvm::Reloc::Model> getRelocModelFromCMModel();
/llvm-project-15.0.7/lld/Common/
H A DTargetOptionsCommandFlags.cpp18 llvm::Optional<llvm::Reloc::Model> lld::getRelocModelFromCMModel() { in getRelocModelFromCMModel() function in lld
/llvm-project-15.0.7/lld/ELF/
H A DLTO.cpp114 if (auto relocModel = getRelocModelFromCMModel()) in createConfig()