Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/include/lld/Common/
H A DTargetOptionsCommandFlags.h22 std::optional<llvm::Reloc::Model> getRelocModelFromCMModel();
/freebsd/contrib/llvm-project/lld/Common/
H A DTargetOptionsCommandFlags.cpp19 std::optional<llvm::Reloc::Model> lld::getRelocModelFromCMModel() { in getRelocModelFromCMModel() function in lld
/freebsd/contrib/llvm-project/lld/ELF/
H A DLTO.cpp93 if (auto relocModel = getRelocModelFromCMModel()) in createConfig()