Home
last modified time | relevance | path

Searched refs:getFeatureList (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DCommandFlags.h168 std::vector<std::string> getFeatureList();
/openbsd/src/gnu/llvm/clang/tools/clang-fuzzer/handle-llvm/
Dhandle_llvm.cpp178 builder.setMAttrs(codegen::getFeatureList()); in CreateAndRunJITFunc()
/openbsd/src/gnu/llvm/llvm/tools/lli/
Dlli.cpp484 builder.setMAttrs(codegen::getFeatureList()); in main()
866 .addFeatures(codegen::getFeatureList()) in runOrcJIT()
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DCommandFlags.cpp605 std::vector<std::string> codegen::getFeatureList() { in getFeatureList() function in codegen