Home
last modified time | relevance | path

Searched refs:getMAttrs (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/lld/Common/
H A DTargetOptionsCommandFlags.cpp29 std::vector<std::string> lld::getMAttrs() { return llvm::codegen::getMAttrs(); } in getMAttrs() function in lld
/freebsd/contrib/llvm-project/lld/include/lld/Common/
H A DTargetOptionsCommandFlags.h25 std::vector<std::string> getMAttrs();
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DCommandFlags.h39 std::vector<std::string> getMAttrs();
/freebsd/contrib/llvm-project/lld/MachO/
H A DLTO.cpp49 c.MAttrs = getMAttrs(); in getThinLTOOutputFile()
/freebsd/contrib/llvm-project/lld/COFF/
H A DLTO.cpp79 c.MAttrs = getMAttrs(); in createConfig()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCommandFlags.cpp631 for (auto const &MAttr : getMAttrs()) in getFeaturesStr()
648 for (auto const &MAttr : getMAttrs()) in getFeatureList()
/freebsd/contrib/llvm-project/lld/ELF/
H A DLTO.cpp107 c.MAttrs = getMAttrs(); in createConfig()
/freebsd/contrib/llvm-project/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp288 Conf.MAttrs = codegen::getMAttrs(); in run()
/freebsd/contrib/llvm-project/llvm/tools/llc/
H A Dllc.cpp460 auto MAttrs = codegen::getMAttrs(); in compileModule()
/freebsd/contrib/llvm-project/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp1091 CodeGen.setAttrs(codegen::getMAttrs()); in main()